Home
last modified time | relevance | path

Searched refs:lua_rotate (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlua.h171 LUA_API void (lua_rotate) (lua_State *L, int idx, int n); variable
390 #define lua_insert(L,idx) lua_rotate(L, (idx), 1)
392 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1))
A Dldblib.c136 lua_rotate(L, -2, 1); /* exchange object and table */ in treatstackoption()
223 lua_rotate(L, -2, 1); /* re-order */ in db_getlocal()
A Dloadlib.c667 lua_rotate(L, -2, 1); /* function <-> loader data */ in ll_require()
682 lua_rotate(L, -2, 1); /* loader data <-> module result */ in ll_require()
A Dlbaselib.c472 lua_rotate(L, 3, 2); /* move them below function's arguments */ in luaB_xpcall()
A Dliolib.c369 lua_rotate(L, 2, 3); /* move the three values to their positions */ in aux_lines()
A Dlapi.c235 LUA_API void lua_rotate (lua_State *L, int idx, int n) { in lua_rotate() function

Completed in 13 milliseconds