Home | History | Annotate | Download | only in pexpect

Lines Matching refs:terminated

159     Note that lines are terminated by CR/LF (\\r\\n) combination even on
387 be None. If the child was terminated abnormally with a signal then
406 self.terminated = True
601 self.terminated = False
700 the child is terminated (SIGKILL is sent if the child ignores SIGHUP
853 # Irix takes a long time before it realizes a child was terminated.
1101 returns True if the child was terminated. This returns False if the
1102 child could not be terminated. """
1142 child has unread output and has terminated. In other words, the child
1155 self.terminated = True
1160 self.terminated = True
1171 non-blocking. If the child was terminated then this will read the
1176 if self.terminated:
1194 'where "terminated" is 0, but there was no child ' +
1233 self.terminated = True
1238 self.terminated = True