Home
last modified time | relevance | path

Searched refs:pChan (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/basic/source/runtime/
H A Diosys.cxx840 pChan[ i ] = NULL; in SbiIoSystem()
862 else if( pChan[ nCh ] ) in Open()
866 pChan[ nCh ] = new SbiStream; in Open()
867 nError = pChan[ nCh ]->Open( nCh, rName, nMode, nFlags, nLen ); in Open()
869 delete pChan[ nCh ], pChan[ nCh ] = NULL; in Open()
880 else if( !pChan[ nChan ] ) in Close()
884 nError = pChan[ nChan ]->Close(); in Close()
885 delete pChan[ nChan ]; in Close()
886 pChan[ nChan ] = NULL; in Close()
897 if( pChan[ i ] ) in Shutdown()
[all …]
H A Dstep0.cxx1302 SbxVariableRef pChan = PopVar(); in StepCHANNEL() local
1303 short nChan = pChan->GetInteger(); in StepCHANNEL()
H A Dstep2.cxx931 SbxVariableRef pChan = PopVar(); in StepOPEN() local
934 short nChan = pChan->GetInteger(); in StepOPEN()
/AOO42X/main/basic/source/comp/
H A Dio.cxx276 SbiExpression* pChan = new SbiExpression( this ); in Open() local
277 if( !pChan ) in Open()
296 if( pChan ) in Open()
297 pChan->Gen(); in Open()
301 delete pChan; in Open()
/AOO42X/main/basic/source/inc/
H A Diosys.hxx81 SbiStream* pChan[ CHANNELS ]; member in SbiIoSystem