Searched refs:A_LPAR (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,
115 #define A_LPAR 7 macro
103 (c=='&'?A_AND:(c=='!'?A_NOT:(c=='('?A_LPAR: \551 if(wasop++ && op!=A_LPAR) in expr()627 case A_LPAR: in expr()