Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dlex.h94 #define ARRAYVAR BIT(6) /* parse x[1 & 2] as one word */ macro
H A Dsyn.c221 cf = (t->u.evalflags ? ARRAYVAR : 0) | in get_command()
318 musthave(LWORD, ARRAYVAR); in get_command()
830 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
872 int c = tpeek(ARRAYVAR); in dbtestp_getopnd()
H A Dlex.c261 if (c == '[' && (cf & (VARASN|ARRAYVAR))) { in yylex()