HomeSort by: relevance | last modified time | path
    Searched defs:_ftsent (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
fts.h 60 struct _ftsent *fts_cur; /* current node */
61 struct _ftsent *fts_child; /* linked list of children */
62 struct _ftsent **fts_array; /* sort array */
69 (const struct _ftsent **, const struct _ftsent **);
86 typedef struct _ftsent { struct
87 struct _ftsent *fts_cycle; /* cycle node */
88 struct _ftsent *fts_parent; /* parent directory */
89 struct _ftsent *fts_link; /* next file in directory */
fts.h 60 struct _ftsent *fts_cur; /* current node */
61 struct _ftsent *fts_child; /* linked list of children */
62 struct _ftsent **fts_array; /* sort array */
69 (const struct _ftsent **, const struct _ftsent **);
86 typedef struct _ftsent { struct
87 struct _ftsent *fts_cycle; /* cycle node */
88 struct _ftsent *fts_parent; /* parent directory */
89 struct _ftsent *fts_link; /* next file in directory */

Completed in 21 milliseconds