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

/freebsd-13-stable/usr.bin/find/
H A Doperator.c51 static PLAN *yanknode(PLAN **);
52 static PLAN *yankexpr(PLAN **);
58 static PLAN *
59 yanknode(PLAN **planp)
61 PLAN *node; /* top node removed from the plan */
76 static PLAN *
77 yankexpr(PLAN **planp)
79 PLAN *nex
[all...]
H A Dextern.h38 PLAN *find_create(char ***);
39 int find_execute(PLAN *, char **);
40 PLAN *find_formplan(char **);
41 PLAN *not_squish(PLAN *);
42 PLAN *or_squish(PLAN *);
43 PLAN *paren_squish(PLAN *);
H A Dfunction.c67 static PLAN *palloc(OPTION *);
68 static long long find_parsenum(PLAN *, const char *, char *, char *);
69 static long long find_parsetime(PLAN *, const char *, char *);
74 static PLAN *lastexecplus = NULL;
89 static PLAN *
92 PLAN *new;
94 if ((new = malloc(sizeof(PLAN))) == NULL)
107 find_parsenum(PLAN *plan, const char *option, char *vp, char *endch)
148 find_parsetime(PLAN *plan, const char *option, char *vp)
254 f_Xmin(PLAN *pla
[all...]
H A Dfind.c75 PLAN *
78 PLAN *plan, *tail, *new;
173 find_execute(PLAN *plan, char *paths[])
176 PLAN *p;
H A Doption.c180 PLAN *
184 PLAN *new;
H A Dfind.h123 struct _plandata *_p_data[2]; /* PLAN trees */
140 } PLAN; typedef in typeref:struct:_plandata
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_aue.c164 AUE_DEV(ELCON, PLAN, AUE_FLAG_PNA | AUE_FLAG_PII),

Completed in 75 milliseconds