Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.h150 LUA_API int (lua_gettop) (lua_State *L); variable
Dlapi.c160 LUA_API int lua_gettop (lua_State *L) { in lua_gettop() function