Searched refs:hyphen_inhibitor_node (Results 1 – 2 of 2) sorted by relevance
2387 class hyphen_inhibitor_node : public node { class2389 hyphen_inhibitor_node(node * = 0);2398 hyphen_inhibitor_node::hyphen_inhibitor_node(node *nd) : node(nd) in hyphen_inhibitor_node() function in hyphen_inhibitor_node2402 node *hyphen_inhibitor_node::copy() in copy()2404 return new hyphen_inhibitor_node; in copy()2407 int hyphen_inhibitor_node::same(node *) in same()2412 const char *hyphen_inhibitor_node::type() in type()2417 int hyphen_inhibitor_node::force_tprint() in force_tprint()2422 int hyphen_inhibitor_node::is_tag() in is_tag()2427 hyphenation_type hyphen_inhibitor_node::get_hyphenation_type() in get_hyphenation_type()[all …]
4628 * troff/node.c (class hyphen_inhibitor_node): New class.4629 (hyphen_inhibitor_node::hyphen_inhibitor_node,4630 hyphen_inhibitor_node::copy, hyphen_inhibitor_node::same,4631 hyphen_inhibitor_node::type,4632 hyphen_inhibitor_node::get_hyphenation_type): New functions.4633 (node::add_discretionary_hyphen): Use hyphen_inhibitor_node rather