Searched refs:OPEN_PAREN (Results 1 – 2 of 2) sorted by relevance
189 #define OPEN_PAREN '(' macro1600 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in sysVvarsub()1727 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in ParseModifier()2086 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in VarParseLong()2204 } else if (vp->ptr[0] == OPEN_PAREN || vp->ptr[0] == OPEN_BRACE) { in VarParse()2284 if (str[0] == OPEN_PAREN || str[0] == OPEN_BRACE) { in match_var()
81 OP(OPEN_PAREN, "(") \