Home
last modified time | relevance | path

Searched refs:vkisinreg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h38 #define vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL) macro
H A Dlcode.c709 : check_exp(vkisinreg(t->k), VLOCAL); in luaK_indexed()