Searched refs:_ftsent (Results 1 – 1 of 1) sorted by relevance
46 struct _ftsent *fts_cur; /* current node */47 struct _ftsent *fts_child; /* linked list of children */48 struct _ftsent **fts_array; /* sort array */71 typedef struct _ftsent { struct72 struct _ftsent *fts_cycle; /* cycle node */ argument73 struct _ftsent *fts_parent; /* parent directory */ argument74 struct _ftsent *fts_link; /* next file in directory */ argument