Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c173 off_t last_line; member
404 old_ss.last_line = 0; in screen()
552 new_ss.last_line = old_ss.last_line; in command()
581 new_ss.last_line = old_ss.last_line + in command()
646 new_ss.last_line = old_ss.last_line + nlines; in command()
656 new_ss.last_line = in command()
672 new_ss.last_line = in command()
1266 new_ss.last_line = in search()
1272 new_ss.last_line = in search()
1275 new_ss.last_line - in search()
[all …]
/illumos-gate/usr/src/cmd/sort/
H A Dcheck.c107 line_rec_t last_line; in check_if_sorted() local
127 (void) memset(&last_line, 0, sizeof (line_rec_t)); in check_if_sorted()
169 last_line.l_collate_bufsize = INITIAL_COLLATION_SIZE * in check_if_sorted()
171 last_line.l_collate.sp = safe_realloc(NULL, in check_if_sorted()
172 last_line.l_collate_bufsize); in check_if_sorted()
173 last_line.l_raw_collate.sp = NULL; in check_if_sorted()
178 swap_coll_bufs(&cur_streamp->s_current, &last_line); in check_if_sorted()
189 r = collation_fcn(&last_line, &cur_streamp->s_current, 0, in check_if_sorted()
193 swap_coll_bufs(&cur_streamp->s_current, &last_line); in check_if_sorted()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c865 yylsp->last_line = (yylsp-1)->last_line; in yyparse()
871 yylsp->last_line = (yylsp+yylen-1)->last_line; in yyparse()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.h84 u32 *last_line);
/illumos-gate/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++)