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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h114 #define ARRAYVAR BIT(6) /* parse x[1 & 2] as one word */ macro
H A Dsyn.c239 cf = (t->u.evalflags ? ARRAYVAR : 0)
338 musthave(LWORD, ARRAYVAR);
868 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN));
919 int c = tpeek(ARRAYVAR);
H A Dlex.c171 if (c == '[' && (cf & (VARASN|ARRAYVAR))) {

Completed in 109 milliseconds