_ftsent11
struct _ftsent11 *fts_cur; /* current node */
struct _ftsent11 *fts_child; /* linked list of children */
struct _ftsent11 **fts_array; /* sort array */
(const struct _ftsent11 * const *,
const struct _ftsent11 * const *);
struct _ftsent11 *fts_cycle; /* cycle node */
struct _ftsent11 *fts_parent; /* parent directory */
struct _ftsent11 *fts_link; /* next file in directory */