Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h51 VINDEXSTR, /* indexed variable with literal string; enumerator
63 #define vkisvar(k) (VLOCAL <= (k) && (k) <= VINDEXSTR)
64 #define vkisindexed(k) (VINDEXED <= (k) && (k) <= VINDEXSTR)
Dlcode.c786 case VINDEXSTR: { in luaK_dischargevars()
1051 case VINDEXSTR: { in luaK_storevar()
1278 t->k = VINDEXSTR; in luaK_indexed()
Dlparser.c1330 lh->v.k = VINDEXSTR; in check_conflict()