Symbol: TERMIOS
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
114
#ifdef TERMIOS
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
193
#ifdef TERMIOS
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
615
#ifdef TERMIOS
usr/src/cmd/ttymon/stty.c
273
if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
usr/src/cmd/ttymon/stty.c
280
if ((m&PAREXT) && (term & TERMIOS)) {
usr/src/cmd/ttymon/stty.c
324
if (term & TERMIOS) {
usr/src/cmd/ttymon/stty.c
338
if (term & TERMIOS) {
usr/src/cmd/ttymon/stty.c
386
if ((term & TERMIOS) && (m&IMAXBEL))
usr/src/cmd/ttymon/stty.c
511
if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
usr/src/cmd/ttymon/stty.c
517
if (!(term & TERMIOS))
usr/src/cmd/ttymon/stty.c
551
if (term & TERMIOS)
usr/src/cmd/ttymon/stty.c
558
if (term & TERMIOS) {
usr/src/cmd/ttymon/stty.c
583
if (term & TERMIOS)
usr/src/cmd/ttymon/stty.c
602
if (term & TERMIOS)
usr/src/cmd/ttymon/stty.c
614
if (term & TERMIOS) {
usr/src/cmd/ttymon/stty.c
705
if (((term & TERMIOS) && what == _POSIX_VDISABLE) ||
usr/src/cmd/ttymon/stty.c
706
(!(term & TERMIOS) && what == 0200)) {
usr/src/cmd/ttymon/stty.c
769
if (term & TERMIOS)
usr/src/cmd/ttymon/sttyparse.c
111
if (term & TERMIOS) {
usr/src/cmd/ttymon/sttyparse.c
141
if (term & TERMIOS)
usr/src/cmd/ttymon/sttyparse.c
145
!(term & TERMIOS) && --argc) {
usr/src/cmd/ttymon/sttyparse.c
156
if (term & TERMIOS)
usr/src/cmd/ttymon/sttyparse.c
186
} else if ((term & TERMIOS) && eq("ospeed") && --argc) {
usr/src/cmd/ttymon/sttyparse.c
199
} else if ((term & TERMIOS) && eq("ispeed") && --argc) {
usr/src/cmd/ttymon/sttyparse.c
239
if (term & TERMIOS) {
usr/src/cmd/ttymon/sttyparse.c
269
if (term & TERMIOS)
usr/src/cmd/ttymon/sttyparse.c
280
if (term & TERMIOS)
usr/src/cmd/ttymon/sttyparse.c
353
c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
usr/src/cmd/ttymon/sttyparse.c
358
c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
usr/src/cmd/ttymon/sttyparse.c
389
term |= TERMIOS;
usr/src/cmd/ttymon/sttyparse.c
441
if (term & TERMIOS) {
usr/src/cmd/ttymon/tmttydefs.c
325
term = ASYNC|TERMIOS|FLOW;
usr/src/ucbcmd/stty/stty.c
104
if (term & TERMIOS) {
usr/src/ucbcmd/stty/stty.c
222
if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
usr/src/ucbcmd/stty/stty.c
229
if ((m & PAREXT) && (term & TERMIOS)) {
usr/src/ucbcmd/stty/stty.c
284
if (term & TERMIOS) {
usr/src/ucbcmd/stty/stty.c
332
if ((term & TERMIOS) && (m & IMAXBEL))
usr/src/ucbcmd/stty/stty.c
475
if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
usr/src/ucbcmd/stty/stty.c
481
if (!(term & TERMIOS))
usr/src/ucbcmd/stty/stty.c
502
if (term & TERMIOS) {
usr/src/ucbcmd/stty/stty.c
525
if (term & TERMIOS)
usr/src/ucbcmd/stty/stty.c
544
if (term & TERMIOS)
usr/src/ucbcmd/stty/stty.c
556
if (term & TERMIOS) {
usr/src/ucbcmd/stty/stty.c
731
if ((term & TERMIOS) && what == _POSIX_VDISABLE ||
usr/src/ucbcmd/stty/stty.c
732
!(term & TERMIOS) && what == 0200) {
usr/src/ucbcmd/stty/stty.c
787
if (term & TERMIOS)
usr/src/ucbcmd/stty/sttyparse.c
136
else if (eqarg("line", argc) && (!(term & TERMIOS) || term == -1) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
157
else if((term & TERMIOS) && eqarg("ospeed", argc) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
167
else if((term & TERMIOS) && eqarg("ispeed", argc) && --argc) {
usr/src/ucbcmd/stty/sttyparse.c
202
if((term & TERMIOS) || term == -1) {
usr/src/ucbcmd/stty/sttyparse.c
224
if((term & TERMIOS) || term == -1)
usr/src/ucbcmd/stty/sttyparse.c
235
if((term & TERMIOS) || term == -1)
usr/src/ucbcmd/stty/sttyparse.c
321
c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200; /* map '^-' to undefined */
usr/src/ucbcmd/stty/sttyparse.c
352
term |= TERMIOS;
usr/src/ucbcmd/stty/sttyparse.c
381
if(term & TERMIOS) {
usr/src/ucbcmd/stty/sttyparse.c
427
if((term & TERMIOS) && i < 20 && term != -1 || i < 12)
usr/src/ucbcmd/stty/sttyparse.c
434
if(term & TERMIOS)
usr/src/ucbcmd/stty/sttyparse.c
97
if((term & TERMIOS) || term == -1) {