Searched defs:cbreak (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | cbreak.c | 52 cbreak(void) function 56 * in cbreak mode and now it does. Therefore, most programs when they 57 * call cbreak won't pay for it since we'll know we're in the right 64 * You might ask why ICRNL has anything to do with cbreak. 74 * only gets solved if you are in cbreak mode which is OK 76 * in cbreak because who would expect someone to press a function 91 fprintf(outf, "cbreak(), file %x, flags %x\n", 95 fprintf(outf, "cbreak(), file %x, flags %x\n",
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 30 * cbreak.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/cbreak.c 1.2 1995/06/19 16:11:50 ant Exp $"; 47 cbreak() function 50 __m_trace("cbreak(void)"); 59 return __m_return_code("cbreak", __m_tty_set(&cur_term->_prog));
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 32 * cbreak.c 44 "libxcurses/src/libc/xcurses/rcs/cbreak.c 1.5 1998/06/04 19:55:47 " 52 cbreak(void) function
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 165 #define cbreak() (_tty.sg_flags |= CBREAK, _rawmode = TRUE, \ macro 169 #define crmode() cbreak() /* backwards compatability */
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 146 cbreak.3curses \ 747 cbreak.3curses := LINKSRC = curs_inopts.3curses
|
Completed in 2013 milliseconds