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

/systemd/src/shared/
H A Dptyfwd.c61 bool stdin_readable:1; member in struct:PTYForward
131 while ((f->stdin_readable && f->in_buffer_full <= 0) ||
136 if (f->stdin_readable && f->in_buffer_full < LINE_MAX) {
142 f->stdin_readable = false;
144 f->stdin_readable = false;
154 f->stdin_readable = false;
292 f->stdin_readable = true;

Completed in 64 milliseconds