Searched refs:lua_insert (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 66 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 D | lua.c | 159 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 D | lbaselib.c | 338 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 D | loadlib.c | 421 lua_insert(L, -2); in ll_loadlib() 518 lua_insert(L, -2); in ll_searchpath()
|
H A D | ltablib.c | 189 lua_insert(L, 1); /* put it at index 1 */ in tpack()
|
H A D | ldblib.c | 269 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
|
H A D | lua.h | 424 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
|
H A D | lauxlib.c | 573 lua_insert(L, boxidx); /* move box to its intended position */ in prepbuffsize()
|
H A D | lstrlib.c | 287 lua_insert(L, -3); /* put metamethod before arguments */ in trymt()
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | state.cpp | 396 lua_insert(_pimpl->lua_state, index); in insert()
|