Home
last modified time | relevance | path

Searched refs:ospeed (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dtermlib.c33 short ospeed; // Baud rate (1-16, 1=300, 16=19200), as in stty variable
556 if (ospeed) in tputs()
557 counter = (counter * _bauds[ospeed] * (long)affcnt) / frac; in tputs()
561 if (ospeed) in tputs()
H A Dos_mac.h35 # undef ospeed
H A Dconfig.h.in15 /* Define when termcap.h contains ospeed */
18 /* Define when ospeed can be extern */
H A Dterm.c179 extern short ospeed;
181 short ospeed; variable
4199 ospeed = 0; in clear_termcodes()
H A Dconfigure.ac3547 AC_MSG_CHECKING(whether termcap.h contains ospeed)
3552 ], [ospeed = 20000],
3555 AC_MSG_CHECKING(whether ospeed can be extern)
3560 extern short ospeed;
3561 ], [ospeed = 20000],
/vim-8.2.3635/src/auto/
H A Dconfigure12199 ospeed = 20000
12219 extern short ospeed;
12224 ospeed = 20000