Home
last modified time | relevance | path

Searched refs:unbreakable_space_node (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp810 friend void unbreakable_space_node::tprint(troff_output_file *);
3603 void unbreakable_space_node::asciify(macro *m) in asciify()
3812 hyphenation_type unbreakable_space_node::get_hyphenation_type() in get_hyphenation_type()
4380 unbreakable_space_node::unbreakable_space_node(hunits d, color *c, node *x) in unbreakable_space_node() function in unbreakable_space_node
4385 unbreakable_space_node::unbreakable_space_node(hunits d, int s, in unbreakable_space_node() function in unbreakable_space_node
4392 node *unbreakable_space_node::copy() in copy()
4394 return new unbreakable_space_node(n, set, col, state, div_nest_level); in copy()
4397 int unbreakable_space_node::force_tprint() in force_tprint()
4402 int unbreakable_space_node::is_tag() in is_tag()
4407 breakpoint *unbreakable_space_node::get_breakpoints(hunits, int, in get_breakpoints()
[all …]
H A Dnode.h235 class unbreakable_space_node : public word_space_node {
236 unbreakable_space_node(hunits, int, color *, statem *, int, node * = 0);
238 unbreakable_space_node(hunits, color *, node * = 0);
H A Dinput.cpp2706 int unbreakable_space_node::reread(int *) in reread()
6587 n = new unbreakable_space_node(curenv->get_space_width(), in add_to_node_list()
6684 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(), in process()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171131 (hmotion_node::copy, unbreakable_space_node::copy): Updated.
1141 unbreakable_space_node::reread, hmotion_node::reread): New methods
1152 * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
1182 (token::next): Move creation of an unbreakable_space_node to...
1197 * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
1450 (unbreakable_space_node::asciify): New method.
H A DChangeLog3782 unbreakable_space_node::tprint): Emit `N-<width>'.
3793 * src/roff/troff/node.cc (unbreakable_space_node::tprint): Don't
3846 unbreakable_space_node::tprint): New functions.
3848 unbreakable_space_node::tprint to friends.
H A DChangeLog.1153692 unbreakable_space_node.
3693 * troff/node.c (unbreakable_space_node): New class.