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