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

/freebsd-10.1-release/contrib/less/
H A Dforwback.c117 * "nblank" is the number of blank lines to draw before the first
118 * real line. If nblank > 0, the pos must be NULL_POSITION.
122 forw(n, pos, force, only_last, nblank)
127 int nblank;
193 if (nblank > 0)
201 if (--nblank == 0)
/freebsd-10.1-release/usr.bin/nl/
H A Dnl.c114 static unsigned int nblank = 1; variable
194 nblank = (unsigned int)uval;
313 if (buffer[0] == '\n' && ++adjblank < nblank)

Completed in 33 milliseconds