HomeSort by: relevance | last modified time | path
    Searched refs:crmode (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
sig.c 65 crmode();
intrp.c 374 crmode();
564 crmode();
term.h 207 #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
term.c 292 crmode();
  /src/lib/libcurses/EXAMPLES/
ex1.c 127 crmode(); /* We want cbreak mode */
  /src/lib/libcurses/
curses.h 93 #define crmode() cbreak() macro

Completed in 16 milliseconds