Searched refs:noraw (Results 1 – 21 of 21) sorted by relevance
81 NCURSES_SP_NAME(noraw) (NCURSES_SP_ARG); in NCURSES_EXPORT() local87 NCURSES_SP_NAME(noraw) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
221 NCURSES_SP_NAME(noraw) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument269 noraw(void) in noraw() function271 return NCURSES_SP_NAME(noraw) (CURRENT_SCREEN); in noraw()
228 extern void noraw P_((void));
2706 noraw() /* set to normal character read mode */ in noraw() function
3106 noraw(); in sh_command()
300 "noraw" @204 NONAME
225 "noraw" @204 NONAME ; implemented
672 #undef noraw673 int noraw(void)
650 #undef noraw651 int noraw(void)
718 #undef noraw719 int noraw(void)
696 #undef noraw697 int noraw(void)
3434 #undef noraw3435 int noraw(void)
3379 #undef noraw3380 int noraw(void)
4395 #undef noraw4396 int noraw(void)
4340 #undef noraw4341 int noraw(void)
636 curs_inopts.3 noraw.3 \
766 extern NCURSES_EXPORT(int) noraw (void); /* implemented */1059 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */
202 * modify test/test_mouse.c to use curses api for raw/noraw
72 + modify test/test_mouse.c to use curses api for raw/noraw.11770 + modify raw() and noraw() to clear/restore IEXTEN flag which affects14385 + add a missing noraw() to test/ncurses.c (places noted by Jeremy14803 + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)15463 occurs. Should it continue to do so? How about echo() and noraw()?
3683 report_return(noraw()); in cmd_noraw()
760 If you find yourself thinking you need to use noraw() or nocbreak(),762 getstr() or one of its relatives to simulate cooked mode. The noraw()