Searched refs:TERMIOS (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.h36 #define TERMIOS 8 macro
H A Dsttyparse.c100 if((term & TERMIOS) || term == -1) {
139 else if (eqarg("line", argc) && (!(term & TERMIOS) || term == -1) && --argc) {
160 else if((term & TERMIOS) && eqarg("ospeed", argc) && --argc) {
170 else if((term & TERMIOS) && eqarg("ispeed", argc) && --argc) {
205 if((term & TERMIOS) || term == -1) {
227 if((term & TERMIOS) || term == -1)
238 if((term & TERMIOS) || term == -1)
324 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200; /* map '^-' to undefined */
355 term |= TERMIOS;
384 if(term & TERMIOS) {
[all...]
H A Dstty.c103 if (term & TERMIOS) {
221 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
228 if ((m & PAREXT) && (term & TERMIOS)) {
283 if (term & TERMIOS) {
331 if ((term & TERMIOS) && (m & IMAXBEL))
474 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
480 if (!(term & TERMIOS))
501 if (term & TERMIOS) {
524 if (term & TERMIOS)
543 if (term & TERMIOS)
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h46 #define TERMIOS 8 macro
H A Dsttyparse.c111 if (term & TERMIOS) {
141 !(term & TERMIOS) && --argc) {
180 } else if ((term & TERMIOS) && eq("ospeed") && --argc) {
193 } else if ((term & TERMIOS) && eq("ispeed") && --argc) {
233 if (term & TERMIOS) {
263 if (term & TERMIOS)
274 if (term & TERMIOS)
347 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
352 c = (term & TERMIOS) ? _POSIX_VDISABLE : 0200;
383 term |= TERMIOS;
[all...]
H A Dstty.c273 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
280 if ((m&PAREXT) && (term & TERMIOS)) {
334 if (term & TERMIOS) {
382 if ((term & TERMIOS) && (m&IMAXBEL))
506 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 &&
512 if (!(term & TERMIOS))
551 if (term & TERMIOS) {
576 if (term & TERMIOS)
595 if (term & TERMIOS)
607 if (term & TERMIOS) {
[all...]
H A Dtmttydefs.c330 term = ASYNC|TERMIOS|FLOW;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c113 #undef TERMIOS macro
114 #define TERMIOS macro
120 #ifdef TERMIOS
199 #ifdef TERMIOS
621 #ifdef TERMIOS

Completed in 105 milliseconds