Searched refs:DELIMITER_DEFAULT (Results 1 – 1 of 1) sorted by relevance
156 enum { DELIMITER_DEFAULT = CHAR_MAX + 1 }; enumerator193 static int delimiter = DELIMITER_DEFAULT;1324 if (delimiter != DELIMITER_DEFAULT) in next_field()1414 fputc ((delimiter == DELIMITER_DEFAULT) ? in process_line()1588 auto_padding = (padding_width == 0 && delimiter == DELIMITER_DEFAULT); in main()