Home
last modified time | relevance | path

Searched refs:nocbreak (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_restart.c83 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
86 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c276 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
311 nocbreak(void) in nocbreak() function
313 return NCURSES_SP_NAME(nocbreak) (CURRENT_SCREEN); in nocbreak()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in227 nocbreak.3x nocbreak.3ncurses
H A Dmanhtml.aliases79 nocbreak(3X) curs_inopts(3X)
/freebsd/contrib/ncurses/misc/
H A Dncurses.def295 "nocbreak" @199 NONAME
H A Dncurses.ref220 "nocbreak" @199 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow681 #undef nocbreak
682 int nocbreak(void)
H A Dllib-ltinfo659 #undef nocbreak
660 int nocbreak(void)
H A Dllib-ltinfotw727 #undef nocbreak
728 int nocbreak(void)
H A Dllib-ltinfot705 #undef nocbreak
706 int nocbreak(void)
H A Dllib-lncursest3443 #undef nocbreak
3444 int nocbreak(void)
H A Dllib-lncurses3388 #undef nocbreak
3389 int nocbreak(void)
H A Dllib-lncursestw4404 #undef nocbreak
4405 int nocbreak(void)
H A Dllib-lncursesw4349 #undef nocbreak
4350 int nocbreak(void)
/freebsd/lib/ncurses/tinfo/
H A DMakefile632 curs_inopts.3 nocbreak.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in761 extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */
1055 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */
1207 #define nocrmode() nocbreak()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3612 report_return(nocbreak()); in cmd_nocbreak()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc760 If you find yourself thinking you need to use noraw() or nocbreak(),
763 and nocbreak() functions try to restore cooked mode, but they may end
/freebsd/contrib/ncurses/
H A DNEWS4815 when both nocbreak() and nodelay() are set, for instance (report by
13451 SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
15461 * The docs say that echo() and nocbreak() are mutually exclusive.