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

/freebsd-10.1-release/usr.bin/find/
H A Doperator.c50 static PLAN *yanknode(PLAN **);
51 static PLAN *yankexpr(PLAN **);
57 static PLAN *
58 yanknode(PLAN **planp)
60 PLAN *node; /* top node removed from the plan */
75 static PLAN *
76 yankexpr(PLAN **planp)
78 PLAN *nex
[all...]
H A Dextern.h36 PLAN *find_create(char ***);
37 int find_execute(PLAN *, char **);
38 PLAN *find_formplan(char **);
39 PLAN *not_squish(PLAN *);
40 PLAN *or_squish(PLAN *);
41 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.c76 PLAN *
79 PLAN *plan, *tail, *new;
174 find_execute(PLAN *plan, char *paths[])
177 PLAN *p;
H A Doption.c166 PLAN *
170 PLAN *new;
H A Dfind.h94 struct _plandata *_p_data[2]; /* PLAN trees */
111 } PLAN; typedef in typeref:struct:_plandata
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_aue.c151 AUE_DEV(ELCON, PLAN, AUE_FLAG_PNA | AUE_FLAG_PII),

Completed in 105 milliseconds