Searched refs:vjustify_node (Results 1 – 2 of 2) sorted by relevance
654 class vjustify_node : public node { class657 vjustify_node(symbol);664 vjustify_node::vjustify_node(symbol t) in vjustify_node() function in vjustify_node669 node *vjustify_node::copy() in copy()671 return new vjustify_node(typ, div_nest_level); in copy()674 const char *vjustify_node::type() in type()679 int vjustify_node::same(node *nd) in same()681 return typ == ((vjustify_node *)nd)->typ; in same()684 int vjustify_node::reread(int *bolp) in reread()694 mac->append(new vjustify_node(type)); in vjustify()
1294 * src/roff/troff/column.cpp (vjustify_node::copy): Updated.