Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y153 class separator_expr : public unary_expr {
155 separator_expr(expression *e) : unary_expr(e) { } in separator_expr() function
365 { $$ = new separator_expr($2); }
670 void separator_expr::evaluate(int tentative, const reference &ref, in evaluate()