Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y172 class alternative_expr : public binary_expr {
174 alternative_expr(expression *e1, expression *e2) : binary_expr(e1, e2) { } in alternative_expr() function
274 { $$ = new alternative_expr($1, $3); }
787 void alternative_expr::evaluate(int tentative, const reference &ref, in evaluate()