HomeSort by: relevance | last modified time | path
    Searched refs:luaL_argerror (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldblib.c 172 return luaL_argerror(L, arg+2, "invalid option");
221 return luaL_argerror(L, arg+1, "level out of range");
246 return luaL_argerror(L, arg+1, "level out of range");
lauxlib.h 57 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg);
147 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))
lauxlib.c 181 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) {
209 return luaL_argerror(L, arg, msg);
378 return luaL_argerror(L, arg,
408 luaL_argerror(L, arg, "value expected");
447 luaL_argerror(L, arg, "number has no integer representation");
loslib.c 287 luaL_argerror(L, 1,
lstrlib.c 1218 luaL_argerror(L, arg, "value has no literal form");
1307 return luaL_argerror(L, arg, "no value");
1571 luaL_argerror(h->L, 1, "invalid next option for option 'X'");
1579 luaL_argerror(h->L, 1, "format asks for alignment not power of 2");
liolib.c 603 return luaL_argerror(L, n, "invalid format");
  /src/lib/lua/gpio/
gpio.c 121 luaL_argerror(L, n, "expected string or integer");

Completed in 16 milliseconds