Searched refs:lua_pushnil (Results 1 – 12 of 12) sorted by relevance
176 lua_pushnil(_lua); in push_initial_caps()210 lua_pushnil(_lua); in map_initial_caps()307 lua_pushnil(_lua); in push_env_strings()346 lua_pushnil(l); in __task_state()376 lua_pushnil(l); in __task_exit_code()389 lua_pushnil(l); in __task_wait()406 lua_pushnil(l); in __task_kill()
50 lua_pushnil(l); in __lookup()
327 lua_pushnil(l); in __cast()
129 lua_pushnil(L); in luaB_getmetatable()258 lua_pushnil(L); in luaB_next()269 lua_pushnil(L); /* and initial value */ in luaB_pairs()
388 if (lua_isnone(L, 1)) lua_pushnil(L); /* at least one argument */ in io_lines()403 lua_pushnil(L); /* state */ in io_lines()404 lua_pushnil(L); /* control */ in io_lines()505 lua_pushnil(L); /* "result" to be removed */ in read_number()
50 lua_pushnil(L); /* no metatable */ in db_getmetatable()332 else lua_pushnil(L); in hookf()
158 #define luaL_pushfail(L) lua_pushnil(L)
102 lua_pushnil(L); in tremove()
233 LUA_API void (lua_pushnil) (lua_State *L); variable
55 lua_pushnil(L); /* start 'next' loop */ in findfield()
1551 lua_pushnil(L); /* mark to separate arguments from string buffer */ in str_pack()
491 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function
Completed in 22 milliseconds