Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pg/
H A Dpg.c171 off_t last_line; member
404 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 …]
/titanic_44/usr/src/cmd/sort/common/
H A Dcheck.c109 line_rec_t last_line; in check_if_sorted() local
129 (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()
/titanic_44/usr/src/lib/libpp/common/
H A Dppcall.c51 int last_line; in ppcall() local
250 last_line = error_info.line; in ppcall()
379 if (error_info.line != last_line) in ppcall()
382 last_line = error_info.line; in ppcall()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c867 yylsp->last_line = (yylsp-1)->last_line; in yyparse()
873 yylsp->last_line = (yylsp+yylen-1)->last_line; in yyparse()
/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c10558 int last_line = gl->term_len / gl->ncolumn; local
10563 for( ; curs_line < last_line + 1; curs_line++)