Lines Matching refs:pFI
64 RscFileInst* pFI; variable
82 c = pFI->GetFastChar(); in GetNumber()
85 c = pFI->GetFastChar(); in GetNumber()
95 c = pFI->GetFastChar(); in GetNumber()
101 c = pFI->GetFastChar(); in GetNumber()
106 c = pFI->GetFastChar(); in GetNumber()
120 c = pFI->GetFastChar(); in MakeToken()
123 c = pFI->GetFastChar(); in MakeToken()
125 while( '\n' != c && !pFI->IsEof() ) in MakeToken()
126 c = pFI->GetFastChar(); in MakeToken()
127 c = pFI->GetFastChar(); in MakeToken()
130 c = pFI->GetFastChar(); in MakeToken()
132 while( '*' != c && !pFI->IsEof() ) in MakeToken()
133 c = pFI->GetFastChar(); in MakeToken()
134 c = pFI->GetFastChar(); in MakeToken()
135 } while( '/' != c && !pFI->IsEof() ); in MakeToken()
136 c = pFI->GetFastChar(); in MakeToken()
145 if( c == pFI->IsEof() ){ in MakeToken()
153 c = pFI->GetFastChar(); in MakeToken()
154 while( '>' != c && !pFI->IsEof() ) in MakeToken()
157 c = pFI->GetFastChar(); in MakeToken()
159 c = pFI->GetFastChar(); in MakeToken()
169 while( !bDone && !pFI->IsEof() && c ) in MakeToken()
171 c = pFI->GetFastChar(); in MakeToken()
176 c = pFI->GetFastChar(); in MakeToken()
191 c = pFI->GetFastChar(); in MakeToken()
213 c = pFI->GetFastChar(); in MakeToken()
272 c = pFI->GetFastChar(); in MakeToken()
275 c = pFI->GetFastChar(); in MakeToken()
284 c = pFI->GetFastChar(); in MakeToken()
287 c = pFI->GetFastChar(); in MakeToken()
295 c = pFI->GetFastChar(); in MakeToken()
331 pFI = pFileInst; in InitParser()
338 c = pFI->GetFastChar(); in InitParser()
353 pFI = NULL; in EndParser()