Searched refs:cur_div_level (Results 1 – 2 of 2) sorted by relevance
768 int cur_div_level; member in troff_output_file886 if (n->div_nest_level > cur_div_level && n->push_state) { in really_print_line()888 cur_div_level = n->div_nest_level; in really_print_line()892 while (n->div_nest_level < cur_div_level) { in really_print_line()894 cur_div_level = n->div_nest_level; in really_print_line()1558 cur_div_level(0) in troff_output_file()
1262 (troff_output_file): New variables `cur_div_level' and `tag_list'.