Lines Matching refs:prevInstance
77 struct nodeStruct *nextInstance, *prevInstance;
227 struct nodeStruct *nextInstance, *prevInstance;
238 prevInstance = ip->nodeValue.instance.prevInstance;
240 nextInstance->nodeValue.instance.prevInstance =
241 prevInstance;
242 if (prevInstance)
243 prevInstance->nodeValue.instance.nextInstance =
248 instanceListTail = prevInstance;
492 ip->nodeValue.instance.prevInstance = instanceListTail;
499 ip->nodeValue.instance.prevInstance = NULL;;