Searched refs:NCURSES_OSPEED (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcurses/
H A Dtermcap.h54 #undef NCURSES_OSPEED macro
55 #define NCURSES_OSPEED int macro
60 extern NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed;
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_baudrate.c212 OSpeed = (NCURSES_OSPEED) OSpeed;
288 ospeed = (NCURSES_OSPEED) _nc_ospeed(ret);
296 ospeed = (NCURSES_OSPEED) _nc_ospeed(result);
299 ospeed = (NCURSES_OSPEED) cfgetospeed(&(TerminalOf(SP_PARM)->Nttyb));
301 ospeed = (NCURSES_OSPEED) TerminalOf(SP_PARM)->Nttyb.sg_ospeed;
H A Dlib_cur_term.c101 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate);
109 ospeed = (NCURSES_OSPEED) _nc_ospeed(termp->_baudrate);
H A Dtinfo_driver.c134 my_ospeed = (NCURSES_OSPEED) _nc_ospeed(result);
137 my_ospeed = (NCURSES_OSPEED) cfgetospeed(&(termp->Nttyb));
142 my_ospeed = (NCURSES_OSPEED) termp->Nttyb.sg_ospeed;
147 ospeed = (NCURSES_OSPEED) my_ospeed;
H A Dlib_tputs.c60 NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed = 0; /* used by termcap library */
/openbsd-current/usr.bin/tset/
H A Dtset.c861 ospeed = (NCURSES_OSPEED) cfgetospeed(&mode);
865 ospeed = (NCURSES_OSPEED) mode.sg_ospeed;

Completed in 78 milliseconds