HomeSort by: relevance | last modified time | path
    Searched defs:aedit (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 28 static Area aedit; variable in typeref:typename:Area
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);
    [all...]
emacs.c 28 static Area aedit; variable in typeref:typename:Area
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);
    [all...]

Completed in 23 milliseconds