Searched refs:merge_space (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | node.h | 73 virtual int merge_space(hunits, hunits, hunits); 187 int merge_space(hunits, hunits, hunits); 228 int merge_space(hunits, hunits, hunits); 248 int merge_space(hunits, hunits, hunits);
|
| HD | env.cpp | 432 if (line != 0 && line->merge_space(x, sw, ssw)) { in space_newline() 460 if (p->merge_space(xx, space_width, sentence_space_width)) { in space() 465 if (p && p->merge_space(x, space_width, sentence_space_width)) { in space()
|
| HD | node.cpp | 3121 int node::merge_space(hunits, hunits, hunits) in merge_space() function in node 3195 int space_node::merge_space(hunits h, hunits, hunits) in merge_space() function in space_node 4367 int word_space_node::merge_space(hunits h, hunits sw, hunits ssw) in merge_space() function in word_space_node 4421 int unbreakable_space_node::merge_space(hunits, hunits, hunits) in merge_space() function in unbreakable_space_node
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.117 | 1132 (*node::merge_space): Update `orig_width' list if necessary. 1451 (word_space_node::merge_space): New method.
|