Lines Matching refs:cw
394 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg, in fmt_args() argument
432 if (cw) { in fmt_args()
445 if (ndigits > cw) { in fmt_args()
446 cbuf[cw] = 0; in fmt_args()
450 str[cw] = 0; in fmt_args()
463 if (cw) { in fmt_args()
498 if (ndigits > cw) { in fmt_args()
499 cbuf[cw] = 0; in fmt_args()
534 int l, cw, fw, bytes; in fmt_str() local
547 cw = cfstr.cwidth; in fmt_str()
597 fmt_args(env, cw, fw, *fmptr, &arg, &llarg); in fmt_str()