Searched refs:line_start_node (Results 1 – 3 of 3) sorted by relevance
154 class line_start_node : public node {156 line_start_node() {} in line_start_node() function157 node *copy() { return new line_start_node; } in copy()
3609 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()
293 tab_contents = new line_start_node; in add_char()1835 line = new line_start_node; in start_line()