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