Searched refs:vkisinreg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ | ||
H A D | lparser.h | 38 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL) macro |
H A D | lcode.c | 707 : check_exp(vkisinreg(t->k), VLOCAL); in luaK_indexed() |