Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h202 LUA_API int (lua_type) (lua_State *L, int idx); variable
H A Dlapi.c290 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() function