Searched refs:AEDIT (Results 1 – 1 of 1) sorted by relevance
/third_party/mksh/ |
D | edit.c | 893 #define AEDIT &aedit /* area for kill ring and macro defns */ macro 2303 afree(killstack[killsp], AEDIT); in x_push() 2304 strndupx(killstack[killsp], xcp, nchars, AEDIT); in x_push() 2467 XinitN(x_bind_show_xs, 16, AEDIT); in x_bind_showone() 2618 cp = ms = alloc(strlen(ccp) + 1, AEDIT); in x_bind() 2639 afree(x_atab[prefix][key], AEDIT); in x_bind() 3623 ibuf = alloc(LINE, AEDIT); in x_vi() 3624 ybuf = alloc(LINE, AEDIT); in x_vi() 3625 undobuf.cbuf = alloc(LINE, AEDIT); in x_vi() 3638 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT); in x_vi() [all …]
|