Home
last modified time | relevance | path

Searched refs:use_tioctl (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c241 NCURSES_SP_NAME(use_tioctl) (NCURSES_SP_DCLx bool f) in NCURSES_SP_NAME() argument
247 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() function
270 _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()
H A Dtinfo_driver.c429 useTioctl = sp->use_tioctl; in drv_size()
432 useTioctl = _nc_prescreen.use_tioctl; in drv_size()
/freebsd/contrib/ncurses/progs/
H A Dclear.c84 use_tioctl(TRUE); in main()
H A Dtput.c406 use_tioctl(TRUE); in main()
/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c184 show_SPFUNC(SCREEN, use_tioctl); in main()
254 show_offset(NCURSES_PRESCREEN, use_tioctl); in main()
H A Dterm.priv.h329 bool use_tioctl; member
H A Dllib-ltinfow787 #undef use_tioctl
788 void use_tioctl(
H A Dllib-ltinfo765 #undef use_tioctl
766 void use_tioctl(
H A Dllib-ltinfotw855 #undef use_tioctl
856 void use_tioctl(
H A Dllib-ltinfot833 #undef use_tioctl
834 void use_tioctl(
H A Dllib-lncursest3571 #undef use_tioctl
3572 void use_tioctl(
H A Dllib-lncurses3494 #undef use_tioctl
3495 void use_tioctl(
H A Dcurses.priv.h1219 bool use_tioctl; member
H A Dllib-lncursestw4532 #undef use_tioctl
4533 void use_tioctl(
H A Dllib-lncursesw4455 #undef use_tioctl
4456 void use_tioctl(
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in265 use_tioctl.3x use_tioctl.3ncurses
H A Dmanhtml.aliases111 use_tioctl(3X) curs_util(3X)
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in829 extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */
1091 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/
H A DNEWS2707 + modify "-T" option of clear and tput to call use_tioctl() to obtain
3209 + 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) and
5092 use_tioctl(TRUE) are called.
5094 use_env() versus use_tioctl().
5097 + add use_tioctl() function (adapted from patch by Werner Fink,
H A DINSTALL1681 + use_tioctl is an improvement over use_env