Searched refs:tag_error (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c172 static void tag_error (lua_State *L, int narg, int tag) { function
307 tag_error(L, narg, t);
319 if (!s) tag_error(L, narg, LUA_TSTRING);
339 tag_error(L, narg, LUA_TNUMBER);
353 tag_error(L, narg, LUA_TNUMBER);
362 tag_error(L, narg, LUA_TNUMBER);
/freebsd-13-stable/contrib/lua/src/
H A Dlauxlib.c207 static void tag_error (lua_State *L, int arg, int tag) { function
392 tag_error(L, arg, t);
404 if (!s) tag_error(L, arg, LUA_TSTRING);
424 tag_error(L, arg, LUA_TNUMBER);
438 tag_error(L, arg, LUA_TNUMBER);

Completed in 50 milliseconds