Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp1105 class non_interpreted_char_node : public node { class
1108 non_interpreted_char_node(unsigned char);
1117 int non_interpreted_char_node::same(node *nd) in same()
1119 return c == ((non_interpreted_char_node *)nd)->c; in same()
1122 const char *non_interpreted_char_node::type() in type()
1127 int non_interpreted_char_node::force_tprint() in force_tprint()
1132 int non_interpreted_char_node::is_tag() in is_tag()
1137 non_interpreted_char_node::non_interpreted_char_node(unsigned char n) : c(n) in non_interpreted_char_node() function in non_interpreted_char_node
1142 node *non_interpreted_char_node::copy() in copy()
1144 return new non_interpreted_char_node(c); in copy()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171394 (non_interpreted_char_node, token_node, non_interpreted_node): Add