Searched refs:getupvalref (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c1245 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { function
1260 return *getupvalref(L, fidx, n, NULL);
1278 UpVal **up1 = getupvalref(L, fidx1, n1, &f1);
1279 UpVal **up2 = getupvalref(L, fidx2, n2, NULL);
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { function
1272 return *getupvalref(L, fidx, n, NULL);
1290 UpVal **up1 = getupvalref(L, fidx1, n1, &f1);
1291 UpVal **up2 = getupvalref(L, fidx2, n2, NULL);

Completed in 137 milliseconds