Searched refs:use_tioctl (Results 1 – 20 of 20) sorted by relevance
241 NCURSES_SP_NAME(use_tioctl) (NCURSES_SP_DCLx bool f) in NCURSES_SP_NAME() argument247 SP_PARM->use_tioctl = f; in NCURSES_SP_NAME()250 _nc_prescreen.use_tioctl = f; in NCURSES_SP_NAME()266 use_tioctl(bool f) in use_tioctl() function270 _nc_prescreen.use_tioctl = f; in use_tioctl()491 bool useTioctl = _nc_prescreen.use_tioctl; in _nc_get_screensize()511 useTioctl = sp->use_tioctl; in _nc_get_screensize()
429 useTioctl = sp->use_tioctl; in drv_size()432 useTioctl = _nc_prescreen.use_tioctl; in drv_size()
84 use_tioctl(TRUE); in main()
406 use_tioctl(TRUE); in main()
184 show_SPFUNC(SCREEN, use_tioctl); in main()254 show_offset(NCURSES_PRESCREEN, use_tioctl); in main()
329 bool use_tioctl; member
787 #undef use_tioctl788 void use_tioctl(
765 #undef use_tioctl766 void use_tioctl(
855 #undef use_tioctl856 void use_tioctl(
833 #undef use_tioctl834 void use_tioctl(
3571 #undef use_tioctl3572 void use_tioctl(
3494 #undef use_tioctl3495 void use_tioctl(
1219 bool use_tioctl; member
4532 #undef use_tioctl4533 void use_tioctl(
4455 #undef use_tioctl4456 void use_tioctl(
265 use_tioctl.3x use_tioctl.3ncurses
111 use_tioctl(3X) curs_util(3X)
829 extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */1091 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */
2707 + modify "-T" option of clear and tput to call use_tioctl() to obtain3209 + modify _nc_get_screensize to allow for use_env() and use_tioctl()3213 + move SCREEN field for use_tioctl() data before the ncursesw fields,3217 use_tioctl() versus first trace calls.5091 + extend use_tioctl() to have expected behavior when use_env(FALSE) and5092 use_tioctl(TRUE) are called.5094 use_env() versus use_tioctl().5097 + add use_tioctl() function (adapted from patch by Werner Fink,
1681 + use_tioctl is an improvement over use_env