Home
last modified time | relevance | path

Searched refs:curPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/bmake/lst.lib/
H A DlstNext.c86 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()
H A DlstRemove.c108 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()
H A DlstOpen.c83 (l)->curPtr = NULL; in Lst_Open()
H A DlstInt.h75 ListNode curPtr; /* current node, if open. NULL if member