Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c692 static int col_sep_length = 0; variable
853 col_sep_length = len; in separator_string()
1013 col_sep_length = 0; in main()
1111 if (col_sep_length > 0) in main()
1243 col_sep_length = 1; in init_parameters()
1248 else if (!join_lines && col_sep_length == 1 && *col_sep_string == '\t') in init_parameters()
1252 if (! (col_sep_length == 1 && *col_sep_string == '\t')) in init_parameters()
1288 if (ckd_mul (&sep_chars, columns - 1, col_sep_length)) in init_parameters()
1417 h = h + col_sep_length; in init_funcs()
1451 h = h_next + col_sep_length; in init_funcs()
[all …]