Home
last modified time | relevance | path

Searched refs:pstNext (Results 1 – 2 of 2) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbutil/
H A Dmynewmem.cc96 while (pstL->pstNext && (pstL->pstNext->stMB.pv <= pvToFind)) { in pstFindElem()
97 pstL = pstL->pstNext; in pstFindElem()
118 while (pstL->pstNext && (pstL->pstNext->stMB.pv <= pvToFindPrev)) { in pstFindPrev()
119 pstN = pstL->pstNext; in pstFindPrev()
164 pstL->pstNext = pstN->pstNext; in _remove()
255 while (pstL->pstNext) { in fIsValid()
319 while(pstL->pstNext) { in ClearRefs()
369 while (pstL->pstNext) { in DumpRef()
394 while (pstL->pstNext) { in DumpRef()
455 pstN->pstNext = pstL->pstNext; in add()
[all …]
H A Dmynewmem.h504 stList* pstNext; member
505 stList(stMemBlock stIn) : stMB(stIn), pstNext(NULL) { in stList()