Lines Matching defs:h_next
27 struct ifile *h_next; /* Links for command line list */
56 for (; p != &anchor; p = p->h_next)
70 p->h_next = prev->h_next;
72 prev->h_next->h_prev = p;
73 prev->h_next = p;
79 incr_index(p->h_next, 1);
88 p->h_next->h_prev = p->h_prev;
89 p->h_prev->h_next = p->h_next;
90 incr_index(p->h_next, -1);
157 if (p->h_next == &anchor)
159 return (ext_ifile(p->h_next));
205 for (p = anchor.h_next; p != &anchor; p = p->h_next)
354 for (p = anchor.h_next; p != &anchor; p = p->h_next)