Home
last modified time | relevance | path

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

/dports/sysutils/bfs/bfs-2.3.1/
H A Dbftw.c55 struct bftw_file { struct
57 struct bftw_file *parent; argument
59 struct bftw_file *root; argument
61 struct bftw_file *next; argument
93 struct bftw_file **heap; argument
418 struct bftw_file *cur; in bftw_file_open()
476 struct bftw_file *head;
508 static struct bftw_file **bftw_sort_split(struct bftw_file **head, struct bftw_file **tail) { in bftw_sort_split()
523 static struct bftw_file **bftw_sort_merge(struct bftw_file **head, struct bftw_file **mid, struct b… in bftw_sort_merge()
556 static struct bftw_file **bftw_sort_files(struct bftw_file **head, struct bftw_file **tail) { in bftw_sort_files()
[all …]