Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c54 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 Dlauxlib.c50 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 Dlapi.c190 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function
/freebsd-13.1/contrib/lua/src/
H A Dlcorolib.c62 lua_insert(L, -2); in luaB_coresume()
67 lua_insert(L, -(r + 1)); in luaB_coresume()
83 lua_insert(L, -2); in luaB_auxwrap()
H A Dlua.c136 lua_insert(L, base); /* put it under function and args */ in docall()
512 lua_insert(L, -2); /* ...between the two lines */ in multiline()
545 lua_insert(L, 1); in l_print()
H A Dlbaselib.c312 lua_insert(L, -2); /* put before error message */ in load_aux()
454 lua_insert(L, 1); /* put it in place */ in luaB_pcall()
H A Dloadlib.c417 lua_insert(L, -2); in ll_loadlib()
514 lua_insert(L, -2); in ll_searchpath()
H A Dltablib.c184 lua_insert(L, 1); /* put it at index 1 */ in tpack()
H A Dldblib.c264 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
H A Dlua.h389 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
H A Dlstrlib.c281 lua_insert(L, -3); /* put metamethod before arguments */ in trymt()
/freebsd-13.1/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-13.1/contrib/lutok/
H A Dstate.cpp396 lua_insert(_pimpl->lua_state, index); in insert()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h149 LUA_API void (lua_insert) (lua_State *L, int idx); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp926 lua_insert(L,-2);\
2176 lua_insert(L,1); /* move function to correct position */ in SWIG_Lua_resolve_metamethod()