Searched refs:history_def_next (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c139 private int history_def_next(ptr_t, TYPE(HistEvent) *);
249 /* history_def_next():
253 history_def_next(ptr_t p, TYPE(HistEvent) *ev) function
578 h->h_next = history_def_next;
601 if (h->h_next == history_def_next)
616 if (h->h_next != history_def_next) {
635 if (h->h_next != history_def_next) {
655 if (h->h_next != history_def_next) {
670 if (h->h_next != history_def_next) {
691 if (h->h_next != history_def_next) {
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistory.c139 private int history_def_next(void *, TYPE(HistEvent) *);
249 /* history_def_next():
253 history_def_next(void *p, TYPE(HistEvent) *ev) function
581 h->h_next = history_def_next;
604 if (h->h_next == history_def_next)
619 if (h->h_next != history_def_next) {
638 if (h->h_next != history_def_next) {
658 if (h->h_next != history_def_next) {
673 if (h->h_next != history_def_next) {
694 if (h->h_next != history_def_next) {
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c128 private int history_def_next(ptr_t, HistEvent *);
231 /* history_def_next():
235 history_def_next(ptr_t p, HistEvent *ev) function
492 h->h_next = history_def_next;
514 if (h->h_next == history_def_next)
527 if (h->h_next != history_def_next) {
546 if (h->h_next != history_def_next) {
566 if (h->h_next != history_def_next) {
581 if (h->h_next != history_def_next) {
602 if (h->h_next != history_def_next) {
[all...]

Completed in 173 milliseconds