コード例 #1
0
ファイル: rpmlua.c プロジェクト: cobexer/RPM5
static int rpm_interactive(lua_State *L)
/*@globals fileSystem @*/
/*@modifies L, fileSystem @*/
{
    _rpmluaInteractive(L);
    return 0;
}
コード例 #2
0
ファイル: rpmlua.c プロジェクト: cobexer/RPM5
/*@-mods@*/
void rpmluaInteractive(rpmlua _lua)
{
    INITSTATE(_lua, lua);
    _rpmluaInteractive(lua->L);
}
コード例 #3
0
ファイル: rpmlua.c プロジェクト: Tojaj/rpm
static int rpm_interactive(lua_State *L)
{
    _rpmluaInteractive(L);
    return 0;
}