Home
last modified time | relevance | path

Searched defs:luaL_typeerror (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/flua/libjail/
H A Dlua_jail.c52 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname) __dead2; variable
/freebsd/contrib/lua/src/
H A Dlauxlib.h54 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname); variable
H A Dlauxlib.c193 LUALIB_API int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() function