Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c291 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()
Dlex.c285 if (c == '[' && (cf & (VARASN|ARRAYVAR))) { in yylex()
Dsh.h1582 #define ARRAYVAR BIT(6) /* parse x[1 & 2] as one word */ macro