Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c66 lua_insert(L, -2); in luaB_coresume()
71 lua_insert(L, -(r + 1)); in luaB_coresume()
90 lua_insert(L, -2); in luaB_auxwrap()
H A Dlua.c159 lua_insert(L, base); /* put it under function and args */ in docall()
551 lua_insert(L, -2); /* ...between the two lines */ in multiline()
584 lua_insert(L, 1); in l_print()
H A Dlbaselib.c338 lua_insert(L, -2); /* put before error message */ in load_aux()
484 lua_insert(L, 1); /* put it in place */ in luaB_pcall()
H A Dloadlib.c421 lua_insert(L, -2); in ll_loadlib()
518 lua_insert(L, -2); in ll_searchpath()
H A Dltablib.c189 lua_insert(L, 1); /* put it at index 1 */ in tpack()
H A Dldblib.c269 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
H A Dlua.h424 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
H A Dlauxlib.c573 lua_insert(L, boxidx); /* move box to its intended position */ in prepbuffsize()
H A Dlstrlib.c287 lua_insert(L, -3); /* put metamethod before arguments */ in trymt()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp396 lua_insert(_pimpl->lua_state, index); in insert()