Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dedit.c474 struct path_order_info { struct
486 const struct path_order_info *a = (const struct path_order_info *) aa; in path_order_cmp() argument
487 const struct path_order_info *b = (const struct path_order_info *) bb; in path_order_cmp()
536 struct path_order_info *info; in x_command_glob()
537 struct path_order_info *last_info = NULL; in x_command_glob()
543 sizeof(struct path_order_info), ATEMP); in x_command_glob()
555 qsort(info, nwords, sizeof(struct path_order_info), in x_command_glob()