Searched refs:_ftsent11 (Results 1 – 1 of 1) sorted by relevance
34 struct _ftsent11 *fts_cur; /* current node */35 struct _ftsent11 *fts_child; /* linked list of children */36 struct _ftsent11 **fts_array; /* sort array */43 (const struct _ftsent11 * const *,44 const struct _ftsent11 * const *);49 typedef struct _ftsent11 { struct50 struct _ftsent11 *fts_cycle; /* cycle node */ argument51 struct _ftsent11 *fts_parent; /* parent directory */ argument52 struct _ftsent11 *fts_link; /* next file in directory */ argument