#include <curses.h>#include "curspriv.h"Include dependency graph for setterm.c:

Go to the source code of this file.
Functions | |
| _PROTOTYPE (static void ttysetflags,(void)) | |
| static void | ttysetflags () |
| void | raw () |
| void | noraw () |
| void | echo () |
| void | noecho () |
| void | nl () |
| void | nonl () |
| void | cbreak () |
| void | nocbreak () |
|
||||||||||||
|
|
|
|
Definition at line 66 of file setterm.c. References _cursvar, cursv::cbrkmode, TRUE, and ttysetflags(). |
|
|
Definition at line 42 of file setterm.c. References _cursvar, cursv::echoit, TRUE, and ttysetflags(). |
|
|
Definition at line 54 of file setterm.c. References FALSE, NONL, and ttysetflags(). |
|
|
Definition at line 72 of file setterm.c. References _cursvar, cursv::cbrkmode, FALSE, and ttysetflags(). |
|
|
Definition at line 48 of file setterm.c. References _cursvar, cursv::echoit, FALSE, and ttysetflags(). |
|
|
Definition at line 60 of file setterm.c. References NONL, TRUE, and ttysetflags(). |
|
|
Definition at line 36 of file setterm.c. References _cursvar, FALSE, cursv::rawmode, and ttysetflags(). |
|
|
Definition at line 30 of file setterm.c. References _cursvar, cursv::rawmode, TRUE, and ttysetflags(). |
|
|
Definition at line 6 of file setterm.c. References _cursvar, _tty, termios::c_iflag, termios::c_lflag, termios::c_oflag, cursv::cbrkmode, ECHO, cursv::echoit, ECHONL, ICANON, ICRNL, IEXTEN, ISIG, IXON, NONL, OPOST, cursv::rawmode, TCSANOW, and tcsetattr. Referenced by cbreak(), echo(), nl(), nocbreak(), noecho(), nonl(), noraw(), and raw(). |
1.4.6