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

12

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dread1char6 stty raw
H A Dpasswdprompt9 set sttyOld [stty -echo raw]
31 eval stty $sttyOld
H A Dcryptdir19 stty -echo
31 stty echo
34 stty echo
H A Ddecryptdir19 stty -echo
31 stty echo
34 stty echo
H A Dxkibitz67 stty raw -echo < $spawn_out(slave,name)
68 # Linux needs additional stty, sounds like a bug in its stty to me.
70 stty -icrnl -icanon < $spawn_out(slave,name)
81 -geometry [stty columns]x[stty rows] \
112 puts [format "%3d [stty columns < $tty]x[stty rows < $tty] $pid2display($pid)" $tag]
168 set r [stty rows]
169 set c [stty column
[all...]
H A Dftp-inband38 send "stty -echo\r"
110 send "stty echo\r"
123 send "stty -echo\r"
194 send "stty echo\r"
200 stty -raw echo
213 stty raw -echo
217 stty -raw echo
230 stty raw -echo
234 stty -raw echo
240 stty ra
[all...]
H A Dpassmass37 stty -echo
72 stty echo
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dxterm_title19 old=$(stty -g)
20 stty raw -echo min 0 time ${1-10}
23 stty $old
H A Dline-input.bash27 savetty=$(stty -g)
28 stty -icanon -isig -echo -echok -echonl inlcr
37 stty $savetty
59 stty min $min time $timeout
/macosx-10.10.1/CPAN-56/Modules/IO-Stty-0.03/
H A DMakefile7 sed "s/@@@VERSION@@@/$$VERSIONER_PERL_VERSION/" $(MYSRC)/stty.pl.ed | ed - $(DIR)/scripts/stty.pl
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dctrlunix.tcl28 # We use the <@stdin because stty works out what terminal to work with
34 variable stty
35 exec $stty raw -echo <@stdin
40 variable stty
41 exec $stty -raw echo <@stdin
60 variable stty [auto_execok stty]
62 if {($tput eq "") || ($stty eq "")} {
65 use of this package (tput, stty in \
73 variable stty {}
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dstty.bash0 # stty.bash
14 #:docstring stty:
15 # Track changes to certain keybindings with stty, and make those changes
23 function stty () function
59 command stty ${stty_command}
62 provide stty
64 # stty.bash ends here
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsgtty.h48 int stty(int, struct sgttyb *);
52 #define stty(fd, buf) ioctl(fd, TIOCSETP, buf) macro
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzmore20 oldtty=`stty -g 2>/dev/null`
21 if stty -cbreak 2>/dev/null; then
24 # 'stty min 1' resets eof to ^a on both SunOS and SysV!
28 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
45 stty $cb -echo 2>/dev/null
47 stty $ncb echo 2>/dev/null
/macosx-10.10.1/zsh-61/zsh/StartupFiles/
H A Dzlogin15 stty dec new cr0 -tabs
/macosx-10.10.1/file_cmds-242/gzip/
H A Dzmore57 oterm=`stty -g 2>/dev/null`
65 trap "stty $oterm 2>/dev/null" 0 1 2 3 13 15
66 stty cbreak -echo 2>/dev/null
68 stty $oterm 2>/dev/null
/macosx-10.10.1/lsof-53/lsof/tests/
H A DCkTestDB71 # Establish trap and stty handling.
75 stty -a 2>&1 | grep isig > /dev/null
78 stty -a 2>&1 | egrep -e -isig > /dev/null
81 ISIG="stty -isig"
82 stty isig
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dfstty2 # A function that works as a front end for both stty and the `bind'
7 # Convert between the stty ^H control character form and the readline \C-H
16 # stty front-end. Parses the argument list and creates two command strings,
17 # one for stty, another for bind.
55 command stty $cmd
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Drun-all26 if stty < /dev/tty >/dev/null; then
/macosx-10.10.1/ksh-23/ksh/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
/macosx-10.10.1/lsof-53/lsof/
H A DAFSConfig12 # Establish trap and stty handling.
16 stty -a 2>&1 | grep isig > /dev/null
19 stty -a 2>&1 | egrep -e -isig > /dev/null
22 ISIG="stty -isig"
23 stty isig
H A DInventory5 # Establish trap and stty handling.
9 stty -a 2>&1 | grep isig > /dev/null
12 stty -a 2>&1 | egrep -e -isig > /dev/null
15 ISIG="stty -isig"
16 stty isig
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dhurl.sh175 trap 'stty echo <&9' 0 1 2 3 15
176 stty -echo
178 stty echo
/macosx-10.10.1/OpenSSL098-52/src/
H A Dconfig514 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
547 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
559 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
623 (trap "stty `stt
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h171 struct sgttyb stty; member in struct:sbsd_terminal
177 (ioctl ((o), TIOCGETP, &(q)->stty) == 0 \
181 (ioctl ((o), TIOCSETN, &(q)->stty) == 0 \
185 (ioctl ((o), TIOCSETP, &(q)->stty) == 0 \

Completed in 167 milliseconds

12