Searched refs:_ftsent (Results 1 – 1 of 1) sorted by relevance
80 struct _ftsent *fts_cur; /* current node */81 struct _ftsent *fts_child; /* linked list of children */82 struct _ftsent **fts_array; /* sort array */89 (const struct _ftsent * const *, const struct _ftsent * const *);107 typedef struct _ftsent { struct108 struct _ftsent *fts_cycle; /* cycle node */ argument109 struct _ftsent *fts_parent; /* parent directory */ argument110 struct _ftsent *fts_link; /* next file in directory */ argument