Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c382 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
455 if (ptycommand != NULL && (notty || direct_tty)) {
459 if (pty_socket != NULL && (ptycommand != NULL || notty ||
723 if (ptycommand != NULL) {
730 ok = device_script(ptycommand, opipe[0], ipipe[1], 1,
739 if (device_script(ptycommand, pty_master, pty_master, 1,
873 if (connect_delay != 0 && (connector != NULL || ptycommand != NULL)) {
H A Doptions.c88 char *ptycommand = NULL; /* Command to run on other side of pty */ variable
232 { "pty", o_string, &ptycommand,
H A Dpppd.h255 extern char *ptycommand; /* Command to run on other side of pty */