Esempio n. 1
0
static int rpm_interactive(lua_State *L)
/*@globals fileSystem @*/
/*@modifies L, fileSystem @*/
{
    _rpmluaInteractive(L);
    return 0;
}
Esempio n. 2
0
/*@-mods@*/
void rpmluaInteractive(rpmlua _lua)
{
    INITSTATE(_lua, lua);
    _rpmluaInteractive(lua->L);
}
Esempio n. 3
0
File: rpmlua.c Progetto: Tojaj/rpm
static int rpm_interactive(lua_State *L)
{
    _rpmluaInteractive(L);
    return 0;
}