Home
last modified time | relevance | path

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

/external/libedit/src/
Dsearch.c70 el->el_search.patbuf = el_malloc(EL_BUFSIZ * in search_init()
181 if (el->el_search.patlen >= EL_BUFSIZ) in c_setpat()
182 el->el_search.patlen = EL_BUFSIZ - 1; in c_setpat()
259 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search()
308 EL_BUFSIZ - LEN) { in ce_inc_search()
458 Char tmpbuf[EL_BUFSIZ]; in cv_search()
494 EL_BUFSIZ - 3); in cv_search()
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()
Dchared.c397 el->el_line.buffer = el_malloc(EL_BUFSIZ * in ch_init()
402 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ * in ch_init()
406 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE]; in ch_init()
408 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ * in ch_init()
412 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ * in ch_init()
416 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ * in ch_init()
421 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ; in ch_init()
427 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ * in ch_init()
431 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ * in ch_init()
713 if (len >= (ssize_t)(EL_BUFSIZ - 16)) in c_gets()
Dhist.c59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf)); in hist_init()
60 el->el_history.sz = EL_BUFSIZ; in hist_init()
Del.h54 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */ macro
Dread.c116 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2]) in read_debug()
201 char buf[EL_BUFSIZ]; in read_preread()
204 (size_t) MIN(chrs, EL_BUFSIZ - 1)); in read_preread()
Dmap.c1124 char outbuf[EL_BUFSIZ]; in map_print_key()
1149 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ]; in map_print_some_keys()
1249 Char inbuf[EL_BUFSIZ]; in map_bind()
1250 Char outbuf[EL_BUFSIZ]; in map_bind()
Dcommon.c652 EL_BUFSIZ); in ed_prev_history()
725 EL_BUFSIZ); in ed_search_prev_history()
907 Char tmpbuf[EL_BUFSIZ]; in ed_command()
Dkeymacro.c97 #define KEY_BUFSIZ EL_BUFSIZ
589 char unparsbuf[EL_BUFSIZ]; in keymacro_kprint()
Dvi.c965 EL_BUFSIZ); in vi_to_history_line()
1022 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX) in vi_histedit()
Dtty.c1188 char name[EL_BUFSIZ]; in tty_stty()