Searched refs:last_line (Results 1 – 5 of 5) sorted by relevance
171 off_t last_line; member404 old_ss.last_line = 0;413 new_ss.last_line = initline + (off_t)window - 1;420 new_ss.last_line = (off_t)window;427 if (hadchance && new_ss.last_line >= eofl_no)431 if (new_ss.last_line < (off_t)window)432 new_ss.last_line = (off_t)window;433 if (find(0, new_ss.last_line + 1) != EOF)437 new_ss.last_line = eofl_no - 1;438 new_ss.first_line = new_ss.last_line -[all …]
109 line_rec_t last_line; in check_if_sorted() local129 (void) memset(&last_line, 0, sizeof (line_rec_t)); in check_if_sorted()171 last_line.l_collate_bufsize = INITIAL_COLLATION_SIZE * in check_if_sorted()173 last_line.l_collate.sp = safe_realloc(NULL, in check_if_sorted()174 last_line.l_collate_bufsize); in check_if_sorted()175 last_line.l_raw_collate.sp = NULL; in check_if_sorted()180 swap_coll_bufs(&cur_streamp->s_current, &last_line); in check_if_sorted()191 r = collation_fcn(&last_line, &cur_streamp->s_current, 0, in check_if_sorted()195 swap_coll_bufs(&cur_streamp->s_current, &last_line); in check_if_sorted()
51 int last_line; in ppcall() local250 last_line = error_info.line; in ppcall()379 if (error_info.line != last_line) in ppcall()382 last_line = error_info.line; in ppcall()
867 yylsp->last_line = (yylsp-1)->last_line; in yyparse()873 yylsp->last_line = (yylsp+yylen-1)->last_line; in yyparse()
10558 int last_line = gl->term_len / gl->ncolumn; local10563 for( ; curs_line < last_line + 1; curs_line++)