Searched refs:lua_insert (Results 1 – 9 of 9) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 67 lua_insert(L, -2); in luaB_coresume() 72 lua_insert(L, -(r + 1)); in luaB_coresume() 84 lua_insert(L, -2); in luaB_auxwrap()
|
H A D | lua.c | 202 lua_insert(L, base); /* put it under function and args */ in docall() 364 lua_insert(L, -2); /* ...between the two lines */ in multiline() 397 lua_insert(L, 1); in l_print()
|
H A D | loadlib.c | 364 lua_insert(L, -2); in ll_loadlib() 429 lua_insert(L, -2); in ll_searchpath() 571 lua_insert(L, -2); /* name is 1st argument (before search data) */ in ll_require()
|
H A D | lbaselib.c | 301 lua_insert(L, -2); /* put before error message */ in load_aux() 447 lua_insert(L, 1); /* put it in place */ in luaB_pcall()
|
H A D | lauxlib.c | 64 lua_insert(L, -2); /* place '.' between the two names */ in findfield() 513 lua_insert(L, -2); /* put value below buffer */ in luaL_addvalue() 861 lua_insert(L, -(nup + 1)); /* move library table to below upvalues */ in luaL_openlib()
|
H A D | ltablib.c | 202 lua_insert(L, 1); /* put it at index 1 */ in pack()
|
H A D | ldblib.c | 259 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
|
H A D | lua.h | 402 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
|
/minix3/external/bsd/lutok/dist/ |
H A D | state.cpp | 396 lua_insert(_pimpl->lua_state, index); in insert()
|