Lines Matching defs:width
48 * banner [-dt] [-w width] [message]
1026 static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */
1051 width = atoi(optarg);
1052 if (width <= 0 || width > DWIDTH)
1057 (void)fprintf(stderr, "usage: banner [-w width] [message]\n");
1063 for (i = 0; i < width; i++) {
1064 j = i * DWIDTH / width;
1165 x = (x*width + (DWIDTH/2)) / DWIDTH;
1166 y = (y*width + (DWIDTH/2)) / DWIDTH;