Lines Matching defs:fw
394 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg,
402 if (fw > 0) { /* check for normal (not long) formats */
534 int l, cw, fw, bytes;
546 fw = cfstr.fwidth;
571 if (fw > 0) { /* process normal (not long) formats */
572 bytes = pct - fmt + fw;
576 /* if here, fw must be a long format */
578 bytes = pct - fmt - fw;
582 bytes = pct - fmt - fw - 2;
591 if ((l - abs(fw)) != 0) {
592 fmt_str(env, pct+abs(fw), (tbuf + strlen(tbuf)),
597 fmt_args(env, cw, fw, *fmptr, &arg, &llarg);
599 if (fw > 0) { /* process normal (not long) formats */