Searched refs:fts_link (Results 1 – 12 of 12) sorted by relevance
108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (f…185 fts->free = f->fts_link; in node()205 f->fts_link = 0; in node()389 *bot = (*bot)->fts_link = root; in getlist()399 (*bot)->fts_link = 0; in getlist()662 bot->fts_link = f; in toplist()684 for (f = fts->todo; f; f = f->fts_link) in order()795 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo->fts_link) in fts_open()834 t->fts_link = f->fts_link; in fts_read()836 f = t->fts_link; in fts_read()[all …]
40 #define fts_link link macro
106 FTSENT* fts_link; /* next child */ member
49 #define fts_link link macro
115 FTSENT* fts_link; /* next child */ member
373 while (!scan->ent || !(scan->ent = scan->ent->fts_link)) in dllsread()