Searched refs:ptycommand (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 385 using_pty = notty || ptycommand != NULL || pty_socket != NULL; 458 if (ptycommand != NULL && (notty || direct_tty)) { 462 if (pty_socket != NULL && (ptycommand != NULL || notty || 726 if (ptycommand != NULL) { 733 ok = device_script(ptycommand, opipe[0], ipipe[1], 1, 742 if (device_script(ptycommand, pty_master, pty_master, 1, 876 if (connect_delay != 0 && (connector != NULL || ptycommand != NULL)) {
|
H A D | options.c | 94 char *ptycommand = NULL; /* Command to run on other side of pty */ variable 238 { "pty", o_string, &ptycommand,
|
H A D | pppd.h | 248 extern char *ptycommand; /* Command to run on other side of pty */
|