Lines Matching refs:next
163 plPtr = plPtr->next; in TCSetPalettes()
184 while( tail->next ) in TCNewPalette()
186 tail = tail->next; in TCNewPalette()
189 tail->next = newPl; in TCNewPalette()
191 newPl->next = NULL; in TCNewPalette()
245 if( (PlHead == NULL) || (PlHead->next == NULL) ) in TCSortPaletteByIndex()
251 while( thisPal->next ) in TCSortPaletteByIndex()
253 nextPal = thisPal->next; in TCSortPaletteByIndex()
264 thisPal = thisPal->next; in TCSortPaletteByIndex()
312 plTmp = plTmp->next; in TCFindPaletteByIndex()
342 plPtr = plPtr->next; in TCFindPalettePos()