Lines Matching defs:AEDIT
893 #define AEDIT &aedit /* area for kill ring and macro defns */
2303 afree(killstack[killsp], AEDIT);
2304 strndupx(killstack[killsp], xcp, nchars, AEDIT);
2467 XinitN(x_bind_show_xs, 16, AEDIT);
2618 cp = ms = alloc(strlen(ccp) + 1, AEDIT);
2639 afree(x_atab[prefix][key], AEDIT);
3623 ibuf = alloc(LINE, AEDIT);
3624 ybuf = alloc(LINE, AEDIT);
3625 undobuf.cbuf = alloc(LINE, AEDIT);
3638 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT);
3639 wbuf[1] = aresize(wbuf[1], wbuf_len, AEDIT);
4229 nbuf = alloc(nlen + 1 + olen, AEDIT);
4234 afree(macro.buf, AEDIT);
4902 news = alloc(sizeof(struct edstate), AEDIT);
4903 news->cbuf = alloc(old->cbufsize, AEDIT);
4925 afree(old->cbuf, AEDIT);
4926 afree(old, AEDIT);
5571 afree(macro.buf, AEDIT);
5592 ainit(AEDIT);
5593 holdbufp = alloc(LINE, AEDIT);
5598 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT);
5609 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT);
5621 afreeall(AEDIT);
5662 strdupx(cp, cp, AEDIT);
5715 afree(cp, AEDIT);
5736 shf_sopen(alloc(newlen, AEDIT), newlen, SHF_WR | SHF_DYNAMIC, &shf);
5737 shf.areap = AEDIT;