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

/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1508 int d, scnhgt; local
1510 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1515 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1519 strp = scnline(scnkey[(int)c][scnhgt-1-d], strp, cc);

Completed in 59 milliseconds