Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c99 intmax_t first_available; /* First line that can be retrieved. */ member
376 b->first_available = b->start_line = last_line_number + 1; in record_line_starts()
413 new_buffer->start_line = new_buffer->first_available = last_line_number + 1; in get_new_buffer()
506 return head->first_available; in get_first_line_in_buffer()
533 if (current_line < head->first_available) in remove_line()
534 current_line = head->first_available; in remove_line()
536 ++(head->first_available); in remove_line()