Searched refs:tty_cbreak (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c204 /* The terminal attributes before calling tty_cbreak */
209 /* tty_cbreak: Sets terminal to cbreak mode. Also known as noncanonical mode.
218 int tty_cbreak(int fd){ function
288 * PRE: tty_cbreak must have already been called.
323 val = tty_cbreak (STDIN_FILENO);

Completed in 80 milliseconds