Searched defs:stdout_hangup (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dptyfwd.c64 bool stdout_hangup:1; member in struct:PTYForward
231 f->stdout_hangup = true;
252 if (f->stdin_hangup || f->stdout_hangup || f->master_hangup) {
256 if ((f->out_buffer_full <= 0 || f->stdout_hangup) &&

Completed in 11 milliseconds