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

/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp1103 class non_interpreted_char_node : public node { class in inherits:node
1106 non_interpreted_char_node(unsigned char);
1115 int non_interpreted_char_node::same(node *nd)
1117 return c == ((non_interpreted_char_node *)nd)->c;
1120 const char *non_interpreted_char_node::type()
1122 return "non_interpreted_char_node";
1125 int non_interpreted_char_node::force_tprint()
1130 int non_interpreted_char_node::is_tag()
1135 non_interpreted_char_node::non_interpreted_char_node(unsigne function in class:non_interpreted_char_node
[all...]

Completed in 137 milliseconds