Lines Matching refs:aTmp
32 SbxValues aTmp; in ImpGetUShort() local
190 aTmp.nChar = *p->pChar; goto ref; in ImpGetUShort()
193 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetUShort()
195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort()
197 aTmp.nULong = *p->pULong; goto ref; in ImpGetUShort()
199 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort()
202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort()
204 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetUShort()
207 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetUShort()
209 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetUShort()
211 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetUShort()
213 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetUShort()
214 p = &aTmp; goto start; in ImpGetUShort()
224 SbxValues aTmp; in ImpPutUShort() local
258 aTmp.pChar = &p->nChar; goto direct; in ImpPutUShort()
260 aTmp.pByte = &p->nByte; goto direct; in ImpPutUShort()
263 aTmp.pInteger = &p->nInteger; in ImpPutUShort()
265 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutUShort()
266 p = &aTmp; goto start; in ImpPutUShort()