Searched refs:ARRAYVAR (Results 1 – 3 of 3) sorted by relevance
291 cf = (t->u.evalflags ? ARRAYVAR : 0) | in get_command()425 musthave(LWORD, ARRAYVAR); in get_command()985 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()1030 int c = tpeek(ARRAYVAR); in dbtestp_getopnd()
285 if (c == '[' && (cf & (VARASN|ARRAYVAR))) { in yylex()
1582 #define ARRAYVAR BIT(6) /* parse x[1 & 2] as one word */ macro