Searched refs:A_RPAR (Results 1 – 3 of 3) sorted by relevance
80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
116 #define A_RPAR 8 macro
104 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \603 case A_RPAR: in expr()663 if (gettok(vp) != A_RPAR) in expr()