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

  /src/usr.bin/banner/
banner.c 80 static int Drop = 0; /* 3 for the LPD font */
120 return (Drop);
135 for (scnhgt = 0; scnhgt++ < HEIGHT+Drop; ) {
145 if ((!d && scnhgt > HEIGHT) || (scnhgt <= Drop && d))
148 else if (Drop == 0)
191 Drop = 3; /* for LPD font */
banner.c 80 static int Drop = 0; /* 3 for the LPD font */
120 return (Drop);
135 for (scnhgt = 0; scnhgt++ < HEIGHT+Drop; ) {
145 if ((!d && scnhgt > HEIGHT) || (scnhgt <= Drop && d))
148 else if (Drop == 0)
191 Drop = 3; /* for LPD font */

Completed in 23 milliseconds