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.cxx1109 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1111 ch = pIosys->Read(); in StepINPUT()
1119 if( sep ) ch = pIosys->Read(); in StepINPUT()
1120 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1124 ch = pIosys->Read(); in StepINPUT()
1131 ch = pIosys->Read(); in StepINPUT()
1135 while( ( err = pIosys->GetError() ) == 0 ) in StepINPUT()
1139 ch = pIosys->Read(); in StepINPUT()
1180 if( pRestart && !pIosys->GetChannel() ) in StepINPUT()
1209 pIosys->Read( aInput ); in StepLINPUT()
[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