Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c100 idx_t num_lines; /* Number of complete lines in this buffer. */ member
375 b->num_lines = lines; in record_line_starts()
414 new_buffer->num_lines = 0; in get_new_buffer()
576 if (linenum < b->start_line + b->num_lines) in find_line()