Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_restart.c81 NCURSES_SP_NAME(noraw) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
87 NCURSES_SP_NAME(noraw) (NCURSES_SP_ARG); in NCURSES_EXPORT() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c221 NCURSES_SP_NAME(noraw) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
269 noraw(void) in noraw() function
271 return NCURSES_SP_NAME(noraw) (CURRENT_SCREEN); in noraw()
/freebsd/contrib/ee/
H A Dnew_curse.h228 extern void noraw P_((void));
H A Dnew_curse.c2706 noraw() /* set to normal character read mode */ in noraw() function
H A Dee.c3106 noraw(); in sh_command()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def300 "noraw" @204 NONAME
H A Dncurses.ref225 "noraw" @204 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow672 #undef noraw
673 int noraw(void)
H A Dllib-ltinfo650 #undef noraw
651 int noraw(void)
H A Dllib-ltinfotw718 #undef noraw
719 int noraw(void)
H A Dllib-ltinfot696 #undef noraw
697 int noraw(void)
H A Dllib-lncursest3434 #undef noraw
3435 int noraw(void)
H A Dllib-lncurses3379 #undef noraw
3380 int noraw(void)
H A Dllib-lncursestw4395 #undef noraw
4396 int noraw(void)
H A Dllib-lncursesw4340 #undef noraw
4341 int noraw(void)
/freebsd/lib/ncurses/tinfo/
H A DMakefile636 curs_inopts.3 noraw.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in766 extern NCURSES_EXPORT(int) noraw (void); /* implemented */
1059 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */
/freebsd/contrib/ncurses/
H A DANNOUNCE202 * modify test/test_mouse.c to use curses api for raw/noraw
H A DNEWS72 + modify test/test_mouse.c to use curses api for raw/noraw.
11770 + modify raw() and noraw() to clear/restore IEXTEN flag which affects
14385 + add a missing noraw() to test/ncurses.c (places noted by Jeremy
14803 + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
15463 occurs. Should it continue to do so? How about echo() and noraw()?
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3683 report_return(noraw()); in cmd_noraw()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc760 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()