Lines Matching refs:ref
189 aTmp.nByte = *p->pByte; goto ref; in ImpGetChar()
192 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetChar()
194 aTmp.nLong = *p->pLong; goto ref; in ImpGetChar()
196 aTmp.nULong = *p->pULong; goto ref; in ImpGetChar()
199 aTmp.nUShort = *p->pUShort; goto ref; in ImpGetChar()
201 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar()
204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar()
206 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetChar()
209 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetChar()
211 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetChar()
213 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetChar()
214 ref: in ImpGetChar()