Lines Matching refs:olen
2814 int start, end, nlen, olen, nwords;
2831 olen = end - start;
2844 strndupx(unescaped, xbuf + start, olen, ATEMP);
2870 xep -= olen;
2871 memmove(xcp, xcp + olen, xep - xcp + 1);
4208 size_t olen, nlen;
4223 olen = !macro.p ? 2 :
4227 * nlen + olen + 2 doesn't overflow
4229 nbuf = alloc(nlen + 1 + olen, AEDIT);
4233 memcpy(nbuf + nlen, macro.p, olen);
4235 nlen += olen;