list_setkeyfunc
extern void list_setkeyfunc(char *, optdesc_t *, list_t *, int);
list_setkeyfunc(sortk, &opts, &lwps, LT_LWPS);
list_setkeyfunc(NULL, &opts, &users, LT_USERS);
list_setkeyfunc(NULL, &opts, &tasks, LT_TASKS);
list_setkeyfunc(NULL, &opts, &projects, LT_PROJECTS);
list_setkeyfunc(NULL, &opts, &zones, LT_ZONES);
list_setkeyfunc(NULL, &opts, &lgroups, LT_LGRPS);