Searched refs:pty_search (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dmain.c468 static int pty_search(int * /* pty */ );
3114 result = pty_search(pty);
3122 result = pty_search(pty);
3177 * Use the clone device if it works, otherwise use pty_search logic.
3187 result = pty_search(pty);
3190 result = pty_search(pty);
3195 result = pty_search(pty);
3274 pty_search(int *pty) function in typeref:typename:int
3284 TRACE(("pty_search(ttydev=%s, ptydev=%s)\n", ttydev, ptydev));
3299 TRACE(("pty_search(ttyde
[all...]

Completed in 5 milliseconds