Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c283 switch (c = token(cf|KEYWORD|sALIAS|CMDASN)) { in get_command()
305 cf = sALIAS | CMDASN; in get_command()
307 cf = CMDWORD | CMDASN; in get_command()
448 musthave(LWORD, CMDASN); in get_command()
589 switch (token(KEYWORD|sALIAS|CMDASN)) { in elsepart()
1009 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
1055 int c = tpeek(CMDASN); in dbtestp_getopnd()
Dlex.c271 if (c == '[' && (cf & CMDASN)) { in yylex()
Dsh.h1637 #define CMDASN BIT(5) /* parse x[1 & 2] as one word, for typeset */ macro