Home
last modified time | relevance | path

Searched refs:use_env (Results 1 – 22 of 22) sorted by relevance

/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c226 NCURSES_SP_NAME(use_env) (NCURSES_SP_DCLx bool f) in use_env() function
235 _nc_prescreen.use_env = f; in use_env()
257 use_env(bool f) in use_env() function
261 _nc_prescreen.use_env = f; in use_env()
489 bool useEnv = _nc_prescreen.use_env; in _nc_get_screensize()
1150 sp->_use_env = _nc_prescreen.use_env; in new_prescr()
H A Dtinfo_driver.c432 useEnv = _nc_prescreen.use_env; in drv_size()
/src/contrib/ncurses/progs/
H A Dclear.c83 use_env(FALSE); in main()
H A Dtput.c419 use_env(FALSE); in main()
/src/contrib/ncurses/ncurses/
H A Dterm.priv.h324 bool use_env; member
H A Dllib-ltinfo766 #undef use_env
767 void use_env(
H A Dllib-ltinfow788 #undef use_env
789 void use_env(
H A Dllib-ltinfot834 #undef use_env
835 void use_env(
H A Dllib-ltinfotw856 #undef use_env
857 void use_env(
H A Dllib-lncurses3495 #undef use_env
3496 void use_env(
H A Dllib-lncursest3572 #undef use_env
3573 void use_env(
H A Dllib-lncursesw4456 #undef use_env
4457 void use_env(
H A Dllib-lncursestw4533 #undef use_env
4534 void use_env(
/src/contrib/ncurses/man/
H A Dman_db.renames.in279 use_env.3x use_env.3ncurses
H A Dmanhtml.aliases126 use_env(3X) curs_util(3X)
/src/contrib/ncurses/misc/
H A Dncurses.def382 "use_env" @268 NONAME
H A Dncurses.ref289 "use_env" @268 NONAME ; implemented
/src/lib/ncurses/tinfo/
H A DMakefile936 curs_util.3 use_env.3 \
/src/contrib/ncurses/include/
H A Dcurses.h.in831 extern NCURSES_EXPORT(void) use_env (bool); /* implemented */
1093 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */
/src/contrib/ncurses/
H A DNEWS3191 + it lacks the use_env() function.
3778 + modify _nc_get_screensize to allow for use_env() and use_tioctl()
3785 + correct order of initialization for traces in use_env() and
5126 it lacks some common functions such as use_env() which is not yet
5660 + extend use_tioctl() to have expected behavior when use_env(FALSE) and
5663 use_env() versus use_tioctl().
6266 + improve trace initialization by starting it in use_env() and
16171 * added use_env().
H A DINSTALL1716 + use_tioctl is an improvement over use_env
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc629 before initscr (slk_init(), filter(), ripoffline(), use_env(),