Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Difile.c29 struct ifile *h_prev; member
71 p->h_prev = prev; in link_ifile()
72 prev->h_next->h_prev = p; in link_ifile()
89 p->h_next->h_prev = p->h_prev; in unlink_ifile()
90 p->h_prev->h_next = p->h_next; in unlink_ifile()
165 if (p->h_prev == &anchor) in prev_ifile()
167 return (ext_ifile(p->h_prev)); in prev_ifile()
/openbsd/lib/libedit/
H A Dhistory.c103 history_gfun_t h_prev; /* Get the previous element */ in TYPE() local
114 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev)
608 h->h_prev = history_def_prev; in TYPE()
715 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun()
723 h->h_prev = history_def_prev; in history_set_fun()
740 h->h_prev = nh->h_prev; in history_set_fun()
1088 hf.h_prev = va_arg(va, history_gfun_t); in FUNW()