Searched refs:first_line (Results 1 – 2 of 2) sorted by relevance
625 intmax_t first_line; /* First available input line. */ in write_to_file() local629 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()
1999 int first_line = 0; in balance() local2008 p->current_line = first_line; in balance()2010 first_line += lines; in balance()