Searched defs:patch_data (Results 1 – 1 of 1) sorted by relevance
| /third_party/toybox/generated/ |
| D | globals.h | 1239 struct patch_data { struct 1240 char *i, *d; 1241 long p, g; 1243 struct double_list *current_hunk; 1244 long oldline, oldlen, newline, newlen; 1245 long linenum; 1246 int context, state, filein, fileout, filepatch, hunknum; 1247 char *tempname;
|