Lines Matching defs:pipe_details
2962 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 */
2973 pPipe in; /* pipe in to sub */
2974 pPipe out; /* pipe out of sub */
2975 pPipe err; /* pipe of sub's sys$error */
2976 int in_done; /* true when in pipe finished */
2977 int out_done;
2978 int err_done;
2979 unsigned short xchan; /* channel to debug xterm */
2980 unsigned short xchan_valid; /* channel is assigned */