Searched refs:FTSENT (Results 1 - 18 of 18) sorted by relevance

/ast/src/lib/libcmd/
H A Dfts_fix.c41 FTSENT*
44 FTSENT* oe;
46 static FTSENT* ne;
48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
H A Dfts_fix.h47 extern FTSENT* fts_read(FTS*);
H A Dcksum.c134 int (*sort)(FTSENT* const*, FTSENT* const*);
424 order(FTSENT* const* f1, FTSENT* const* f2)
449 FTSENT* ent;
H A Dchmod.c167 register FTSENT*ent;
H A Drm.c106 rm(State_t* state, register FTSENT* ent)
334 FTSENT* ent;
H A Dcp.c236 visit(State_t* state, register FTSENT* ent)
252 FTSENT* sub;
686 FTSENT* ent;
H A Dchgrp.c226 register FTSENT*ent;
/ast/src/lib/libast/include/
H A Dfts.h98 typedef struct Ftsent FTSENT; typedef in typeref:struct:Ftsent
105 FTSENT* fts_cycle; /* offender if cycle */
106 FTSENT* fts_link; /* next child */
107 FTSENT* fts_parent; /* parent directory */
151 extern FTSENT* fts_children(FTS*, int);
154 extern int fts_local(FTSENT*);
155 extern int fts_notify(int(*)(FTS*, FTSENT*, void*), void*);
156 extern FTS* fts_open(char* const*, int, int(*)(FTSENT* const*, FTSENT* const*));
157 extern FTSENT* fts_rea
[all...]
H A Dftwalk.h49 #define FTSENT Ftw_t /* <fts.h> internal */ macro
/ast/src/lib/libast/misc/
H A Dfts.c46 FTSENT* parent; /* top parent */ \
47 FTSENT* todo; /* todo list */ \
48 FTSENT* top; /* top element */ \
49 FTSENT* root; \
50 FTSENT* bot; /* bottom element */ \
51 FTSENT* free; /* free element */ \
52 FTSENT* diroot; \
53 FTSENT* curdir; \
54 FTSENT* current; /* current element */ \
55 FTSENT* previou
[all...]
H A Dftwalk.c39 * why does fts take FTSENT** instead of FTSENT*
56 register FTSENT* e;
63 FTSENT* x;
64 FTSENT* dd[2];
81 if (!(e = newof(0, FTSENT, 1, ns)))
/ast/src/cmd/tw/
H A Dfind.c149 typedef int (*Sort_f)(FTSENT* const*, FTSENT* const*);
183 FTSENT* ent;
554 register FTSENT* ent = fp->ent;
1339 execute(State_t* state, FTSENT* ent)
1666 order(FTSENT* const* p1, FTSENT* const* p2)
1668 register const FTSENT* f1 = *p1;
1669 register const FTSENT* f2 = *p2;
1717 FTSENT* en
[all...]
/ast/src/cmd/std/
H A Ddu.c98 mark(Dt_t* dict, Hit_t* key, FTSENT* ent)
120 register FTSENT* ent;
/ast/src/cmd/html/
H A Dhtmlrefs.c422 order(FTSENT* const* a, FTSENT* const* b)
458 static FTSENT*
461 FTSENT* ent;
603 FTSENT* ent;
903 FTSENT* ent;
/ast/src/cmd/mailx/
H A Dfio.c233 dirmax(FTSENT* const* a, FTSENT* const* b)
259 register FTSENT* ent;
343 dircmp(FTSENT* const* a, FTSENT* const* b)
356 register FTSENT* ent;
/ast/src/lib/libdll/
H A Ddllscan.c39 FTSENT* ent; \
178 vercmp(FTSENT* const* ap, FTSENT* const* bp)
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c686 FTSENT* ent;
/ast/src/cmd/re/
H A Dgrep.c626 FTSENT* ent;

Completed in 70 milliseconds