Home
last modified time | relevance | path

Searched refs:def_prog_mode (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c100 NCURSES_SP_NAME(def_prog_mode) (CURRENT_SCREEN); in NCURSES_EXPORT() local
102 def_prog_mode(); in NCURSES_EXPORT()
H A Dlib_set_term.c680 NCURSES_SP_NAME(def_prog_mode) (NCURSES_SP_ARG); in NCURSES_SP_NAME() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c181 NCURSES_SP_NAME(def_prog_mode) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
212 def_prog_mode(void) in def_prog_mode() function
214 return NCURSES_SP_NAME(def_prog_mode) (CURRENT_SCREEN); in def_prog_mode()
H A Dlib_setup.c831 NCURSES_SP_NAME(def_prog_mode) (NCURSES_SP_ARG); in TINFO_SETUP_TERM() local
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c166 NCURSES_SP_NAME(def_prog_mode) (NCURSES_SP_ARG); in handle_SIGTSTP() local
/freebsd/contrib/ncurses/misc/
H A Dncurses.def177 "def_prog_mode" @39 NONAME
H A Dncurses.ref60 "def_prog_mode" @39 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfo1204 #undef def_prog_mode
1205 int def_prog_mode(void)
H A Dllib-ltinfot1305 #undef def_prog_mode
1306 int def_prog_mode(void)
H A Dllib-ltinfow1237 #undef def_prog_mode
1238 int def_prog_mode(void)
H A Dllib-ltinfotw1338 #undef def_prog_mode
1339 int def_prog_mode(void)
H A Dllib-lncurses3933 #undef def_prog_mode
3934 int def_prog_mode(void)
H A Dllib-lncursest4043 #undef def_prog_mode
4044 int def_prog_mode(void)
H A Dllib-lncursestw5003 #undef def_prog_mode
5004 int def_prog_mode(void)
H A Dllib-lncursesw4893 #undef def_prog_mode
4894 int def_prog_mode(void)
/freebsd/lib/ncurses/tinfo/
H A DMakefile667 curs_kernel.3 def_prog_mode.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in593 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
955 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */
1129 #define saveterm() def_prog_mode()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c1988 report_return(def_prog_mode()); in cmd_def_prog_mode()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc809 def_prog_mode(); /* save current tty modes */
848 def_shell_mode and def_prog_mode on each tty yourself.
/freebsd/contrib/ncurses/
H A DINSTALL1456 A few applications required change, e.g., to use def_prog_mode;
H A DNEWS1938 rather than using def_prog_mode().
5872 def_shell_mode(), def_prog_mode()
8359 def_prog_mode() when an application calls more than one function,
9375 + move calls to def_shell_mode() and def_prog_mode() before loop with
10901 + suppress a call to def_prog_mode() in the SIGTSTP handler if the