Searched refs:crmode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/games/warp/
H A Dsig.c65 crmode();
H A Dterm.h207 #define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUSH,&_tty)) macro
221 #define crmode() ((bizarre=1),_tty.sg_flags |= CBREAK, stty(_tty_ch,&_tty)) macro
H A Dintrp.c374 crmode();
564 crmode();
H A Dterm.c292 crmode();
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dex1.c127 crmode(); /* We want cbreak mode */
/netbsd-current/lib/libcurses/
H A Dcurses.h93 #define crmode() cbreak() macro

Completed in 89 milliseconds