Home
last modified time | relevance | path

Searched defs:crmode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/warp/
H A Dterm.h207 #define crmode() ((bizarre=1),_tty.c_lflag &=~ICANON,_tty.c_cc[VMIN] = 1,tcsetattr(_tty_ch,TCSAFLUS… macro
221 #define crmode() ((bizarre=1),_tty.sg_flags |= CBREAK, stty(_tty_ch,&_tty)) macro
/netbsd-src/lib/libcurses/
H A Dcurses.h93 #define crmode() cbreak() macro