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

/ast/src/cmd/ksh93/tests/
H A Dpty.sh212 w stty intr ^C
221 r stty intr \^C
254 w stty intr ^C
262 r stty intr \^C
276 w stty kill ^X
298 w stty erase ^H intr ^C kill ^X
/ast/src/cmd/INIT/
H A Dhurl.sh175 trap 'stty echo <&9' 0 1 2 3 15
176 stty -echo
178 stty echo
/ast/src/cmd/ie/
H A Dterminal.h122 # define tcsetattr(fd,action,tty) stty(fd, tty)
/ast/src/lib/libcmd/
H A DMakefile26 rmdir.c stty.c sum.c sync.c tail.c tee.c tty.c uname.c uniq.c \
/ast/src/cmd/ksh93/include/
H A Dterminal.h129 # define tcsetattr(fd,action,tty) stty(fd, tty)
/ast/src/cmd/builtin/
H A Dpty.c85 "pty.]:[stty]"
968 char* stty = 0; local
997 stty = opt_info.arg;
1017 if (stty)
1020 for (s = stty; *s; s++)
1023 if (!(ap = newof(0, Argv_t, 1, (n + 2) * sizeof(char*) + (s - stty + 1))))
1028 strcpy(ap->args, stty);
1029 ap->argv[0] = "stty";
/ast/src/cmd/mailx/
H A Dtty.c178 # define tcsetattr(fd,action,tty) stty(fd, tty)

Completed in 22 milliseconds