Lines Matching defs:fill
64 static int width, sign, fill;
114 /* this is the requested fill character */
115 fill = 1;
117 fill--;
153 * a sign, "fill" is 0 if there was a leading
232 if (!sign && fill <= 0) {
267 if (fill == 0)
268 fill = -1;
346 /* fill in intermediate zeroes if needed */
361 * in the field, nonzero if it is to be left-justified. "fill" is
378 cfill = fill>0? ' ': '0';
381 if (*s == '-' && fill < 0) {