Searched refs:pty_stop_parent (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/enhance/ |
H A D | enhance.c | 115 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff); 425 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent() 432 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent() 439 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent() 446 return pty_stop_parent(1, cntrl, gl, rbuff); in pty_parent() 449 return pty_stop_parent(0, cntrl, gl, rbuff); in pty_parent() 470 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff) in pty_stop_parent() function
|