Searched refs:luaL_typeerror (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lauxlib.h | 53 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname); variable 136 ((void)((cond) || luaL_typeerror(L, (arg), (tname))))
|
| H A D | lauxlib.c | 193 int luaL_typeerror (lua_State *L, int arg, const char *tname) { in luaL_typeerror() function 208 luaL_typeerror(L, arg, lua_typename(L, tag)); in tag_error()
|
| /freebsd-13.1/lib/flua/libjail/ |
| H A D | lua_jail.c | 57 LUALIB_API int (luaL_typeerror) (lua_State *L, int arg, const char *tname) __dead2; variable
|