Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp2723 class break_char_node : public node { class
2728 break_char_node(node *, int, color *, node * = 0);
2729 break_char_node(node *, int, color *, statem *, int, node * = 0);
2730 ~break_char_node();
2754 break_char_node::break_char_node(node *n, int bc, color *c, node *x) in break_char_node() function in break_char_node
2759 break_char_node::break_char_node(node *n, int bc, color *c, statem *s, in break_char_node() function in break_char_node
2765 break_char_node::~break_char_node() in ~break_char_node()
2770 node *break_char_node::copy() in copy()
2772 return new break_char_node(ch->copy(), break_code, col, state, in copy()
2776 hunits break_char_node::width() in width()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.11838 * src/roff/troff/node.cc (break_char_node::col): New variable.
43 (break_char_node::add_self): Pass color argument to space node.
88 (break_char_node::merge_self): Updated.
H A DChangeLog.1171200 * src/roff/troff/node.cc (break_char_node::asciify): Don't asciify
H A DChangeLog4362 break_char_node::get_hyphen_list): Avoid warning about unused
H A DChangeLog.1156127 can be made at break_char_node's.