Lines Matching refs:wide
69 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
80 if (wide) \
183 /* Nonzero if this is output on a wide character stream. */
184 int wide = info->wide;
289 if (wide)
312 if (info->group && !wide)
335 if (info->group && !wide)
359 if (grouping != NULL && !wide)
362 we must ensure the wide character thousands separator
1161 if (! wide)
1198 /* Now copy the wide character string. Since the character
1222 PRINT (tmpptr, wstartp, wide ? wcp - wstartp : cp - tmpptr);