Searched refs:nocbreak (Results 1 – 19 of 19) sorted by relevance
83 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_ARG); in NCURSES_EXPORT() local86 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
276 NCURSES_SP_NAME(nocbreak) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument311 nocbreak(void) in nocbreak() function313 return NCURSES_SP_NAME(nocbreak) (CURRENT_SCREEN); in nocbreak()
227 nocbreak.3x nocbreak.3ncurses
79 nocbreak(3X) curs_inopts(3X)
295 "nocbreak" @199 NONAME
220 "nocbreak" @199 NONAME ; implemented
681 #undef nocbreak682 int nocbreak(void)
659 #undef nocbreak660 int nocbreak(void)
727 #undef nocbreak728 int nocbreak(void)
705 #undef nocbreak706 int nocbreak(void)
3443 #undef nocbreak3444 int nocbreak(void)
3388 #undef nocbreak3389 int nocbreak(void)
4404 #undef nocbreak4405 int nocbreak(void)
4349 #undef nocbreak4350 int nocbreak(void)
632 curs_inopts.3 nocbreak.3 \
761 extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */1055 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */1207 #define nocrmode() nocbreak()
3612 report_return(nocbreak()); in cmd_nocbreak()
760 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
4815 when both nocbreak() and nodelay() are set, for instance (report by13451 SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.15461 * The docs say that echo() and nocbreak() are mutually exclusive.