Searched refs:initline (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c241 off_t initline; local
280 for (initline = 0; *s != '\0'; s++)
282 initline = initline*10 + *s -'0';
283 --initline;
346 skiplns (initline, stdin);
371 skiplns (initline, f);
1013 register off_t initline; local
1037 initline = Currline - dlines * (nlines + 1);
1039 --initline;
[all...]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c154 static int initline; variable
248 initline = initline*10 + *s -'0';
317 if (initline <= 0)
318 initline = 1;
412 new_ss.first_line = initline;
413 new_ss.last_line = initline + (off_t)window - 1;

Completed in 47 milliseconds