Searched refs:fidx1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 389 LUA_API void (lua_upvaluejoin) (lua_State *L, int fidx1, int n1,
|
/freebsd/contrib/lua/src/ |
H A D | lua.h | 465 LUA_API void (lua_upvaluejoin) (lua_State *L, int fidx1, int n1,
|
H A D | lapi.c | 1453 LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, in lua_upvaluejoin() argument 1456 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 1274 LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, in lua_upvaluejoin() argument 1277 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin()
|