Searched refs:baud (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dbaudrate.c55 return ((int) SP->baud);
H A Ddraino.c71 ncneeded = SP->baud * ms / (10 * 1000);
H A Dnewscreen.c168 SP->baud = baud_convert[_BRS(PROGTTYS)];
170 SP->baud = baud_convert[_BR(PROGTTY)];
H A Dcurshdr.h132 long baud; /* baud rate of this tty */ member in struct:screen
194 /* Getting the baud rate is different on the two systems. */
H A Dmvcur.c118 if (cm < LARGECOST && SP->baud >= 2400 &&
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelay.c55 unsigned number, baud; local
61 baud = baudrate();
66 number = (baud/10 * ms)/1000;
H A Dtputs.c81 int i, baud, len, null, number; local
87 baud = baudrate();
102 if (padding_baud_rate && baud >= padding_baud_rate
104 number = (baud/10 * number)/1000;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelay.c57 unsigned int number, baud; local
59 baud = baudrate();
64 number = (baud / 10 * ms) / 1000;
H A Dtputs.c88 int i, baud, len, null, number; local
90 baud = baudrate();
105 if (padding_baud_rate && baud >= padding_baud_rate &&
108 if (baud >= padding_baud_rate) {
110 number = (baud / 8 * number) / 10000;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm150 The terminal output bit rate (often mistakenly called the baud rate)

Completed in 31 milliseconds