Home
last modified time | relevance | path

Searched refs:AEDIT (Results 1 – 7 of 7) sorted by relevance

/dports/audio/harp/harp-0.6.0/
H A Dargparse.c210 if(arglist[AEDIT].active){ in doArgs()
211 switch(arglist[AEDIT].active){ in doArgs()
235 case 123:arglist[AEDIT].active=2;break; in argSearch()
236 case 'e':arglist[AEDIT].active=1;arglist[AEDIT].subarg=NULL;break; in argSearch()
237 case 'E':arglist[AEDIT].active=1;arglist[AEDIT].subarg=optarg;break; in argSearch()
H A Ddefs.h144 AEDIT, enumerator
H A Dedit_shell.c526 if(!arglist[AEDIT].subarg){ in editShell()
542 tlist = lex(arglist[AEDIT].subarg); in editShell()
/dports/shells/mksh/mksh/
H A Dedit.c3589 ibuf = alloc(LINE, AEDIT); in x_vi()
3590 ybuf = alloc(LINE, AEDIT); in x_vi()
4200 afree(macro.buf, AEDIT); in vi_cmd()
4891 afree(old->cbuf, AEDIT); in free_edstate()
4892 afree(old, AEDIT); in free_edstate()
5537 afree(macro.buf, AEDIT); in vi_macro_reset()
5558 ainit(AEDIT); in x_init()
5587 afreeall(AEDIT); in x_done()
5628 strdupx(cp, cp, AEDIT); in x_eval_region_helper()
5681 afree(cp, AEDIT); in x_operate_region()
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A Demacs.c19 #define AEDIT &aedit /* area for kill ring and macro defns */ macro
1204 char *cp = str_nsave(xcp, nchars, AEDIT);
1206 afree((void *)killstack[killsp], AEDIT);
1454 sp = str_save(m2, AEDIT);
1458 afree((void *)x_atab[prefix][key], AEDIT);
1478 ainit(AEDIT); in x_init_emacs()
1481 x_tab = (Findex (*)[X_TABSZ]) alloc(sizeofN(*x_tab, X_NTABS), AEDIT); in x_init_emacs()
1491 x_atab = (char *(*)[X_TABSZ]) alloc(sizeofN(*x_atab, X_NTABS), AEDIT); in x_init_emacs()
/dports/shells/oksh/oksh-7.0/
H A Demacs.c41 #define AEDIT &aedit /* area for kill ring and macro defns */ macro
1194 char *cp = str_nsave(xcp, nchars, AEDIT); in x_push()
1195 afree(killstack[killsp], AEDIT); in x_push()
1324 afree(k, AEDIT); in kb_del()
1349 k = alloc(sizeof *k + count + 1, AEDIT); in kb_add_string()
1485 ainit(AEDIT); in x_init_emacs()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/MIT/
H A Dedit.c779 #define AEDIT &aedit /* area for kill ring and macro defns */ macro
2152 strndupx(cp, xcp, nchars, AEDIT); in x_push()
2154 afree(killstack[killsp], AEDIT); in x_push()
2423 sp = x_mapin(a2, AEDIT); in x_bind()
2439 afree(x_atab[prefix][key], AEDIT); in x_bind()
2466 ainit(AEDIT); in x_init_emacs()
2469 x_tab = alloc(X_NTABS * sizeof(*x_tab), AEDIT); in x_init_emacs()
2480 x_atab = alloc(X_NTABS * sizeof(*x_atab), AEDIT); in x_init_emacs()