Searched defs:pipe_details (Results 1 – 1 of 1) sorted by relevance
2962 struct pipe_details struct2964 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 …]