Searched refs:plTmp (Results 1 – 1 of 1) sorted by relevance
299 TCPalette* plTmp; in TCFindPaletteByIndex() local305 plTmp = PlHead; in TCFindPaletteByIndex()306 while( plTmp ) in TCFindPaletteByIndex()308 if( plTmp->index == index ) in TCFindPaletteByIndex()310 return plTmp; in TCFindPaletteByIndex()312 plTmp = plTmp->next; in TCFindPaletteByIndex()