Home
last modified time | relevance | path

Searched refs:merge_space (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/groff/src/roff/troff/
HDnode.h73 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);
HDenv.cpp432 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()
HDnode.cpp3121 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/
HDChangeLog.1171132 (*node::merge_space): Update `orig_width' list if necessary.
1451 (word_space_node::merge_space): New method.