Searched refs:pStrI (Results 1 – 1 of 1) sorted by relevance
279 RscStringInst * pStrI = ((RscStringInst *)rInst.pData); in WriteSrc() local280 if( pStrI->pStr ){ in WriteSrc()288 while( pStrI->pStr[ n ] in WriteSrc()291 fputc( pStrI->pStr[ n ], fOutput ); in WriteSrc()292 if( pStrI->pStr[ n ] == '\\' ) in WriteSrc()299 if( pStrI->pStr[ n ] ) //nocht nicht zu ende in WriteSrc()301 } while( pStrI->pStr[ n ] ); in WriteSrc()
Completed in 6 milliseconds