Home
last modified time | relevance | path

Searched refs:shut_on_empty (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c2949 int shut_on_empty; member
3068 if (info->in && !info->in->shut_on_empty) { in pipe_exit_routine()
3205 if (info->in->shut_on_empty && info->in->need_wake) { in popen_completion_ast()
3214 info->out->shut_on_empty = TRUE; in popen_completion_ast()
3221 info->err->shut_on_empty = TRUE; in popen_completion_ast()
3266 p->shut_on_empty = FALSE; in pipe_tochild_setup()
3311 p->shut_on_empty = TRUE; in pipe_tochild1_ast()
3350 IO$_READVBLK|(p->shut_on_empty ? IO$M_NOWAIT : 0), in pipe_tochild1_ast()
3353 if (iss == SS$_ENDOFFILE && p->shut_on_empty) iss = SS$_NORMAL; in pipe_tochild1_ast()
3375 if (p->shut_on_empty) { in pipe_tochild2_ast()
[all …]