Lines Matching refs:aTmp
32 SbxValues aTmp; in ImpGetULong() local
168 aTmp.nChar = *p->pChar; goto ref; in ImpGetULong()
171 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetULong()
173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong()
175 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong()
178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong()
180 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetULong()
182 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetULong()
184 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetULong()
187 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetULong()
189 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetULong()
190 p = &aTmp; goto start; in ImpGetULong()
200 SbxValues aTmp; in ImpPutULong() local
222 aTmp.pChar = &p->nChar; goto direct; in ImpPutULong()
224 aTmp.pByte = &p->nByte; goto direct; in ImpPutULong()
227 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutULong()
229 aTmp.pLong = &p->nLong; goto direct; in ImpPutULong()
232 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutULong()
234 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutULong()
237 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutULong()
239 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutULong()
240 p = &aTmp; goto start; in ImpPutULong()