Home
last modified time | relevance | path

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

/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp770 int cur_div_level; member in troff_output_file
888 if (n->div_nest_level > cur_div_level && n->push_state) { in really_print_line()
890 cur_div_level = n->div_nest_level; in really_print_line()
894 while (n->div_nest_level < cur_div_level) { in really_print_line()
896 cur_div_level = n->div_nest_level; in really_print_line()
1560 cur_div_level(0) in troff_output_file()
/netbsd/external/gpl2/groff/dist/
H A DChangeLog1262 (troff_output_file): New variables `cur_div_level' and `tag_list'.