Searched defs:cbreak (Results 1 - 3 of 3) sorted by relevance
/osnet-11/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",
|
/osnet-11/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));
|
/osnet-11/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
|
Completed in 26 milliseconds