Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h64 #define vkisindexed(k) (VINDEXED <= (k) && (k) <= VINDEXSTR) macro
Dlparser.c1326 if (vkisindexed(lh->v.k)) { /* assignment to table field? */ in check_conflict()
1373 if (!vkisindexed(nv.v.k)) in restassign()