Home
last modified time | relevance | path

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

/netbsd-src/games/warp/
H A Dterm.h206 #define noraw() ((bizarre=1),_tty.c_lflag |= ISIG,_tty.c_cc[VEOF] = CEOF,tcsetattr(_tty_ch,TCSAFLUS… macro
220 #define noraw() ((bizarre=1),_tty.sg_flags&=~RAW,stty(_tty_ch,&_tty)) macro
/netbsd-src/lib/libcurses/
H A Dtty.c193 noraw(void) in noraw() function