Searched refs:getupvalref (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lapi.c | 1245 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref() function 1260 return *getupvalref(L, fidx, n, NULL); in lua_upvalueid() 1278 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin() 1279 UpVal **up2 = getupvalref(L, fidx2, n2, NULL); in lua_upvaluejoin()
|