Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_prev

141     if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;