Searched defs:noscroll (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c180 int hard, dumb, noscroll, hardtabs, clreol; variable
289 * defined, and in that case, make sure we are in noscroll mode
296 else noscroll = 1;
300 dlines =(off_t) (Lpp - (noscroll ? 1 : 2));
332 if (noscroll && (ch != EOF)) {
342 if (noscroll)
367 if (noscroll)
378 if ((noscroll || clearit) && (file_size != LLONG_MAX))
435 noscroll++;
552 if (noscroll
[all...]

Completed in 47 milliseconds