Searched refs:DWIDTH (Results 1 – 1 of 1) sorted by relevance
44 #define DWIDTH 132 macro1008 static char line[DWIDTH];1010 static char print[DWIDTH];1012 static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */1031 if (width <= 0 || width > DWIDTH) in main()1042 j = i * DWIDTH / width; in main()1116 for (j = 0; j < DWIDTH; j++) line[j] = ' '; in main()1140 for (j = 0; j < DWIDTH; j++) line[j] = ' '; in main()1147 x = (x*width + (DWIDTH/2)) / DWIDTH; in main()1148 y = (y*width + (DWIDTH/2)) / DWIDTH; in main()