Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp809 friend void space_char_hmotion_node::tprint(troff_output_file *);
2890 node *space_char_hmotion_node::copy() in copy()
2892 return new space_char_hmotion_node(n, col, state, div_nest_level); in copy()
3478 void space_char_hmotion_node::ascii_print(ascii_output_file *ascii) in ascii_print()
3567 space_char_hmotion_node::space_char_hmotion_node(hunits i, color *c, in space_char_hmotion_node() function in space_char_hmotion_node
3574 space_char_hmotion_node::space_char_hmotion_node(hunits i, color *c, in space_char_hmotion_node() function in space_char_hmotion_node
3580 void space_char_hmotion_node::asciify(macro *m) in asciify()
3795 hyphenation_type space_char_hmotion_node::get_hyphenation_type() in get_hyphenation_type()
4752 void space_char_hmotion_node::tprint(troff_output_file *out) in tprint()
4933 return new space_char_hmotion_node(env->get_space_width(), in make_node()
[all …]
H A Dnode.h344 class space_char_hmotion_node : public hmotion_node {
346 space_char_hmotion_node(hunits, color *, node * = 0);
347 space_char_hmotion_node(hunits, color *, statem *, int, node * = 0);
H A Dinput.cpp6591 n = new space_char_hmotion_node(curenv->get_space_width(), in add_to_node_list()
6688 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(), in process()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171153 space_char_hmotion_node, overstrike_node): Add `get_hyphen_list()'
1198 space_char_hmotion_node, overstrike_node): Add
1447 * src/roff/troff/node.cc (space_char_hmotion_node::asciify): Use
H A DChangeLog1115 space_char_hmotion_node, left_italic_corrected_node): Fix compiler
3781 * src/roff/troff/node.cc (space_char_hmotion_node::tprint,
3845 * src/roff/troff/node.cc (space_char_hmotion_node::tprint,
H A DChangeLog.11867 Updated constructors of hmotion_node and space_char_hmotion_node
H A DChangeLog.1155861 derived from node. New class space_char_hmotion_node.