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

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

Completed in 3 milliseconds