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