Searched refs:get_hyphenation_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h93 virtual hyphenation_type get_hyphenation_type();
201 hyphenation_type get_hyphenation_type();
251 hyphenation_type get_hyphenation_type();
339 hyphenation_type get_hyphenation_type();
356 hyphenation_type get_hyphenation_type();
416 hyphenation_type get_hyphenation_type();
428 hyphenation_type get_hyphenation_type();
469 hyphenation_type get_hyphenation_type();
497 hyphenation_type get_hyphenation_type();
H A Dnode.cpp1840 hyphenation_type get_hyphenation_type();
1901 hyphenation_type get_hyphenation_type();
1932 hyphenation_type get_hyphenation_type();
2139 hyphenation_type glyph_node::get_hyphenation_type() function in class:glyph_node
2395 hyphenation_type get_hyphenation_type();
2427 hyphenation_type hyphen_inhibitor_node::get_hyphenation_type() function in class:hyphen_inhibitor_node
2596 hyphenation_type get_hyphenation_type();
2695 hyphenation_type italic_corrected_node::get_hyphenation_type() function in class:italic_corrected_node
2697 return n->get_hyphenation_type();
2741 hyphenation_type get_hyphenation_type();
2823 hyphenation_type break_char_node::get_hyphenation_type() function in class:break_char_node
3763 hyphenation_type node::get_hyphenation_type() function in class:node
3768 hyphenation_type dbreak_node::get_hyphenation_type() function in class:dbreak_node
3773 hyphenation_type kern_pair_node::get_hyphenation_type() function in class:kern_pair_node
3778 hyphenation_type dummy_node::get_hyphenation_type() function in class:dummy_node
3783 hyphenation_type transparent_dummy_node::get_hyphenation_type() function in class:transparent_dummy_node
3788 hyphenation_type hmotion_node::get_hyphenation_type() function in class:hmotion_node
3793 hyphenation_type space_char_hmotion_node::get_hyphenation_type() function in class:space_char_hmotion_node
3798 hyphenation_type overstrike_node::get_hyphenation_type() function in class:overstrike_node
3803 hyphenation_type space_node::get_hyphenation_type() function in class:space_node
3810 hyphenation_type unbreakable_space_node::get_hyphenation_type() function in class:unbreakable_space_node
4236 hyphenation_type composite_node::get_hyphenation_type() function in class:composite_node
5473 hyphenation_type left_italic_corrected_node::get_hyphenation_type() function in class:left_italic_corrected_node
[all...]
H A Denv.cpp1980 hyphenation_type prev_type = line->get_hyphenation_type();
1986 hyphenation_type this_type = (*startp)->get_hyphenation_type();
1996 } while (tem != 0 && tem->get_hyphenation_type() == HYPHEN_MIDDLE);
1997 int inhibit = (tem != 0 && tem->get_hyphenation_type() == HYPHEN_INHIBIT);

Completed in 88 milliseconds