OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua_copy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lua.h
187
LUA_API void (
lua_copy
) (lua_State *L, int fromidx, int toidx);
428
#define lua_replace(L,idx) (
lua_copy
(L, -1, (idx)), lua_pop(L, 1))
loadlib.c
681
lua_copy
(L, -1, -2); /* replace loader result */
lauxlib.c
95
lua_copy
(L, -1, top + 1); /* copy name to proper place */
lapi.c
261
LUA_API void
lua_copy
(lua_State *L, int fromidx, int toidx) {
function
Completed in 55 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026