Home | History | Annotate | Download | only in src

Lines Matching full:loldstr

439   int ltgt, loldstr, lnewstr, pos;
445 loldstr = strlen(oldstr);
449 if (loldstr > lnewstr)
450 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
451 if (loldstr != lnewstr) {
452 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
458 if (lnewstr > loldstr)
459 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);