Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c458 struct path_order_info { struct
468 const struct path_order_info *a = (const struct path_order_info *)aa; in path_order_cmp() argument
469 const struct path_order_info *b = (const struct path_order_info *)bb; in path_order_cmp()
514 struct path_order_info *info, *last_info = NULL; in x_command_glob()
518 info = (struct path_order_info *) in x_command_glob()
519 alloc2(nwords, sizeof(struct path_order_info), ATEMP); in x_command_glob()
530 qsort(info, nwords, sizeof(struct path_order_info), in x_command_glob()