Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c406 int lines_to_print; /* No. lines stored or space left on page. */ member
795 || (storing_columns && q->lines_stored > 0 && q->lines_to_print > 0)) in cols_ready_to_print()
1539 q->lines_to_print = 0; in close_file()
1546 p->lines_to_print = 0; in close_file()
1575 p->lines_to_print = 0; in hold_file()
1710 p->lines_to_print = p->lines_stored; in init_page()
1716 p->lines_to_print = p->lines_stored; in init_page()
1724 p->lines_to_print = lines_per_body; in init_page()
1727 p->lines_to_print = 0; in init_page()
1734 p->lines_to_print = lines_per_body; in init_page()
[all …]