Home
last modified time | relevance | path

Searched defs:lua_remove (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h153 LUA_API void (lua_remove) (lua_State *L, int idx); variable
Dlapi.c182 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function