Searched refs:pChrSetList (Results 1 – 2 of 2) sorted by relevance
153 METChrSet* pChrSetList; // Liste der Character-Sets member in METWriter419 pCS->pSucc = pChrSetList; pChrSetList=pCS; in CreateChrSet()431 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in FindChrSet()448 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in WriteChrSets()2554 pChrSetList=NULL; in WriteMET()2566 while( pChrSetList ) in WriteMET()2568 pCS=pChrSetList; in WriteMET()2569 pChrSetList=pCS->pSucc; in WriteMET()
151 ChrSet* pChrSetList; // Liste der Character-Sets member in PSWriter390 pChrSetList = NULL; in WritePS()407 while( pChrSetList ) in WritePS()409 pCS=pChrSetList; in WritePS()410 pChrSetList=pCS->pSucc; in WritePS()
Completed in 57 milliseconds