Lines Matching refs:AEDIT
884 #define AEDIT &aedit /* area for kill ring and macro defns */ macro
2259 afree(killstack[killsp], AEDIT); in x_push()
2260 strndupx(killstack[killsp], xcp, nchars, AEDIT); in x_push()
2530 sp = x_mapin(a2, AEDIT); in x_bind()
2545 afree(x_atab[prefix][key], AEDIT); in x_bind()
3525 ibuf = alloc(LINE, AEDIT); in x_vi()
3526 ybuf = alloc(LINE, AEDIT); in x_vi()
3527 undobuf.cbuf = alloc(LINE, AEDIT); in x_vi()
3540 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT); in x_vi()
3541 wbuf[1] = aresize(wbuf[1], wbuf_len, AEDIT); in x_vi()
4125 nbuf = alloc(nlen + 1 + olen, AEDIT); in vi_cmd()
4130 afree(macro.buf, AEDIT); in vi_cmd()
4799 news = alloc(sizeof(struct edstate), AEDIT); in save_edstate()
4800 news->cbuf = alloc(old->cbufsize, AEDIT); in save_edstate()
4822 afree(old->cbuf, AEDIT); in free_edstate()
4823 afree(old, AEDIT); in free_edstate()
5473 afree(macro.buf, AEDIT); in vi_macro_reset()
5494 ainit(AEDIT); in x_init()
5495 holdbufp = alloc(LINE, AEDIT); in x_init()
5500 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT); in x_init()
5511 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT); in x_init()
5523 afreeall(AEDIT); in x_done()
5553 strdupx(cp, cp, AEDIT); in x_eval_region_helper()
5605 afree(cp, AEDIT); in x_eval_region()