Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp1199 int current_row = 0; in process_data() local
1260 tbl->add_entry(current_row, cnt, input_entry, in process_data()
1263 tbl->add_vlines(current_row, f->vline[format_index]); in process_data()
1265 current_row++; in process_data()
1279 tbl->add_entry(current_row, col, "", &line_format[col], in process_data()
1407 tbl->add_entry(current_row, col, input_entry, in process_data()
1424 tbl->add_entry(current_row, col, input_entry, &line_format[col], in process_data()
1426 tbl->add_vlines(current_row, f->vline[format_index]); in process_data()
1427 current_row++; in process_data()
1444 tbl->add_text_line(current_row, line, current_filename, ln); in process_data()
[all …]