Home
last modified time | relevance | path

Searched refs:col_sep_string (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dpr.c691 static char const *col_sep_string = ""; variable
854 col_sep_string = optarg_S; in separator_string()
1012 col_sep_string = ""; in main()
1239 col_sep_string = line_separator; in init_parameters()
1241 col_sep_string = column_separator; in init_parameters()
1248 else if (!join_lines && col_sep_length == 1 && *col_sep_string == '\t') in init_parameters()
1249 col_sep_string = column_separator; in init_parameters()
1252 if (! (col_sep_length == 1 && *col_sep_string == '\t')) in init_parameters()
2239 char const *s = col_sep_string; in print_sep_string()