Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c165 int nscroll = 11; /* Number of lines scrolled by 'd' */ variable
605 nscroll = Lpp/2 - 1; in chgwinsz()
606 if (nscroll <= 0) in chgwinsz()
607 nscroll = 1; in chgwinsz()
1058 if (nlines != 0) nscroll = nlines; in command()
1059 ret (nscroll); in command()