Searched refs:VINDEXSTR (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h52 VINDEXSTR, /* indexed variable with literal string; enumerator in enum:__anon5016
64 #define vkisvar(k) (VLOCAL <= (k) && (k) <= VINDEXSTR)
65 #define vkisindexed(k) (VINDEXED <= (k) && (k) <= VINDEXSTR)
H A Dlcode.c786 case VINDEXSTR: {
1055 case VINDEXSTR: {
1282 t->k = VINDEXSTR;
H A Dlparser.c1328 lh->v.k = VINDEXSTR;

Completed in 159 milliseconds