Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c53 lua_insert(L, -2); in luaB_coresume()
58 lua_insert(L, -(r + 1)); in luaB_coresume()
70 lua_insert(L, -2); in luaB_auxwrap()
H A Dlauxlib.c49 lua_insert(L, -2); /* place '.' between the two names */ in findfield()
449 lua_insert(L, -2); /* put value below buffer */ in luaL_addvalue()
687 lua_insert(L, -(nup + 1)); /* move library table to below upvalues */ in luaL_openlib()
H A Dlapi.c189 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function
/freebsd/contrib/lua/src/
H A Dlcorolib.c62 lua_insert(L, -2); in luaB_coresume()
67 lua_insert(L, -(r + 1)); in luaB_coresume()
86 lua_insert(L, -2); in luaB_auxwrap()
H A Dlua.c157 lua_insert(L, base); /* put it under function and args */ in docall()
549 lua_insert(L, -2); /* ...between the two lines */ in multiline()
582 lua_insert(L, 1); in l_print()
H A Dlbaselib.c334 lua_insert(L, -2); /* put before error message */ in load_aux()
476 lua_insert(L, 1); /* put it in place */ in luaB_pcall()
H A Dloadlib.c419 lua_insert(L, -2); in ll_loadlib()
516 lua_insert(L, -2); in ll_searchpath()
H A Dltablib.c185 lua_insert(L, 1); /* put it at index 1 */ in tpack()
H A Dldblib.c265 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
H A Dlua.h401 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
H A Dltests.c1484 lua_insert(L1, getnum); in runC()
1897 lua_insert(L, -2); in coresume()
H A Dlauxlib.c561 lua_insert(L, boxidx); /* move box to its intended position */ in prepbuffsize()
H A Dlstrlib.c283 lua_insert(L, -3); /* put metamethod before arguments */ in trymt()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c511 lua_insert (L, 1); /* func, gen, obj */ in ucl_object_lua_fromelt()
512 lua_insert (L, 2); /* func, obj, gen */ in ucl_object_lua_fromelt()
/freebsd/contrib/lutok/
H A Dstate.cpp396 lua_insert(_pimpl->lua_state, index); in insert()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h148 LUA_API void (lua_insert) (lua_State *L, int idx); variable
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig166 lua_insert(L, 2);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp949 lua_insert(L,-2);\
2201 lua_insert(L,1); /* move function to correct position */ in SWIG_Lua_resolve_metamethod()
20266 lua_insert(L, 2); in _wrap_SBDebugger_Create__SWIG_2()
22731 lua_insert(L, 2); in _wrap_SBDebugger_SetLoggingCallback()