Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c115 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