Lines Matching defs:separators
1001 int separators = (flags & PRINT_F_QUOTE);
1039 if (separators) /* Get the number of group separators we'll print. */
1040 separators = getnumsep(pos);
1042 zpadlen = precision - pos - separators;
1044 - separators /* Number of separators. */
1082 if (separators > 0 && pos > 0 && pos % 3 == 0)
1114 int separators = (flags & PRINT_F_QUOTE);
1312 if (separators) /* Get the number of group separators we'll print. */
1313 separators = getnumsep(ipos);
1319 - separators /* Number of group separators. */
1351 if (separators > 0 && ipos > 0 && ipos % 3 == 0)
1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3;
1407 separators *= strln;
1410 return separators;