Home
last modified time | relevance | path

Searched refs:has_lpar (Results 1 – 5 of 5) sorted by relevance

/dports/print/lout/lout-3.40/
H A Dz06.c483 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()
H A Dz29.c373 has_lpar(s) = FALSE; in InsertSym()
376 if( type(s) == LPAR ) has_lpar(enclosing(s)) = TRUE; in InsertSym()
H A Dz41.c449 (precedence(sym) <= outer_prec && (has_lpar(sym) || has_rpar(sym))) || in WriteObject()
H A Dz25.c452 precedence(sym) <= outer_prec && (has_lpar(sym) || has_rpar(sym)); in echo()
H A Dexterns.h1821 #define has_lpar(x) (x)->os1.ou2.os26.ohas_lpar macro