Searched refs:PIPES (Results 1 – 3 of 3) sorted by relevance
26 my %PIPES;29 my @pipes = @_ ? @_ : keys %PIPES33 my $fh = $PIPES{$_};39 delete @PIPES{@pipes};69 $PIPES{$self->{pipe}} = $self->{pipe};
30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
902 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum