Lines Matching defs:aedit
28 static Area aedit;
29 #define AEDIT &aedit /* area for kill ring and macro defns */
1218 char *cp = str_nsave(xcp, nchars, AEDIT);
1220 afree((void *)killstack[killsp], AEDIT);
1453 sp = x_mapin(a2, AEDIT);
1457 afree((void *)x_atab[prefix][key], AEDIT);
1479 ainit(AEDIT);
1482 x_tab = (Findex (*)[X_TABSZ]) alloc(sizeofN(*x_tab, X_NTABS), AEDIT);
1492 x_atab = (char *(*)[X_TABSZ]) alloc(sizeofN(*x_atab, X_NTABS), AEDIT);