OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 112 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025