Searched refs:EL_BUFSIZ (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Del.h53 #define EL_BUFSIZ 1024 /* Maximum line size */ macro
H A Dchared.c444 el->el_line.buffer = (char *) el_malloc(EL_BUFSIZ);
448 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ);
451 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
453 el->el_chared.c_undo.buf = (char *) el_malloc(EL_BUFSIZ);
456 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ);
459 el->el_chared.c_redo.buf = (char *) el_malloc(EL_BUFSIZ);
463 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
469 el->el_chared.c_kill.buf = (char *) el_malloc(EL_BUFSIZ);
472 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ);
721 if (len >= EL_BUFSIZ
[all...]
H A Dhist.c54 el->el_history.buf = (char *) el_malloc(EL_BUFSIZ);
55 el->el_history.sz = EL_BUFSIZ;
H A Dsearch.c59 el->el_search.patbuf = (char *) el_malloc(EL_BUFSIZ);
164 if (el->el_search.patlen >= EL_BUFSIZ)
165 el->el_search.patlen = EL_BUFSIZ - 1;
241 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
290 EL_BUFSIZ - LEN) {
439 char tmpbuf[EL_BUFSIZ];
475 EL_BUFSIZ - 3);
488 (void) strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Dread.c109 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2])
110 (void) fprintf(el->el_errfile, "limit != &buffer[EL_BUFSIZ-2]\r\n");
191 char buf[EL_BUFSIZ];
194 (size_t) MIN(chrs, EL_BUFSIZ - 1));
H A Dmap.c1122 char outbuf[EL_BUFSIZ];
1146 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ];
1238 char inbuf[EL_BUFSIZ];
1239 char outbuf[EL_BUFSIZ];
H A Dcommon.c650 EL_BUFSIZ);
723 EL_BUFSIZ);
905 char tmpbuf[EL_BUFSIZ];
H A Dkey.c90 #define KEY_BUFSIZ EL_BUFSIZ
566 char unparsbuf[EL_BUFSIZ];
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c70 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
179 if (el->el_search.patlen >= EL_BUFSIZ)
180 el->el_search.patlen = EL_BUFSIZ - 1;
257 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
306 EL_BUFSIZ - LEN) {
455 Char tmpbuf[EL_BUFSIZ];
491 EL_BUFSIZ - 3);
504 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Del.h54 #define EL_BUFSIZ 1024 /* Maximum line size */ macro
H A Dchared.c454 el->el_line.buffer = el_malloc(EL_BUFSIZ *
459 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ *
463 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
465 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ *
469 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ *
473 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ *
478 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
484 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ *
488 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ *
750 if (len >= EL_BUFSIZ
[all...]
H A Dhist.c59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
H A Dmap.c1125 char outbuf[EL_BUFSIZ];
1150 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ];
1250 Char inbuf[EL_BUFSIZ];
1251 Char outbuf[EL_BUFSIZ];
H A Dread.c116 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2])
117 (void) fprintf(el->el_errfile, "limit != &buffer[EL_BUFSIZ-2]\r\n");
201 char buf[EL_BUFSIZ];
204 (size_t) MIN(chrs, EL_BUFSIZ - 1));
H A Dkey.c95 #define KEY_BUFSIZ EL_BUFSIZ
582 char unparsbuf[EL_BUFSIZ];
H A Dcommon.c654 EL_BUFSIZ);
727 EL_BUFSIZ);
909 Char tmpbuf[EL_BUFSIZ];
H A Dvi.c966 EL_BUFSIZ);
1023 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX)
/macosx-10.10/libedit-40/src/
H A Dsearch.c70 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
181 if (el->el_search.patlen >= EL_BUFSIZ)
182 el->el_search.patlen = EL_BUFSIZ - 1;
259 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
308 EL_BUFSIZ - LEN) {
458 Char tmpbuf[EL_BUFSIZ];
494 EL_BUFSIZ - 3);
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Del.h54 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */ macro
H A Dchared.c397 el->el_line.buffer = el_malloc(EL_BUFSIZ *
402 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ *
406 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
408 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ *
412 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ *
416 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ *
421 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
427 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ *
431 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ *
694 if (len >= (ssize_t)(EL_BUFSIZ
[all...]
H A Dhist.c59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
H A Dmap.c1124 char outbuf[EL_BUFSIZ];
1149 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ];
1249 Char inbuf[EL_BUFSIZ];
1250 Char outbuf[EL_BUFSIZ];
H A Dread.c116 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2])
117 (void) fprintf(el->el_errfile, "limit != &buffer[EL_BUFSIZ-2]\r\n");
201 char buf[EL_BUFSIZ];
204 (size_t) MIN(chrs, EL_BUFSIZ - 1));
H A Dkeymacro.c97 #define KEY_BUFSIZ EL_BUFSIZ
589 char unparsbuf[EL_BUFSIZ];
H A Dcommon.c652 EL_BUFSIZ);
725 EL_BUFSIZ);
907 Char tmpbuf[EL_BUFSIZ];

Completed in 227 milliseconds

12