Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp654 class vjustify_node : public node { class
657 vjustify_node(symbol);
664 vjustify_node::vjustify_node(symbol t) in vjustify_node() function in vjustify_node
669 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()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1294 * src/roff/troff/column.cpp (vjustify_node::copy): Updated.