Searched refs:PLAN (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/find/ |
H A D | operator.c | 44 static PLAN *yanknode(PLAN **); 45 static PLAN *yankexpr(PLAN **); 51 static PLAN * 52 yanknode(PLAN **planp) in yanknode() 54 PLAN *node; /* top node removed from the plan */ in yanknode() 69 static PLAN * 70 yankexpr(PLAN **planp) in yankexpr() 72 PLAN *next; /* temp node holding subexpression results */ in yankexpr() 73 PLAN *node; /* pointer to returned node or expression */ in yankexpr() 74 PLAN *tail; /* pointer to tail of subplan */ in yankexpr() [all …]
|
H A D | function.c | 60 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; in palloc() 87 if ((new = malloc(sizeof(PLAN))) == NULL) in palloc() 100 find_parsenum(PLAN *plan, const char *option, char *vp, char *endch) in find_parsenum() 141 find_parsetime(PLAN *plan, const char *option, char *vp) in find_parsetime() 247 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin() [all …]
|
H A D | extern.h | 35 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 D | find.c | 68 PLAN * 71 PLAN *plan, *tail, *new; in find_formplan() 166 find_execute(PLAN *plan, char *paths[]) in find_execute() 169 PLAN *p; in find_execute()
|
H A D | option.c | 177 PLAN * 181 PLAN *new; in find_create()
|
H A D | find.h | 137 } PLAN; typedef
|
/freebsd/sys/dev/usb/net/ |
H A D | if_aue.c | 161 AUE_DEV(ELCON, PLAN, AUE_FLAG_PNA | AUE_FLAG_PII),
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 1937 product ELCON PLAN 0x0002 Goldpfeil P-LAN
|