Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c3279 struct line *restrict temp, bool to_temp) in sequential_sort() argument
3287 if (to_temp) in sequential_sort()
3306 sequential_sort (hi, nhi, temp - (to_temp ? nlo : 0), to_temp); in sequential_sort()
3308 sequential_sort (lo, nlo, temp, !to_temp); in sequential_sort()
3309 else if (!to_temp) in sequential_sort()
3314 if (to_temp) in sequential_sort()