Searched refs:cur_div_level (Results 1 – 2 of 2) sorted by relevance
770 int cur_div_level; member in troff_output_file888 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()
1262 (troff_output_file): New variables `cur_div_level' and `tag_list'.