Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/roff/troff/
Dnode.h83 virtual hyphen_list *get_hyphen_list(hyphen_list *, int *);
250 hyphen_list *get_hyphen_list(hyphen_list *, int *);
338 hyphen_list *get_hyphen_list(hyphen_list *, int *);
355 hyphen_list *get_hyphen_list(hyphen_list *, int *);
475 hyphen_list *get_hyphen_list(hyphen_list *, int *);
496 hyphen_list *get_hyphen_list(hyphen_list *, int *);
Dnode.cpp1846 hyphen_list *get_hyphen_list(hyphen_list *, int *);
1875 hyphen_list *get_hyphen_list(hyphen_list *, int *);
1894 hyphen_list *get_hyphen_list(hyphen_list *, int *);
2034 hyphen_list *glyph_node::get_hyphen_list(hyphen_list *tail, int *count) in get_hyphen_list() function in glyph_node
2209 hyphen_list *ligature_node::get_hyphen_list(hyphen_list *tail, int *count) in get_hyphen_list() function in ligature_node
2211 hyphen_list *hl = n2->get_hyphen_list(tail, count); in get_hyphen_list()
2212 return n1->get_hyphen_list(hl, count); in get_hyphen_list()
2376 hyphen_list *node::get_hyphen_list(hyphen_list *tail, int *) in get_hyphen_list() function in node
2381 hyphen_list *kern_pair_node::get_hyphen_list(hyphen_list *tail, int *count) in get_hyphen_list() function in kern_pair_node
2383 hyphen_list *hl = n2->get_hyphen_list(tail, count); in get_hyphen_list()
[all …]
Denv.cpp2004 sl = tem->get_hyphen_list(sl, &i); in hyphenate_line()
/freebsd-10-stable/contrib/groff/
DChangeLog4362 break_char_node::get_hyphen_list): Avoid warning about unused
4613 Let `get_hyphen_list' return the number of involved characters in
4616 * src/roff/troff/node.h (*::get_hyphen_list): Add second parameter.
4617 * src/roff/troff/node.cc (*::get_hyphen_list): Handle new second
DChangeLog.1171153 space_char_hmotion_node, overstrike_node): Add `get_hyphen_list()'