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

/external/syslinux/com32/lua/src/
H A Dlauxlib.c178 static void tag_error (lua_State *L, int narg, int tag) { function
347 tag_error(L, narg, t);
359 if (!s) tag_error(L, narg, LUA_TSTRING);
379 tag_error(L, narg, LUA_TNUMBER);
393 tag_error(L, narg, LUA_TNUMBER);
402 tag_error(L, narg, LUA_TNUMBER);

Completed in 254 milliseconds