Home
last modified time | relevance | path

Searched refs:_nc_screen_wrap (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_endwin.c66 _nc_screen_wrap(); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def104 "_nc_screen_wrap" @144 NONAME
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c2232 NCURSES_SP_NAME(_nc_screen_wrap) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
2266 _nc_screen_wrap(void) in _nc_screen_wrap() function
2268 NCURSES_SP_NAME(_nc_screen_wrap) (CURRENT_SCREEN); in _nc_screen_wrap() local
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2097 extern NCURSES_EXPORT(void) _nc_screen_wrap (void);
2692 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_wrap)(SCREEN*);
H A Dllib-lncursest2544 #undef _nc_screen_wrap
2545 void _nc_screen_wrap(void)
H A Dllib-lncurses2535 #undef _nc_screen_wrap
2536 void _nc_screen_wrap(void)
H A Dllib-lncursestw3142 #undef _nc_screen_wrap
3143 void _nc_screen_wrap(void)
H A Dllib-lncursesw3133 #undef _nc_screen_wrap
3134 void _nc_screen_wrap(void)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c681 NCURSES_SP_NAME(_nc_screen_wrap) (sp); in drv_wrap() local
/freebsd/contrib/ncurses/
H A DNEWS4050 special case used in _nc_screen_wrap (report by Dick Streefland,
12085 + modify _nc_screen_wrap() so that when exiting curses mode with
14322 function and screen cleanup (i.e., color) into _nc_screen_wrap()
14325 _nc_screen_wrap().