Home
last modified time | relevance | path

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

/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/
H A Drunprocess.py201 self.pending_stdin = b""
211 self.pending_stdin = data
223 if self.pending_stdin:
226 self.transport.write(self.pending_stdin)
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c599 int pending_stdin = 0; in y_on_idle() local
624 pending_stdin = y_pending_stdin(); in y_on_idle()
631 if (!y_idler_function) pending_stdin = y_pending_stdin(); in y_on_idle()
653 pending_stdin || y_idler_function); in y_on_idle()