Home
last modified time | relevance | path

Searched refs:lua_insert (Results 1 – 9 of 9) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlbaselib.c150 lua_insert(L, -2); in luaB_setfenv()
271 lua_insert(L, -2); /* put before error message */ in load_aux()
379 lua_insert(L, 1); in luaB_pcall()
388 lua_insert(L, 1); /* put error function under function to be called */ in luaB_xpcall()
550 lua_insert(L, -2); in luaB_coresume()
555 lua_insert(L, -(r + 1)); in luaB_coresume()
567 lua_insert(L, -2); in luaB_auxwrap()
H A Dlua.c100 lua_insert(L, base); /* put it under chunk and args */ in docall()
207 lua_insert(L, -2); /* ...between the two lines */ in loadline()
225 lua_insert(L, 1); in dotty()
248 lua_insert(L, -(narg+1)); in handle_script()
H A Dlua_cmsgpack.c832 lua_insert(L, 2); in mp_unpack_full()
867 lua_insert(L, 1); in mp_safe()
876 lua_insert(L,-2); in mp_safe()
H A Dlauxlib.c258 lua_insert(L, -(nup+1)); /* move library table to below upvalues */ in luaI_openlib()
465 lua_insert(L, -2); /* put buffer before new value */ in luaL_addvalue()
H A Dlua.h124 LUA_API void (lua_insert) (lua_State *L, int idx); variable
H A Dldblib.c187 lua_insert(L, -(get+1)); in auxupvalue()
H A Dlua_cjson.c1327 lua_insert(l, 1); in json_protect_conversion()
1334 lua_insert(l, -2); in json_protect_conversion()
H A Dloadlib.c317 lua_insert(L, -2); in ll_loadlib()
H A Dlapi.c191 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function