Lines Matching defs:h_next
29 struct ifile *h_next; /* Links for command line list */
58 for (; p != &anchor; p = p->h_next)
72 p->h_next = prev->h_next;
74 prev->h_next->h_prev = p;
75 prev->h_next = p;
81 incr_index(p->h_next, 1);
90 p->h_next->h_prev = p->h_prev;
91 p->h_prev->h_next = p->h_next;
92 incr_index(p->h_next, -1);
159 if (p->h_next == &anchor)
161 return (ext_ifile(p->h_next));
207 for (p = anchor.h_next; p != &anchor; p = p->h_next)
352 for (p = anchor.h_next; p != &anchor; p = p->h_next)