Searched refs:luaL_argerror (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldblib.c | 168 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo() 217 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal() 242 return luaL_argerror(L, arg+1, "level out of range"); in db_setlocal()
|
A D | lauxlib.h | 53 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable 134 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))
|
A D | lauxlib.c | 175 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror() function 203 return luaL_argerror(L, arg, msg); in luaL_typeerror() 368 return luaL_argerror(L, arg, in luaL_checkoption() 398 luaL_argerror(L, arg, "value expected"); in luaL_checkany() 436 luaL_argerror(L, arg, "number has no integer representation"); in interror()
|
A D | lstrlib.c | 1186 luaL_argerror(L, arg, "value has no literal form"); in addliteral() 1246 return luaL_argerror(L, arg, "no value"); in str_format() 1490 luaL_argerror(h->L, 1, "invalid next option for option 'X'"); in getdetails() 1498 luaL_argerror(h->L, 1, "format asks for alignment not power of 2"); in getdetails()
|
A D | loslib.c | 287 luaL_argerror(L, 1, in checkoption()
|
A D | liolib.c | 601 return luaL_argerror(L, n, "invalid format"); in g_read()
|
Completed in 20 milliseconds