Home
last modified time | relevance | path

Searched defs:token_node (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h50 class token_node; variable
H A Dinput.cpp1575 class token_node : public node { class
1587 token_node::token_node(const token &t) : tk(t) in token_node() function in token_node