Searched refs:lua_insert (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 54 lua_insert(L, -2); in luaB_coresume() 59 lua_insert(L, -(r + 1)); in luaB_coresume() 71 lua_insert(L, -2); in luaB_auxwrap()
|
| H A D | lauxlib.c | 50 lua_insert(L, -2); /* place '.' between the two names */ in findfield() 450 lua_insert(L, -2); /* put value below buffer */ in luaL_addvalue() 688 lua_insert(L, -(nup + 1)); /* move library table to below upvalues */ in luaL_openlib()
|
| H A D | lapi.c | 190 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 150 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 D | lua.c | 100 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 D | lua_cmsgpack.c | 842 lua_insert(L, 2); in mp_unpack_full() 877 lua_insert(L, 1); in mp_safe() 886 lua_insert(L,-2); in mp_safe()
|
| H A D | lauxlib.c | 258 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 D | lua.h | 124 LUA_API void (lua_insert) (lua_State *L, int idx); variable
|
| H A D | ldblib.c | 187 lua_insert(L, -(get+1)); in auxupvalue()
|
| H A D | lua_cjson.c | 1327 lua_insert(l, 1); in json_protect_conversion() 1334 lua_insert(l, -2); in json_protect_conversion()
|
| H A D | loadlib.c | 317 lua_insert(L, -2); in ll_loadlib()
|
| H A D | lapi.c | 191 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 149 LUA_API void (lua_insert) (lua_State *L, int idx); variable
|