Searched refs:sort_list (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/sort/
H A Dfile.h48 struct sort_list { struct
114 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
116 void sort_list_init(struct sort_list *l);
117 void sort_list_add(struct sort_list *l, struct bwstring *str);
118 void sort_list_clean(struct sort_list *l);
119 void sort_list_dump(struct sort_list *l, const char *fn);
121 void sort_list_to_file(struct sort_list *list, const char *outfile);
H A Dfile.c245 sort_list_init(struct sort_list *l)
249 l->memsize = sizeof(struct sort_list);
257 sort_list_add(struct sort_list *l, struct bwstring *str)
280 sort_list_clean(struct sort_list *l)
301 l->memsize = sizeof(struct sort_list);
308 sort_list_dump(struct sort_list *l, const char *fn)
713 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl)
1076 sort_list_to_file(struct sort_list *list, const char *outfile)
H A Dsort.c1094 struct sort_list list;
/openbsd-current/include/
H A Dresolv.h144 unsigned nsort:4; /* number of elements in sort_list[] */
149 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
167 } sort_list[MAXRESOLVSORT]; member in struct:__res_state_ext
/openbsd-current/usr.bin/tmux/
H A Dmode-tree.c45 const char **sort_list; member in struct:mode_tree_data
398 const struct menu_item *menu, const char **sort_list, u_int sort_size,
412 mtd->sort_list = sort_list;
420 if (strcasecmp(sort, sort_list[i]) == 0)
755 if (mtd->sort_list != NULL) {
757 mtd->sort_list[mtd->sort_crit.field],
394 mode_tree_start(struct window_pane *wp, struct args *args, mode_tree_build_cb buildcb, mode_tree_draw_cb drawcb, mode_tree_search_cb searchcb, mode_tree_menu_cb menucb, mode_tree_height_cb heightcb, mode_tree_key_cb keycb, void *modedata, const struct menu_item *menu, const char **sort_list, u_int sort_size, struct screen **s) argument

Completed in 188 milliseconds