Searched defs:grep_data (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/toybox/scripts/prereq/generated/ |
H A 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;
|
/aosp_15_r20/external/toybox/android/mac/generated/ |
H A D | globals.h | 194 struct grep_data { struct 195 long m, A, B, C; 196 struct arg_list *f, *e, *M, *S, *exclude_dir; 197 char *color; 199 char *purple, *cyan, *red, *green, *grey; 200 struct double_list *reg; 201 int found, tried, delim; 202 struct arg_list **fixed;
|
/aosp_15_r20/external/toybox/android/linux/generated/ |
H A D | globals.h | 214 struct grep_data { struct 215 long m, A, B, C; 216 struct arg_list *f, *e, *M, *S, *exclude_dir; 217 char *color; 219 char *purple, *cyan, *red, *green, *grey; 220 struct double_list *reg; 221 int found, tried, delim; 222 struct arg_list **fixed;
|
/aosp_15_r20/external/toybox/android/device/generated/ |
H A D | globals.h | 551 struct grep_data { struct 552 long m, A, B, C; 553 struct arg_list *f, *e, *M, *S, *exclude_dir; 554 char *color; 556 char *purple, *cyan, *red, *green, *grey; 557 struct double_list *reg; 558 int found, tried, delim; 559 struct arg_list **fixed;
|