Lines Matching refs:alloc
2618 cp = ms = alloc(strlen(ccp) + 1, AEDIT);
3623 ibuf = alloc(LINE, AEDIT);
3624 ybuf = alloc(LINE, AEDIT);
3625 undobuf.cbuf = alloc(LINE, AEDIT);
4229 nbuf = alloc(nlen + 1 + olen, AEDIT);
4902 news = alloc(sizeof(struct edstate), AEDIT);
4903 news->cbuf = alloc(old->cbufsize, AEDIT);
5593 holdbufp = alloc(LINE, AEDIT);
5653 char *wds = alloc(len + 3, ATEMP);
5736 shf_sopen(alloc(newlen, AEDIT), newlen, SHF_WR | SHF_DYNAMIC, &shf);