Searched defs:nocbreak (Results 1 – 4 of 4) sorted by relevance
46 nocbreak(void) in nocbreak() function
61 nocbreak() in nocbreak() function
62 nocbreak(void) in nocbreak() function
165 #define nocbreak() (_tty.sg_flags &= ~CBREAK, _rawmode = FALSE, \ macro