Searched refs:Duplex (Results 1 – 2 of 2) sorted by relevance
23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then81 if Mode = Out_Stream or Mode = Duplex then88 if Mode = In_Stream or Mode = Duplex then
13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); literal