Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c625 intmax_t first_line; /* First available input line. */ in write_to_file() local
629 first_line = get_first_line_in_buffer (); in write_to_file()
631 if (first_line > last_line) in write_to_file()
638 lines = last_line - first_line; in write_to_file()
Dpr.c1999 int first_line = 0; in balance() local
2008 p->current_line = first_line; in balance()
2010 first_line += lines; in balance()