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

  /src/external/mit/lua/dist/src/
ldblib.c 72 luaL_pushfail(L);
87 luaL_pushfail(L);
167 luaL_pushfail(L); /* level out of range */
231 luaL_pushfail(L); /* no name (nor value) */
307 luaL_pushfail(L);
406 luaL_pushfail(L);
lbaselib.c 113 luaL_pushfail(L); /* not a number */
190 luaL_pushfail(L); /* invalid call to 'lua_gc' */
258 luaL_pushfail(L); /* invalid call (inside a finalizer) */
337 luaL_pushfail(L);
lutf8lib.c 114 luaL_pushfail(L); /* return fail ... */
227 luaL_pushfail(L);
liolib.c 170 luaL_pushfail(L); /* not a file */
612 luaL_pushfail(L); /* push nil instead */
802 luaL_pushfail(L);
lmathlib.c 82 luaL_pushfail(L); /* value is not convertible to integer */
241 luaL_pushfail(L);
loadlib.c 420 luaL_pushfail(L);
517 luaL_pushfail(L);
lauxlib.h 181 #define luaL_pushfail(L) lua_pushnil(L)
lauxlib.c 259 luaL_pushfail(L);
303 luaL_pushfail(L);
lstrlib.c 787 luaL_pushfail(L); /* cannot find anything */
822 luaL_pushfail(L); /* not found */

Completed in 27 milliseconds