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.c2224 NCURSES_SP_NAME(_nc_screen_wrap) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
2258 _nc_screen_wrap(void) in _nc_screen_wrap() function
2260 NCURSES_SP_NAME(_nc_screen_wrap) (CURRENT_SCREEN); in _nc_screen_wrap() local
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2031 extern NCURSES_EXPORT(void) _nc_screen_wrap (void);
2617 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-lncursestw3136 #undef _nc_screen_wrap
3137 void _nc_screen_wrap(void)
H A Dllib-lncursesw3127 #undef _nc_screen_wrap
3128 void _nc_screen_wrap(void)
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c669 NCURSES_SP_NAME(_nc_screen_wrap) (sp); in drv_wrap() local
/freebsd/contrib/ncurses/
H A DNEWS3481 special case used in _nc_screen_wrap (report by Dick Streefland,
11516 + modify _nc_screen_wrap() so that when exiting curses mode with
13753 function and screen cleanup (i.e., color) into _nc_screen_wrap()
13756 _nc_screen_wrap().