Home
last modified time | relevance | path

Searched refs:pIosys (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx1111 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 …]
H A Dstep1.cxx401 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()
H A Druntime.cxx282 pIosys = new SbiIoSystem; in SbiInstance()
302 delete pIosys; in ~SbiInstance()
547 pIosys = pInst->pIosys; in SbiRuntime()
H A Dmethods1.cxx2675 SbiIoSystem* pIosys = pINST->GetIoSystem(); in RTLFUNC() local
2676 SbiStream* pSbStrm = pIosys->GetStream( nFileNumber ); in RTLFUNC()
2686 err = pIosys->GetError(); in RTLFUNC()
H A Dstep2.cxx936 pIosys->Open( nChan, aName, static_cast<short>( nOp1 ), in StepOPEN()
938 Error( pIosys->GetError() ); in StepOPEN()
/aoo41x/main/basic/source/inc/
H A Druntime.hxx186 SbiIoSystem* pIosys; // Dateisystem member in SbiInstance
239 SbiIoSystem* GetIoSystem() { return pIosys; } in GetIoSystem()
288 SbiIoSystem* pIosys; // I/O-System member in SbiRuntime

Completed in 57 milliseconds