Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c250 switch (c = token(cf|KEYWORD|ALIAS|VARASN)) { in get_command()
267 (XPsize(args) == 0 ? ALIAS|VARASN : CMDWORD); in get_command()
556 switch (token(KEYWORD|ALIAS|VARASN)) { in elsepart()
Dsh.h1441 #define VARASN BIT(5) /* check for var=word */ macro
Dlex.c284 if (c == '[' && (cf & (VARASN|ARRAYVAR))) { in yylex()