Searched refs:DWIDTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/banner/
H A Dbanner.c59 #define DWIDTH 132 macro
1023 static char line[DWIDTH];
1025 static char print[DWIDTH];
1027 static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */
1046 if (width <= 0 || width > DWIDTH)
1057 j = i * DWIDTH / width;
1131 for (j = 0; j < DWIDTH; j++) line[j] = ' ';
1155 for (j = 0; j < DWIDTH; j++) line[j] = ' ';
1162 x = (x*width + (DWIDTH/2)) / DWIDTH;
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dmklibgcc.in460 echo " $gcc_compile" -DFINE_GRAINED_LIBRARIES $flags -DL$name -DWIDTH=$dpwidth \

Completed in 161 milliseconds