Searched refs:vkisinreg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ | ||
H A D | lparser.h | 38 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL) macro |
H A D | lcode.c | 709 : check_exp(vkisinreg(t->k), VLOCAL); in luaK_indexed() |