Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c889 #define AEDIT &aedit /* area for kill ring and macro defns */ macro
2263 afree(killstack[killsp], AEDIT); in x_push()
2264 strndupx(killstack[killsp], xcp, nchars, AEDIT); in x_push()
2427 XinitN(x_bind_show_xs, 16, AEDIT); in x_bind_showone()
2578 cp = ms = alloc(strlen(ccp) + 1, AEDIT); in x_bind()
2599 afree(x_atab[prefix][key], AEDIT); in x_bind()
3588 ibuf = alloc(LINE, AEDIT); in x_vi()
3589 ybuf = alloc(LINE, AEDIT); in x_vi()
3590 undobuf.cbuf = alloc(LINE, AEDIT); in x_vi()
3603 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT); in x_vi()
[all …]