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

/netbsd-current/external/bsd/less/dist/
H A Difile.c30 struct ifile *h_prev; member in struct:ifile
73 p->h_prev = prev;
74 prev->h_next->h_prev = p;
90 p->h_next->h_prev = p->h_prev;
91 p->h_prev->h_next = p->h_next;
172 if (p->h_prev == &anchor)
174 return (ext_ifile(p->h_prev));
/netbsd-current/lib/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);

Completed in 84 milliseconds