Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y115 class star_expr : public unary_expr {
117 star_expr(expression *e) : unary_expr(e) { } in star_expr() function
361 { $$ = new star_expr($1); }
660 void star_expr::evaluate(int tentative, const reference &ref, in evaluate()