Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1496 int d, scnhgt; in scan_out() local
1498 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) { in scan_out()
1503 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d)) in scan_out()
1507 strp = scnline(scnkey[(int)c][scnhgt-1-d], strp, cc); in scan_out()