Searched refs:has_lpar (Results 1 – 5 of 5) sorted by relevance
483 if( has_lpar(actual(op)) ) in Reduce()497 if( has_lpar(actual(op)) ) in Reduce()532 if( has_lpar(actual(op)) ) in Reduce()1085 has_lpar(actual(t)), has_rpar(actual(t))); in Parse()1096 has_lpar(actual(t)), has_rpar(actual(t))); in Parse()1121 has_lpar(actual(t)), has_rpar(actual(t))); in Parse()1348 Shift(x,precedence(x),right_assoc(xsym),has_lpar(xsym),has_rpar(xsym)); in Parse()1496 if( has_lpar(xsym) ) in Parse()
373 has_lpar(s) = FALSE; in InsertSym()376 if( type(s) == LPAR ) has_lpar(enclosing(s)) = TRUE; in InsertSym()
449 (precedence(sym) <= outer_prec && (has_lpar(sym) || has_rpar(sym))) || in WriteObject()
452 precedence(sym) <= outer_prec && (has_lpar(sym) || has_rpar(sym)); in echo()
1821 #define has_lpar(x) (x)->os1.ou2.os26.ohas_lpar macro