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

/freebsd-10.1-release/usr.bin/banner/
H A Dbanner.c57 #define DWIDTH 132 macro
1021 static char line[DWIDTH];
1023 static char print[DWIDTH];
1025 static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */
1044 if (width <= 0 || width > DWIDTH)
1055 j = i * DWIDTH / width;
1129 for (j = 0; j < DWIDTH; j++) line[j] = ' ';
1153 for (j = 0; j < DWIDTH; j++) line[j] = ' ';
1160 x = (x*width + (DWIDTH/2)) / DWIDTH;
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dmklibgcc.in460 echo " $gcc_compile" -DFINE_GRAINED_LIBRARIES $flags -DL$name -DWIDTH=$dpwidth \

Completed in 102 milliseconds