Searched refs:_ftsent (Results 1 – 2 of 2) sorted by relevance
41 struct _ftsent *fts_cur; /* current node */42 struct _ftsent *fts_child; /* linked list of children */43 struct _ftsent **fts_array; /* sort array */65 typedef struct _ftsent { struct66 struct _ftsent *fts_cycle; /* cycle node */ argument67 struct _ftsent *fts_parent; /* parent directory */ argument68 struct _ftsent *fts_link; /* next file in directory */ argument