Searched refs:break_char_node (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.cpp | 2723 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 D | ChangeLog.118 | 38 * 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 D | ChangeLog.117 | 1200 * src/roff/troff/node.cc (break_char_node::asciify): Don't asciify
|
| H A D | ChangeLog | 4362 break_char_node::get_hyphen_list): Avoid warning about unused
|
| H A D | ChangeLog.115 | 6127 can be made at break_char_node's.
|