Searched refs:write_unique (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | sort.c | 3508 write_unique (struct line const *line, FILE *tfp, char const *temp_output) in write_unique() function 3564 write_unique (--node->lo, tfp, temp_output); in mergelines_node() 3566 write_unique (--node->hi, tfp, temp_output); in mergelines_node() 3575 write_unique (--node->lo, tfp, temp_output); in mergelines_node() 3580 write_unique (--node->hi, tfp, temp_output); in mergelines_node() 4071 write_unique (line - 1, tfp, temp_output); in sort()
|