Searched refs:oldlen (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/editors/ |
D | patch.c | 103 long oldline, oldlen, newline, newlen; member 237 if (reverse ? TT.oldlen : TT.newlen) for (;;) { in apply_one_hunk() 366 long oldlen = oldlen; /* for compiler */ in patch_main() local 439 if (*patchline != '+') oldlen--; in patch_main() 448 if (!oldlen && !newlen) state = apply_one_hunk(); in patch_main() 495 TT.oldlen = oldlen = TT.newlen = newlen = 1; in patch_main() 497 if (*s == ',') TT.oldlen = oldlen = strtol(s+1, &s, 10); in patch_main() 501 if (oldlen < 1 && newlen < 1) in patch_main() 520 oldsum = TT.oldline + oldlen; in patch_main()
|
D | patch_toybox.c | 230 long oldline, oldlen, newline, newlen, linenum; member 462 if (*patchline != '+') TT.oldlen--; in patch_main() 471 if (!TT.oldlen && !TT.newlen) state = apply_one_hunk(); in patch_main() 513 &TT.oldlen, &TT.newline, &TT.newlen); in patch_main() 525 oldsum = TT.oldline + TT.oldlen; in patch_main()
|
/busybox-1.35.0/shell/ |
D | ash.c | 1746 size_t oldlen = g_stacknleft; in growstackblock() local 1750 g_stacknxt = memcpy(p, oldspace, oldlen); in growstackblock()
|