Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c730 static bool last_line = false; variable
2169 if (last_line) in skip_read()
2178 if (last_line) in skip_read()
2339 last_line = true; in skip_to_page()
2350 last_line = false; in skip_to_page()
Dcsplit.c622 write_to_file (intmax_t last_line, bool ignore, int argnum) in write_to_file() argument
631 if (first_line > last_line) in write_to_file()
638 lines = last_line - first_line; in write_to_file()