HomeSort by relevance Sort by last modified time
    Searched refs:lua_pushnil (Results 1 - 13 of 13) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua_fnptr.i 123 %{ if ($1.L!=0) {swiglua_ref_get(&$1);} else {lua_pushnil(L);}
luarun.swg 311 lua_pushnil(L); /* return a nil */
    [all...]
typemaps.i 226 lua_pushnil(L); /* first key*/
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 84 lua_pushnil(L); /* not a number */
104 lua_pushnil(L);
203 else lua_pushnil(L);
219 lua_pushnil(L);
255 lua_pushnil(L);
391 lua_pushnil(L);
ldblib.c 34 lua_pushnil(L); /* no metatable */
52 lua_pushnil(L);
119 lua_pushnil(L); /* level out of range */
184 lua_pushnil(L); /* no name (nor value) */
269 else lua_pushnil(L);
loslib.c 206 lua_pushnil(L);
259 lua_pushnil(L);
ltablib.c 27 lua_pushnil(L); /* first key */
78 lua_pushnil(L);
liolib.c 134 lua_pushnil(L); /* not a file */
324 if (lua_isnone(L, 1)) lua_pushnil(L); /* at least one argument */
356 lua_pushnil(L); /* "result" to be removed */
467 lua_pushnil(L); /* push nil instead */
637 lua_pushnil(L);
loadlib.c 314 lua_pushnil(L);
379 lua_pushnil(L);
lauxlib.c 46 lua_pushnil(L); /* start 'next' loop */
214 lua_pushnil(L);
256 lua_pushnil(L);
lua.h 205 LUA_API void (lua_pushnil) (lua_State *L);
lstrlib.c 584 lua_pushnil(L); /* cannot find anything */
624 lua_pushnil(L); /* not found */
lapi.c 465 LUA_API void lua_pushnil (lua_State *L) { function
515 lua_pushnil(L);

Completed in 225 milliseconds