Searched refs:unbreakable_space_node (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp808 friend void unbreakable_space_node::tprint(troff_output_file *);
3601 void unbreakable_space_node::asciify(macro *m)
3810 hyphenation_type unbreakable_space_node::get_hyphenation_type()
4378 unbreakable_space_node::unbreakable_space_node(hunits d, color *c, node *x) function in class:unbreakable_space_node
4383 unbreakable_space_node::unbreakable_space_node(hunits d, int s, function in class:unbreakable_space_node
4390 node *unbreakable_space_node::copy()
4392 return new unbreakable_space_node(n, set, col, state, div_nest_level);
4395 int unbreakable_space_node
[all...]
H A Dnode.h233 class unbreakable_space_node : public word_space_node { class in inherits:word_space_node
234 unbreakable_space_node(hunits, int, color *, statem *, int, node * = 0);
236 unbreakable_space_node(hunits, color *, node * = 0);

Completed in 120 milliseconds