Searched refs:non_interpreted_node (Results 1 – 4 of 4) sorted by relevance
5102 class non_interpreted_node : public node { class5105 non_interpreted_node(const macro &);5115 non_interpreted_node::non_interpreted_node(const macro &m) : mac(m) in non_interpreted_node() function in non_interpreted_node5119 int non_interpreted_node::ends_sentence() in ends_sentence()5124 int non_interpreted_node::same(node *nd) in same()5126 return mac == ((non_interpreted_node *)nd)->mac; in same()5129 const char *non_interpreted_node::type() in type()5134 int non_interpreted_node::force_tprint() in force_tprint()5139 int non_interpreted_node::is_tag() in is_tag()5144 node *non_interpreted_node::copy() in copy()[all …]
5197 (non_interpreted_node::same): Use this.5201 asciify_macro or class non_interpreted_node friends of class5203 (non_interpreted_node::interpret): Use input_iterator::get.5207 ~non_interpreted_node): Deleted.
1394 (non_interpreted_char_node, token_node, non_interpreted_node): Add
2013 unformat_macro, read_size, non_interpreted_node::interpret,2719 * src/roff/troff/input.cc (non_interpreted_node): Add