Searched refs:PLAN (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/usr.bin/find/
H A Doperator.c44 static PLAN *yanknode(PLAN **);
45 static PLAN *yankexpr(PLAN **);
51 static PLAN *
52 yanknode(PLAN **planp)
54 PLAN *node; /* top node removed from the plan */
69 static PLAN *
70 yankexpr(PLAN **planp)
72 PLAN *nex
[all...]
H A Dextern.h35 PLAN *find_create(char ***);
36 int find_execute(PLAN *, char **);
37 PLAN *find_formplan(char **);
38 PLAN *not_squish(PLAN *);
39 PLAN *or_squish(PLAN *);
40 PLAN *paren_squish(PLAN *);
H A Dfunction.c60 static PLAN *palloc(OPTION *);
61 static long long find_parsenum(PLAN *, const char *, char *, char *);
62 static long long find_parsetime(PLAN *, const char *, char *);
67 static PLAN *lastexecplus = NULL;
82 static PLAN *
85 PLAN *new;
87 if ((new = malloc(sizeof(PLAN))) == NULL)
100 find_parsenum(PLAN *plan, const char *option, char *vp, char *endch)
141 find_parsetime(PLAN *plan, const char *option, char *vp)
247 f_Xmin(PLAN *pla
[all...]
H A Dfind.c68 PLAN *
71 PLAN *plan, *tail, *new;
166 find_execute(PLAN *plan, char *paths[])
169 PLAN *p;
H A Doption.c176 PLAN *
180 PLAN *new;
H A Dfind.h120 struct _plandata *_p_data[2]; /* PLAN trees */
137 } PLAN; typedef in typeref:struct:_plandata
/freebsd-current/sys/dev/usb/net/
H A Dif_aue.c162 AUE_DEV(ELCON, PLAN, AUE_FLAG_PNA | AUE_FLAG_PII),

Completed in 113 milliseconds