Home
last modified time | relevance | path

Searched refs:soft_hyphen_char (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/groff/src/roff/troff/
HDnode.cpp83 static charinfo *soft_hyphen_char; variable
2301 if (tf->contains(soft_hyphen_char)) { in add_discretionary_hyphen()
2307 glyph_node *gn = new glyph_node(soft_hyphen_char, tf, gcol, fcol, in add_discretionary_hyphen()
2448 if (tf->contains(soft_hyphen_char)) { in add_discretionary_hyphen()
2454 glyph_node *gn = new glyph_node(soft_hyphen_char, tf, gcol, fcol, in add_discretionary_hyphen()
6420 soft_hyphen_char = get_optional_char(); in set_soft_hyphen_char()
6421 if (!soft_hyphen_char) in set_soft_hyphen_char()
6422 soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL); in set_soft_hyphen_char()
6481 soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL); in init_node_requests()
/trueos/contrib/groff/
HDChangeLog.1152734 node::add_discretionary_hyphen): Use soft_hyphen_char.
2736 (init_node_requests): Bind to shc. Initialize soft_hyphen_char.