Searched refs:pIosys (Results 1 – 6 of 6) sorted by relevance
1111 ch = pIosys->Read(); in StepINPUT()1124 ch = pIosys->Read(); in StepINPUT()1131 ch = pIosys->Read(); in StepINPUT()1139 ch = pIosys->Read(); in StepINPUT()1209 pIosys->Read( aInput ); in StepLINPUT()1210 Error( pIosys->GetError() ); in StepLINPUT()1310 pIosys->ResetChannel(); in StepCHANNEL0()1322 pIosys->Write( aByteStr ); in StepPRINT()1336 pIosys->Write( aByteStr ); in StepPRINTF()1360 pIosys->Write( aByteStr ); in StepWRITE()[all …]
401 pIosys->Shutdown(); in StepCLOSE()404 err = pIosys->GetError(); in StepCLOSE()407 pIosys->Close(); in StepCLOSE()410 err = pIosys->GetError(); in StepCLOSE()419 pIosys->Write( s ); in StepPRCHAR()420 Error( pIosys->GetError() ); in StepPRCHAR()
282 pIosys = new SbiIoSystem; in SbiInstance()302 delete pIosys; in ~SbiInstance()547 pIosys = pInst->pIosys; in SbiRuntime()
2675 SbiIoSystem* pIosys = pINST->GetIoSystem(); in RTLFUNC() local2676 SbiStream* pSbStrm = pIosys->GetStream( nFileNumber ); in RTLFUNC()2686 err = pIosys->GetError(); in RTLFUNC()
936 pIosys->Open( nChan, aName, static_cast<short>( nOp1 ), in StepOPEN()938 Error( pIosys->GetError() ); in StepOPEN()
186 SbiIoSystem* pIosys; // Dateisystem member in SbiInstance239 SbiIoSystem* GetIoSystem() { return pIosys; } in GetIoSystem()288 SbiIoSystem* pIosys; // I/O-System member in SbiRuntime
Completed in 37 milliseconds