Lines Matching refs:do_pty
116 add_exec(struct ex_list **ex_ptr, int do_pty, char *exec, int addr, int port) in add_exec() argument
130 (*ex_ptr)->ex_pty = do_pty; in add_exec()
131 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec); in add_exec()
161 fork_exec(struct socket *so, const char *ex, int do_pty) in fork_exec() argument
248 fork_exec(struct socket *so, const char *ex, int do_pty) in fork_exec() argument
267 DEBUG_ARG("do_pty = %lx", (long)do_pty); in fork_exec()
269 if (do_pty == 2) { in fork_exec()
297 if (do_pty == 2) in fork_exec()
303 if (do_pty == 2) { in fork_exec()
342 if (do_pty == 1) { in fork_exec()
374 if (do_pty == 2) { in fork_exec()
397 if (so->so_m != NULL && do_pty == 1) { in fork_exec()