Searched refs:ttys (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/troff/ |
H A D | n5.c | 1265 struct termio ttys; variable 1268 struct sgttyb ttys[2]; variable 1278 if (ioctl(0, TCGETA, &ttys) >= 0) in save_tty() 1279 ttysave[0] = ttys.c_lflag; in save_tty() 1281 if (gtty(0, &ttys[0]) >= 0) in save_tty() 1282 ttysave[0] = ttys[0].sg_flags; in save_tty() 1283 if (gtty(1, &ttys[1]) >= 0) in save_tty() 1284 ttysave[1] = ttys[1].sg_flags; in save_tty() 1297 ttys.c_lflag = ttysave[0]; in restore_tty() 1298 ioctl(0, TCSETAW, &ttys); in restore_tty() [all …]
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | ttys | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | ttys | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | ttys | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | ttys | 1 /* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | Makefile.defs | 25 sigfeatures time ttys \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Mamfile | 384 make FEATURE/ttys implicit 385 meta FEATURE/ttys features/%>FEATURE/% features/ttys ttys 386 make features/ttys 387 done features/ttys 388 …libdll} ${mam_libcoshell} ${mam_libcmd} ${mam_libast} ${mam_libm} ${mam_libnsl} : run features/ttys 389 done FEATURE/ttys dontcare generated
|
/illumos-gate/usr/src/data/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 | 6495 memhp|memory relative addressing for new HP ttys, 6502 scrhp|screen relative addressing for new HP ttys, 6510 hp+labels|"standard" label info for new HP ttys, 6516 hp+printer|"standard" printer info for HP ttys, 17474 # this, change the "console" entry in /etc/ttys from "vt100" to 20412 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
|