Home
last modified time | relevance | path

Searched refs:lua_remove (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlauxlib.c54 lua_remove(L, -2); /* remove table (but keep name) */ in findfield()
91 lua_remove(L, -2); /* remove name */ in pushfuncname()
451 lua_remove(L, -2); /* remove old buffer */ in luaL_prepbuffsize()
475 lua_remove(L, -2); /* remove old buffer */ in luaL_pushresult()
492 lua_remove(L, (buffonstack(B)) ? -2 : -1); /* remove value */ in luaL_addvalue()
591 lua_remove(L, fnameindex); in errfile()
661 lua_remove(L, fnameindex); in luaL_loadfilex()
709 lua_remove(L, -2); /* remove only metatable */ in luaL_getmetafield()
787 lua_remove(L, -2); /* remove previous table */ in luaL_findtable()
823 lua_remove(L, -2); /* remove _LOADED table */ in luaL_pushmodule()
Dloadlib.c178 lua_remove(L, -2); /* remove original string */ in setprogdir()
360 lua_remove(L, -2); /* remove path template */ in searchpath()
364 lua_remove(L, -2); /* remove file name */ in searchpath()
649 lua_remove(L, -2); in setpath()
Dldblib.c104 lua_remove(L, -3); in treatstackoption()
336 lua_remove(L, -2); /* remove hook table */ in db_gethook()
Dlua.c181 lua_remove(L, base); /* remove traceback function */ in docall()
298 lua_remove(L, 1); /* remove line */ in loadline()
Dlua.h148 LUA_API void (lua_remove) (lua_State *L, int idx); variable
Dlapi.c182 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() function