Home
last modified time | relevance | path

Searched refs:lua_topointer (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/lua/src/
Dlua.h182 LUA_API const void *(lua_topointer) (lua_State *L, int idx); variable
Dlauxlib.c754 lua_topointer(L, idx)); in luaL_tolstring()
Dlapi.c443 LUA_API const void *lua_topointer (lua_State *L, int idx) { in lua_topointer() function