Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c147 char *ptycommand = NULL; /* Command to run on other side of pty */ variable
194 { "pty", o_string, &ptycommand,
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()
457 if (demand && connect_script == 0 && ptycommand == NULL in tty_check_options()
472 if (ptycommand != NULL && notty) { in tty_check_options()
476 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()
629 if (ptycommand != NULL) { in connect_tty()
640 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty()
649 if (device_script(ptycommand, pty_master, pty_master, 1) < 0) in connect_tty()
756 if (connector != NULL || ptycommand != NULL || pty_socket != NULL) in connect_tty()
Dpppd.h294 extern char *ptycommand; /* Command to run on other side of pty */