Searched refs:el_history (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.c52 el->el_history.fun = NULL;
53 el->el_history.ref = NULL;
54 el->el_history.buf = (char *) el_malloc(EL_BUFSIZ);
55 el->el_history.sz = EL_BUFSIZ;
56 if (el->el_history.buf == NULL)
58 el->el_history.last = el->el_history.buf;
70 el_free((ptr_t) el->el_history.buf);
71 el->el_history.buf = NULL;
82 el->el_history
[all...]
H A Dhist.h59 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
60 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
H A Dcommon.c642 int sv_event = el->el_history.eventno;
647 if (el->el_history.eventno == 0) { /* save the current buffer
649 (void) strncpy(el->el_history.buf, el->el_line.buffer,
651 el->el_history.last = el->el_history.buf +
654 el->el_history.eventno += el->el_state.argument;
658 el->el_history.eventno = sv_event;
662 /* el->el_history.eventno was fixed by first call */
684 el->el_history.eventno -= el->el_state.argument;
686 if (el->el_history
[all...]
H A Del.h132 el_history_t el_history; /* History stuff */ member in struct:editline
H A Dvi.c945 int sv_event_no = el->el_history.eventno;
949 if (el->el_history.eventno == 0) {
950 (void) strncpy(el->el_history.buf, el->el_line.buffer,
952 el->el_history.last = el->el_history.buf +
958 el->el_history.eventno = 0x7fffffff;
966 el->el_history.eventno = 1;
969 el->el_history.eventno = 1 + el->el_history.ev.num
971 if (el->el_history
[all...]
H A Dsearch.c175 el->el_history.eventno);
201 int ohisteventno = el->el_history.eventno;
341 el->el_history.eventno =
344 /* el->el_history.event
390 if (el->el_history.eventno !=
392 el->el_history.eventno =
417 if (el->el_history.eventno != ohisteventno) {
418 el->el_history.eventno = ohisteventno;
H A Dchared.c520 el->el_history.eventno = 0;
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.c57 el->el_history.fun = NULL;
58 el->el_history.ref = NULL;
59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
61 if (el->el_history.buf == NULL)
63 el->el_history.last = el->el_history.buf;
75 el_free((ptr_t) el->el_history.buf);
76 el->el_history
[all...]
H A Dhist.h58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
H A Dcommon.c646 int sv_event = el->el_history.eventno;
651 if (el->el_history.eventno == 0) { /* save the current buffer
653 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
655 el->el_history.last = el->el_history.buf +
658 el->el_history.eventno += el->el_state.argument;
662 el->el_history.eventno = sv_event;
666 /* el->el_history.eventno was fixed by first call */
688 el->el_history.eventno -= el->el_state.argument;
690 if (el->el_history
[all...]
H A Del.h140 el_history_t el_history; /* History stuff */ member in struct:editline
H A Dvi.c960 int sv_event_no = el->el_history.eventno;
964 if (el->el_history.eventno == 0) {
965 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
967 el->el_history.last = el->el_history.buf +
973 el->el_history.eventno = 0x7fffffff;
981 el->el_history.eventno = 1;
984 el->el_history.eventno = 1 + el->el_history.ev.num
986 if (el->el_history
[all...]
H A Dsearch.c190 el->el_history.eventno);
216 int ohisteventno = el->el_history.eventno;
357 el->el_history.eventno =
360 /* el->el_history.event
406 if (el->el_history.eventno !=
408 el->el_history.eventno =
433 if (el->el_history.eventno != ohisteventno) {
434 el->el_history.eventno = ohisteventno;
H A Dchared.c536 el->el_history.eventno = 0;
/macosx-10.10/libedit-40/src/
H A Dhist.c57 el->el_history.fun = NULL;
58 el->el_history.ref = NULL;
59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
61 if (el->el_history.buf == NULL)
63 el->el_history.last = el->el_history.buf;
75 el_free(el->el_history.buf);
76 el->el_history
[all...]
H A Dhist.h58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
H A Dcommon.c644 int sv_event = el->el_history.eventno;
649 if (el->el_history.eventno == 0) { /* save the current buffer
651 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
653 el->el_history.last = el->el_history.buf +
656 el->el_history.eventno += el->el_state.argument;
660 el->el_history.eventno = sv_event;
664 /* el->el_history.eventno was fixed by first call */
686 el->el_history.eventno -= el->el_state.argument;
688 if (el->el_history
[all...]
H A Del.h147 el_history_t el_history; /* History stuff */ member in struct:editline
H A Dvi.c959 int sv_event_no = el->el_history.eventno;
963 if (el->el_history.eventno == 0) {
964 (void) Strncpy(el->el_history.buf, el->el_line.buffer,
966 el->el_history.last = el->el_history.buf +
972 el->el_history.eventno = 0x7fffffff;
980 el->el_history.eventno = 1;
983 el->el_history.eventno = 1 + el->el_history.ev.num
985 if (el->el_history
[all...]
H A Dsearch.c192 el->el_history.eventno);
218 int ohisteventno = el->el_history.eventno;
359 el->el_history.eventno =
362 /* el->el_history.event
409 if (el->el_history.eventno !=
411 el->el_history.eventno =
436 if (el->el_history.eventno != ohisteventno) {
437 el->el_history.eventno = ohisteventno;
H A Dchared.c479 el->el_history.eventno = 0;
/macosx-10.10/libedit-40/xcodescripts/
H A Dinstall_misc.sh33 for m in el_deletestr.3 el_end.3 el_get.3 el_getc.3 el_gets.3 el_history.3 el_history_end.3 el_history_init.3 el_init.3 el_insertstr.3 el_line.3 el_parse.3 el_push.3 el_reset.3 el_resize.3 el_set.3 el_source.3 el_tok_end.3 el_tok_init.3 el_tok_line.3 el_tok_reset.3 el_tok_str.3 ; do

Completed in 161 milliseconds