Searched defs:separators (Results 1 – 3 of 3) sorted by relevance
1001 int separators = (flags & PRINT_F_QUOTE); in fmtint() local1114 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; in getnumsep() local
283 int separators = 0; in read_input() local
48 inline const char *separators(Style style) { in separators() function