Home | History | Annotate | Download | only in src

Lines Matching full:ltgt

439   int ltgt, loldstr, lnewstr, pos;
444 ltgt = strlen(tgt) + 1;
450 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
452 ntgt = realloc(tgt, ltgt += lnewstr - loldstr);
459 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);