HomeSort by: relevance | last modified time | path
    Searched defs:scnhgt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/banner/
banner.c 133 int d, scnhgt; local in function:scan_out
135 for (scnhgt = 0; scnhgt++ < HEIGHT+Drop; ) {
145 if ((!d && scnhgt > HEIGHT) || (scnhgt <= Drop && d))
150 scnkey_def[(int)c][scnhgt-1-d], strp, cc);
153 scnkey_lpd[(int)c][scnhgt-1-d], strp, cc);
  /src/usr.sbin/lpr/lpd/
printjob.c 1071 int d, scnhgt; local in function:scan_out
1074 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1079 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1083 strp = scnline(scnkey[(int)c][scnhgt-1-d],

Completed in 13 milliseconds