Searched defs:patch_data (Results 1 – 1 of 1) sorted by relevance
| /third_party/toybox/generated/ |
| D | globals.h | 1433 struct patch_data { struct 1434 char *i, *d; 1435 long p, g; 1437 struct double_list *current_hunk; 1438 long oldline, oldlen, newline, newlen; 1439 long linenum; 1440 int context, state, filein, fileout, filepatch, hunknum; 1441 char *tempname;
|