Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h76 LUALIB_API void (luaL_checktype) (lua_State *L, int arg, int t); variable
H A Dlauxlib.c400 LUALIB_API void luaL_checktype (lua_State *L, int arg, int t) { in luaL_checktype() function