Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
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()
A Dlua.c156 lua_insert(L, base); /* put it under function and args */ in docall()
532 lua_insert(L, -2); /* ...between the two lines */ in multiline()
565 lua_insert(L, 1); in l_print()
A Dlbaselib.c313 lua_insert(L, -2); /* put before error message */ in load_aux()
455 lua_insert(L, 1); /* put it in place */ in luaB_pcall()
A Dloadlib.c419 lua_insert(L, -2); in ll_loadlib()
516 lua_insert(L, -2); in ll_searchpath()
A Dltablib.c184 lua_insert(L, 1); /* put it at index 1 */ in tpack()
A Dldblib.c265 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
A Dlua.h390 #define lua_insert(L,idx) lua_rotate(L, (idx), 1) macro
A Dlauxlib.c560 lua_insert(L, boxidx); /* move box to its intended position */ in prepbuffsize()
A Dlstrlib.c283 lua_insert(L, -3); /* put metamethod before arguments */ in trymt()

Completed in 17 milliseconds