Home | History | Annotate | Download | only in src

Lines Matching defs:nbuf

4057 				char *p, *nbuf;
4077 nbuf = alloc(nlen + 1 + olen, APERM);
4078 memcpy(nbuf, ap->val.s, nlen);
4079 nbuf[nlen++] = cmd[1];
4081 memcpy(nbuf + nlen, macro.p, olen);
4085 nbuf[nlen++] = '\0';
4086 nbuf[nlen++] = '\0';
4088 macro.p = macro.buf = (unsigned char *)nbuf;