Searched defs:extramsg (Results 1 – 2 of 2) sorted by relevance
146 #define luaL_argcheck(L, cond,arg,extramsg) \ argument
181 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror()