Searched refs:EL_BUFSIZ (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/lib/libedit/ |
| HD | search.c | 71 el->el_search.patbuf = el_malloc(EL_BUFSIZ * in search_init() 182 if (el->el_search.patlen >= EL_BUFSIZ) in c_setpat() 183 el->el_search.patlen = EL_BUFSIZ - 1; in c_setpat() 260 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search() 309 EL_BUFSIZ - LEN) { in ce_inc_search() 459 Char tmpbuf[EL_BUFSIZ]; in cv_search() 495 EL_BUFSIZ - 3); in cv_search() 508 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
|
| HD | chared.c | 399 el->el_line.buffer = el_malloc(EL_BUFSIZ * in ch_init() 404 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ * in ch_init() 408 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE]; in ch_init() 410 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ * in ch_init() 414 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ * in ch_init() 418 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ * in ch_init() 423 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ; in ch_init() 429 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ * in ch_init() 433 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ * in ch_init() 717 if (len >= (ssize_t)(EL_BUFSIZ - 16)) in c_gets()
|
| HD | hist.c | 61 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf)); in hist_init() 62 el->el_history.sz = EL_BUFSIZ; in hist_init()
|
| HD | map.c | 1126 char outbuf[EL_BUFSIZ]; in map_print_key() 1151 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ]; in map_print_some_keys() 1251 Char inbuf[EL_BUFSIZ]; in map_bind() 1252 Char outbuf[EL_BUFSIZ]; in map_bind()
|
| HD | read.c | 118 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2]) in read_debug() 203 char buf[EL_BUFSIZ]; in read_preread() 206 (size_t) MIN(chrs, EL_BUFSIZ - 1)); in read_preread()
|
| HD | el.h | 55 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */ macro
|
| HD | common.c | 654 EL_BUFSIZ); in ed_prev_history() 727 EL_BUFSIZ); in ed_search_prev_history() 909 Char tmpbuf[EL_BUFSIZ]; in ed_command()
|
| HD | keymacro.c | 99 #define KEY_BUFSIZ EL_BUFSIZ 591 char unparsbuf[EL_BUFSIZ]; in keymacro_kprint()
|
| HD | vi.c | 959 EL_BUFSIZ); in vi_to_history_line() 1016 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX) in vi_histedit()
|
| HD | tty.c | 1144 char name[EL_BUFSIZ]; in tty_stty()
|