Searched refs:lua_xmove (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lcorolib.c | 38 lua_xmove(L, co, narg); in auxresume() 46 lua_xmove(co, L, nres); /* move yielded values */ in auxresume() 50 lua_xmove(co, L, 1); /* move error message */ in auxresume() 81 lua_xmove(co, L, 1); /* move error message to the caller */ in luaB_auxwrap() 100 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate() 182 lua_xmove(co, L, 1); /* move error message */ in luaB_close()
|
H A D | ldblib.c | 138 lua_xmove(L1, L, 1); /* move object to the "main" stack */ in treatstackoption() 159 lua_xmove(L, L1, 1); in db_getinfo() 221 lua_xmove(L1, L, 1); /* move local value */ in db_getlocal() 246 lua_xmove(L, L1, 1); in db_setlocal() 387 lua_pushthread(L1); lua_xmove(L1, L, 1); /* key (thread) */ in db_sethook() 410 lua_pushthread(L1); lua_xmove(L1, L, 1); in db_gethook()
|
H A D | lua.h | 186 LUA_API void (lua_xmove) (lua_State *from, lua_State *to, int n); variable
|
H A D | lapi.c | 128 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() function
|
H A D | ltests.c | 1759 lua_xmove(fs, ts, n); in runC()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcorolib.c | 27 lua_xmove(L, co, narg); in auxresume() 36 lua_xmove(co, L, nres); /* move yielded values */ in auxresume() 40 lua_xmove(co, L, 1); /* move error message */ in auxresume() 84 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
|
H A D | lapi.c | 108 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() function
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 153 LUA_API void (lua_xmove) (lua_State *from, lua_State *to, int n); variable
|