Lines Matching refs:next
64 while (!h[j].next) {
66 h[j].next = (m_link_p) M_GET_MEM_CLUSTER();
67 if (h[j].next)
68 h[j].next->next = NULL;
74 a = h[j].next;
76 h[j].next = h[j].next->next;
80 h[j].next = (m_link_p) (a+s);
81 h[j].next->next = NULL;
120 ((m_link_p) a)->next = h[i].next;
121 h[i].next = (m_link_p) a;
127 while (q->next && q->next != (m_link_p) b) {
128 q = q->next;
130 if (!q->next) {
131 ((m_link_p) a)->next = h[i].next;
132 h[i].next = (m_link_p) a;
135 q->next = q->next->next;
222 vbp->next = mp->vtob[hc];
240 vbpp = &(*vbpp)->next;
243 *vbpp = (*vbpp)->next;
255 for (mp = mp0.next;
257 mp = mp->next);
271 mp->next = mp0.next;
272 mp0.next = mp;
282 m_pool_p *pp = &mp0.next;
285 pp = &(*pp)->next;
287 *pp = (*pp)->next;
358 vp = vp->next;