Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c98 intmax_t start_line; /* First line number in this buffer. */ 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()
571 if (linenum < head->start_line) in find_line()
576 if (linenum < b->start_line + b->num_lines) in find_line()
583 offset = linenum - b->start_line; in find_line()