Lines Matching refs:aTmp
37 SbxValues aTmp; in ImpGetChar() local
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()
215 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetChar()
216 p = &aTmp; goto start; in ImpGetChar()
226 SbxValues aTmp; in ImpPutChar() local
258 aTmp.pByte = &p->nByte; goto direct; in ImpPutChar()
260 aTmp.pULong = &p->nULong; goto direct; in ImpPutChar()
263 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutChar()
265 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutChar()
266 p = &aTmp; goto start; in ImpPutChar()