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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c1322 register off_t lncount; local
1345 lncount = 0;
1351 lncount++;
1354 if (lncount > 3 || (lncount > 1 && no_intty))
1362 Currline -= (lncount >= 3 ? 3 : lncount);

Completed in 61 milliseconds