Searched defs:grep_data (Results 1 – 4 of 4) sorted by relevance
| /external/toybox/scripts/prereq/generated/ |
| D | globals.h | 33 struct grep_data { struct 34 long m, A, B, C; 35 struct arg_list *f, *e, *M, *S, *exclude_dir; 36 char *color; 38 char *purple, *cyan, *red, *green, *grey; 39 struct double_list *reg; 40 int found, tried, delim; 41 struct arg_list **fixed;
|
| /external/toybox/android/mac/generated/ |
| D | globals.h | 190 struct grep_data { struct 191 long m, A, B, C; 192 struct arg_list *f, *e, *M, *S, *exclude_dir; 193 char *color; 195 char *purple, *cyan, *red, *green, *grey; 196 struct double_list *reg; 197 int found, tried, delim; 198 struct arg_list **fixed;
|
| /external/toybox/android/linux/generated/ |
| D | globals.h | 210 struct grep_data { struct 211 long m, A, B, C; 212 struct arg_list *f, *e, *M, *S, *exclude_dir; 213 char *color; 215 char *purple, *cyan, *red, *green, *grey; 216 struct double_list *reg; 217 int found, tried, delim; 218 struct arg_list **fixed;
|
| /external/toybox/android/device/generated/ |
| D | globals.h | 547 struct grep_data { struct 548 long m, A, B, C; 549 struct arg_list *f, *e, *M, *S, *exclude_dir; 550 char *color; 552 char *purple, *cyan, *red, *green, *grey; 553 struct double_list *reg; 554 int found, tried, delim; 555 struct arg_list **fixed;
|