Searched defs:sort_key (Results 1 – 1 of 1) sorted by relevance
132 static struct sort_key { struct133 struct sort_key *next_key; /* linked list */ argument142 static char *get_key(char *str, struct sort_key *key, int flags) in get_key() argument