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

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.c213 static void tag_error (lua_State *L, int arg, int tag) { function
402 tag_error(L, arg, t);
414 if (l_unlikely(!s)) tag_error(L, arg, LUA_TSTRING);
434 tag_error(L, arg, LUA_TNUMBER);
449 tag_error(L, arg, LUA_TNUMBER);

Completed in 176 milliseconds