Searched refs:lua_xmove (Results 1 – 9 of 9) 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 | 28 lua_xmove(L, co, narg); in auxresume() 37 lua_xmove(co, L, nres); /* move yielded values */ in auxresume() 41 lua_xmove(co, L, 1); /* move error message */ in auxresume() 85 lua_xmove(L, NL, 1); /* move function from L to NL */ in luaB_cocreate()
|
H A D | lapi.c | 109 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() function
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | emitter.c | 373 lua_xmove (emitter->errL, L, 1); in emit() 382 lua_xmove (emitter->outputL, L, 1); in emit()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 154 LUA_API void (lua_xmove) (lua_State *from, lua_State *to, int n); variable
|