Home
last modified time | relevance | path

Searched refs:lua_pushnil (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlbaselib.c84 lua_pushnil(L); /* not a number */ in luaB_tonumber()
104 lua_pushnil(L); in luaB_getmetatable()
203 else lua_pushnil(L); in pairsmeta()
219 lua_pushnil(L); in luaB_next()
255 lua_pushnil(L); in load_aux()
391 lua_pushnil(L); in luaB_pcall()
Dldblib.c34 lua_pushnil(L); /* no metatable */ in db_getmetatable()
52 lua_pushnil(L); in db_getuservalue()
119 lua_pushnil(L); /* level out of range */ in db_getinfo()
184 lua_pushnil(L); /* no name (nor value) */ in db_getlocal()
269 else lua_pushnil(L); in hookf()
Dliolib.c134 lua_pushnil(L); /* not a file */ in io_type()
324 if (lua_isnone(L, 1)) lua_pushnil(L); /* at least one argument */ in io_lines()
356 lua_pushnil(L); /* "result" to be removed */ in read_number()
467 lua_pushnil(L); /* push nil instead */ in g_read()
637 lua_pushnil(L); in io_noclose()
Dltablib.c27 lua_pushnil(L); /* first key */ in maxn()
78 lua_pushnil(L); in tremove()
Dloslib.c206 lua_pushnil(L); in os_date()
259 lua_pushnil(L); in os_time()
Dlauxlib.c46 lua_pushnil(L); /* start 'next' loop */ in findfield()
214 lua_pushnil(L); in luaL_fileresult()
256 lua_pushnil(L); in luaL_execresult()
Dloadlib.c314 lua_pushnil(L); in ll_loadlib()
379 lua_pushnil(L); in ll_searchpath()
Dlstrlib.c584 lua_pushnil(L); /* cannot find anything */ in str_find_aux()
624 lua_pushnil(L); /* not found */ in str_find_aux()
Dlua.h205 LUA_API void (lua_pushnil) (lua_State *L); variable
Dlapi.c465 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function
515 lua_pushnil(L); in lua_pushstring()