Lines Matching defs:_ftsent
42 struct _ftsent * _Nullable fts_cur; /* current node */
43 struct _ftsent * _Nullable fts_child; /* linked list of children */
44 struct _ftsent * _Nullable * _Nullable fts_array; /* sort array */
67 typedef struct _ftsent {
68 struct _ftsent * _Nullable fts_cycle; /* cycle node */
69 struct _ftsent * _Nullable fts_parent; /* parent directory */
70 struct _ftsent * _Nullable fts_link; /* next file in directory */