Home
last modified time | relevance | path

Searched refs:_nc_get_tty_mode (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c48 NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_DCLx TTY * buf) in NCURSES_EXPORT()
86 _nc_get_tty_mode(TTY * buf) in _nc_get_tty_mode() function
88 return NCURSES_SP_NAME(_nc_get_tty_mode) (CURRENT_SCREEN, buf); in _nc_get_tty_mode()
155 if (_nc_get_tty_mode(&termp->Ottyb) == OK) { in NCURSES_SP_NAME()
195 if (_nc_get_tty_mode(&termp->Nttyb) == OK) { in NCURSES_SP_NAME()
306 returnCode(NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_ARGx saved_tty(NCURSES_SP_ARG))); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c95 NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_ARGx &buf); in wgetnstr_events() local
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c106 _nc_get_tty_mode(&buf); in wgetn_wstr()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def55 "_nc_get_tty_mode" @65 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1287 #undef _nc_get_tty_mode
1288 int _nc_get_tty_mode(
H A Dllib-ltinfo1254 #undef _nc_get_tty_mode
1255 int _nc_get_tty_mode(
H A Dllib-ltinfotw1388 #undef _nc_get_tty_mode
1389 int _nc_get_tty_mode(
H A Dllib-ltinfot1355 #undef _nc_get_tty_mode
1356 int _nc_get_tty_mode(
H A Dcurses.priv.h2348 extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *);
2591 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*);
H A Dllib-lncursest4093 #undef _nc_get_tty_mode
4094 int _nc_get_tty_mode(
H A Dllib-lncurses3983 #undef _nc_get_tty_mode
3984 int _nc_get_tty_mode(
H A Dllib-lncursestw5065 #undef _nc_get_tty_mode
5066 int _nc_get_tty_mode(
H A Dllib-lncursesw4955 #undef _nc_get_tty_mode
4956 int _nc_get_tty_mode(
/freebsd/contrib/ncurses/
H A DNEWS9570 + in _nc_get_tty_mode(), initialize the TTY buffer on error, since