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