Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/refer/
HDlabel.y113 class star_expr : public unary_expr {
115 star_expr(expression *e) : unary_expr(e) { } in star_expr() function
359 { $$ = new star_expr($1); }
658 void star_expr::evaluate(int tentative, const reference &ref, in evaluate()