Searched refs:ttys (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/troff/ |
H A D | n5.c | 1267 struct termio ttys; variable 1270 struct sgttyb ttys[2]; variable 1280 if (ioctl(0, TCGETA, &ttys) >= 0) in save_tty() 1281 ttysave[0] = ttys.c_lflag; in save_tty() 1283 if (gtty(0, &ttys[0]) >= 0) in save_tty() 1284 ttysave[0] = ttys[0].sg_flags; in save_tty() 1285 if (gtty(1, &ttys[1]) >= 0) in save_tty() 1286 ttysave[1] = ttys[1].sg_flags; in save_tty() 1299 ttys.c_lflag = ttysave[0]; in restore_tty() 1300 ioctl(0, TCSETAW, &ttys); in restore_tty() [all …]
|
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 1 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/ttys by iffe version 200…
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 1 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/cmd/ksh93/features/ttys by iffe version 200…
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 1 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/cmd/ksh93/features/ttys by iffe version 200…
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 1 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/cmd/ksh93/features/ttys by iffe version 200…
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 77 client ttys). 1361 - Use vhangup to clean up Linux ttys
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 5743 memhp|memory relative addressing for new HP ttys:\ 5749 scrhp|screen relative addressing for new HP ttys:\ 5756 hp+labels|"standard" label info for new HP ttys:\ 5761 hp+printer|"standard" printer info for HP ttys:\ 15525 # this, change the "console" entry in /etc/ttys from "vt100" to 18209 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
|
H A D | terminfo.src | 6493 memhp|memory relative addressing for new HP ttys, 6500 scrhp|screen relative addressing for new HP ttys, 6508 hp+labels|"standard" label info for new HP ttys, 6514 hp+printer|"standard" printer info for HP ttys, 17472 # this, change the "console" entry in /etc/ttys from "vt100" to 20410 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
|