Searched refs:CMDASN (Results 1 – 3 of 3) sorted by relevance
277 switch (c = token(cf|KEYWORD|sALIAS|CMDASN)) { in get_command()299 cf = sALIAS | CMDASN; in get_command()301 cf = CMDWORD | CMDASN; in get_command()444 musthave(LWORD, CMDASN); in get_command()585 switch (token(KEYWORD|sALIAS|CMDASN)) { in elsepart()984 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()1030 int c = tpeek(CMDASN); in dbtestp_getopnd()
271 if (c == '[' && (cf & CMDASN)) { in yylex()
1984 #define CMDASN BIT(5) /* parse x[1 & 2] as one word, for typeset */ macro