Home
last modified time | relevance | path

Searched refs:luaL_argerror (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c172 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo()
221 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal()
246 return luaL_argerror(L, arg+1, "level out of range"); in db_setlocal()
H A Dlauxlib.c181 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror() function
209 return luaL_argerror(L, arg, msg); in luaL_typeerror()
378 return luaL_argerror(L, arg, in luaL_checkoption()
408 luaL_argerror(L, arg, "value expected"); in luaL_checkany()
447 luaL_argerror(L, arg, "number has no integer representation"); in interror()
H A Dlauxlib.h57 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable
147 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))
H A Dlstrlib.c1218 luaL_argerror(L, arg, "value has no literal form"); in addliteral()
1307 return luaL_argerror(L, arg, "no value"); in str_format()
1571 luaL_argerror(h->L, 1, "invalid next option for option 'X'"); in getdetails()
1579 luaL_argerror(h->L, 1, "format asks for alignment not power of 2"); in getdetails()
H A Dloslib.c287 luaL_argerror(L, 1, in checkoption()
H A Dliolib.c603 return luaL_argerror(L, n, "invalid format"); in g_read()
/netbsd-src/lib/lua/gpio/
H A Dgpio.c121 luaL_argerror(L, n, "expected string or integer"); in gpio_get_pin()