Searched refs:lua_copy (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lua.h | 172 LUA_API void (lua_copy) (lua_State *L, int fromidx, int toidx); variable 394 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1))
|
A D | loadlib.c | 679 lua_copy(L, -1, -2); /* replace loader result */ in ll_require()
|
A D | lauxlib.c | 89 lua_copy(L, -1, top + 1); /* copy name to proper place */ in pushglobalfuncname()
|
A D | lapi.c | 249 LUA_API void lua_copy (lua_State *L, int fromidx, int toidx) { in lua_copy() function
|
Completed in 11 milliseconds