Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dsearch.c73 el->el_search.patbuf = el_calloc(EL_BUFSIZ, in search_init()
183 if (el->el_search.patlen >= EL_BUFSIZ) in c_setpat()
184 el->el_search.patlen = EL_BUFSIZ - 1; in c_setpat()
257 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search()
310 EL_BUFSIZ - LEN) { in ce_inc_search()
460 wchar_t tmpbuf[EL_BUFSIZ]; in cv_search()
496 EL_BUFSIZ - 3); in cv_search()
509 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
H A Dchared.c405 el->el_line.buffer = el_calloc(EL_BUFSIZ, in ch_init()
412 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE]; in ch_init()
414 el->el_chared.c_undo.buf = el_calloc(EL_BUFSIZ, in ch_init()
420 el->el_chared.c_redo.buf = el_calloc(EL_BUFSIZ, in ch_init()
425 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ; in ch_init()
431 el->el_chared.c_kill.buf = el_calloc(EL_BUFSIZ, in ch_init()
765 if (len >= (ssize_t)(EL_BUFSIZ - 16)) in c_gets()
H A Dhist.c62 el->el_history.buf = el_calloc(EL_BUFSIZ, sizeof(*el->el_history.buf)); in hist_init()
65 el->el_history.sz = EL_BUFSIZ; in hist_init()
H A Del.h52 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */ macro
H A Dmap.c1174 char outbuf[EL_BUFSIZ]; in map_print_key()
1199 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ]; in map_print_some_keys()
1299 wchar_t inbuf[EL_BUFSIZ]; in map_bind()
1300 wchar_t outbuf[EL_BUFSIZ]; in map_bind()
H A Dkeymacro.c98 #define KEY_BUFSIZ EL_BUFSIZ
584 char unparsbuf[EL_BUFSIZ]; in keymacro_kprint()
H A Dvi.c964 EL_BUFSIZ); in vi_to_history_line()
1024 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX) in vi_histedit()
H A Dcommon.c826 wchar_t tmpbuf[EL_BUFSIZ]; in ed_command()
H A Dtty.c1160 char name[EL_BUFSIZ]; in tty_stty()