Searched defs:lua_type (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/com32/lua/src/ | ||
D | lua.h | 170 LUA_API int (lua_type) (lua_State *L, int idx); variable |
D | lapi.c | 249 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() function |