Searched refs:dsti (Results 1 – 1 of 1) sorted by relevance
629 int dsti; /* dest index when storing elements in key[] */ in sortkey() local641 dsti = 1; in sortkey()643 if (strcmp(key[srci], key[dsti - 1]) != 0) in sortkey()644 key[dsti++] = key[srci]; in sortkey()645 key[dsti] = NULL; in sortkey()