Home
last modified time | relevance | path

Searched refs:get_hyphenation_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h95 virtual hyphenation_type get_hyphenation_type();
203 hyphenation_type get_hyphenation_type();
253 hyphenation_type get_hyphenation_type();
341 hyphenation_type get_hyphenation_type();
358 hyphenation_type get_hyphenation_type();
418 hyphenation_type get_hyphenation_type();
430 hyphenation_type get_hyphenation_type();
471 hyphenation_type get_hyphenation_type();
499 hyphenation_type get_hyphenation_type();
H A Dnode.cpp1842 hyphenation_type get_hyphenation_type();
1903 hyphenation_type get_hyphenation_type();
1934 hyphenation_type get_hyphenation_type();
2141 hyphenation_type glyph_node::get_hyphenation_type() in get_hyphenation_type() function in glyph_node
2397 hyphenation_type get_hyphenation_type();
2429 hyphenation_type hyphen_inhibitor_node::get_hyphenation_type() in get_hyphenation_type() function in hyphen_inhibitor_node
2598 hyphenation_type get_hyphenation_type();
2697 hyphenation_type italic_corrected_node::get_hyphenation_type() in get_hyphenation_type() function in italic_corrected_node
2699 return n->get_hyphenation_type(); in get_hyphenation_type()
2743 hyphenation_type get_hyphenation_type();
[all …]
H A Denv.cpp1982 hyphenation_type prev_type = line->get_hyphenation_type(); in hyphenate_line()
1988 hyphenation_type this_type = (*startp)->get_hyphenation_type(); in hyphenate_line()
1998 } while (tem != 0 && tem->get_hyphenation_type() == HYPHEN_MIDDLE); in hyphenate_line()
1999 int inhibit = (tem != 0 && tem->get_hyphenation_type() == HYPHEN_INHIBIT); in hyphenate_line()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171081 * src/roff/troff/node.cc (space_node::get_hyphenation_type): New
1199 `get_hyphenation_type()' method.
H A DChangeLog.1154632 hyphen_inhibitor_node::get_hyphenation_type): New functions.
4639 * troff/node.h (dummy_node::get_hyphenation_type,
4640 transparent_dummy_node::get_hyphenation_type): Declare them.
4641 * troff/node.c: (dummy_node::get_hyphenation_type,
4642 transparent_dummy_node::get_hyphenation_type): New functions.