Searched refs:curPtr (Results 1 – 4 of 4) sorted by relevance
86 list->prevPtr = list->curPtr; in Lst_Next()88 if (list->curPtr == NULL) { in Lst_Next()95 list->curPtr = tln = list->firstPtr; in Lst_Next()102 tln = list->curPtr->nextPtr; in Lst_Next()103 list->curPtr = tln; in Lst_Next()
108 if (list->isOpen && (list->curPtr == lNode)) { in Lst_Remove()109 list->curPtr = list->prevPtr; in Lst_Remove()110 if (list->curPtr == NULL) { in Lst_Remove()
83 (l)->curPtr = NULL; in Lst_Open()
75 ListNode curPtr; /* current node, if open. NULL if member