Lines Matching defs:prev
781 assert(next->prev == NULL || next->prev == tstate);
782 next->prev = tstate;
785 assert(tstate->prev == NULL);
837 assert(old_head->prev == NULL);
1081 if (tstate->prev) {
1082 tstate->prev->next = tstate->next;
1088 tstate->next->prev = tstate->prev;
1100 _PyStackChunk *prev = chunk->previous;
1102 chunk = prev;
1167 if (tstate->prev) {
1168 tstate->prev->next = tstate->next;
1171 tstate->next->prev = tstate->prev;
1173 tstate->prev = tstate->next = NULL;