Home
last modified time | relevance | path

Searched refs:line_start_node (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h154 class line_start_node : public node {
156 line_start_node() {} in line_start_node() function
157 node *copy() { return new line_start_node; } in copy()
H A Dnode.cpp3609 void line_start_node::asciify(macro *) in asciify()
5692 int line_start_node::same(node * /*nd*/) in same()
5697 const char *line_start_node::type() in type()
5702 int line_start_node::force_tprint() in force_tprint()
5707 int line_start_node::is_tag() in is_tag()
H A Denv.cpp293 tab_contents = new line_start_node; in add_char()
1835 line = new line_start_node; in start_line()