Searched defs:patch_data (Results 1 – 1 of 1) sorted by relevance
| /third_party/toybox/generated/ |
| D | globals.h | 1293 struct patch_data { struct 1294 char *i, *d; 1295 long p, g; 1297 struct double_list *current_hunk; 1298 long oldline, oldlen, newline, newlen; 1299 long linenum; 1300 int context, state, filein, fileout, filepatch, hunknum; 1301 char *tempname;
|