Home
last modified time | relevance | path

Searched defs:pipe_details (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c2962 struct pipe_details struct
2964 pInfo next;
2965 PerlIO *fp; /* file pointer to pipe mailbox */
2966 int useFILE; /* using stdio, not perlio */
2967 int pid; /* PID of subprocess */
2968 int mode; /* == 'r' if pipe open for reading */
2969 int done; /* subprocess has completed */
2970 int waiting; /* waiting for completion/closure */
2971 int closing; /* my_pclose is closing this pipe */
2972 unsigned long completion; /* termination status of subprocess */
[all …]