Searched refs:h_prev (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Difile.c28 struct ifile *h_prev; member in struct:ifile
77 p->h_prev = prev;
78 prev->h_next->h_prev = p;
96 p->h_next->h_prev = p->h_prev;
97 p->h_prev->h_next = p->h_next;
187 if (p->h_prev == &anchor)
189 return (ext_ifile(p->h_prev));
/freebsd-12-stable/contrib/libedit/
H A Dhistory.c105 history_gfun_t h_prev; /* Get the previous element */ local
116 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
621 h->h_prev = history_def_prev;
728 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
737 h->h_prev = history_def_prev;
754 h->h_prev = nh->h_prev;
1124 hf.h_prev = va_arg(va, history_gfun_t);
/freebsd-12-stable/sys/dev/usb/controller/
H A Duhci.h148 struct uhci_qh *h_prev; member in struct:uhci_qh
H A Duhci.c927 if (sqh->h_prev != NULL) {
937 sqh->h_prev = last;
942 * The "last->h_next->h_prev" is never followed:
944 * "sqh->h_next->h_prev" = sqh;
986 if (sqh->h_prev) {
988 sqh->h_prev->h_next = sqh->h_next;
989 sqh->h_prev->qh_h_next = sqh->qh_h_next;
991 usb_pc_cpu_flush(sqh->h_prev->page_cache);
994 sqh->h_next->h_prev = sqh->h_prev;
[all...]

Completed in 140 milliseconds