summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch07.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch07.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch07.t')
-rw-r--r--doc/posix1003.1/ch07.t122
1 files changed, 112 insertions, 10 deletions
diff --git a/doc/posix1003.1/ch07.t b/doc/posix1003.1/ch07.t
index 1e6f797ce2..ef9236c33d 100644
--- a/doc/posix1003.1/ch07.t
+++ b/doc/posix1003.1/ch07.t
@@ -26,10 +26,36 @@
@subsubsection Noncanonical Mode Input Processing
+@lowersections
+
+@subsubsection Case A --- MIN > 0 and TIME > 0
+
+@subsubsection Case B --- MIN > 0 and TIME = 0
+
+@subsubsection Case C --- MIN = 0 and TIME > 0
+
+@subsubsection Case D --- MIN = 0 and TIME = 0
+
+@raisesections
+
@subsubsection Writing Data and Output Processing
@subsubsection Special Characters
+@example
+INTR, Constant,
+QUIT, Constant,
+ERASE, Constant,
+KILL, Constant,
+EOF, Constant,
+NL, Constant,
+EOL, Constant,
+SUSP, Constant,
+STOP, Constant,
+START, Constant,
+CR, Constant,
+@end example
+
@subsubsection Modem Disconnect
@subsubsection Closing a Terminal Device File
@@ -39,21 +65,100 @@
@subsubsection @code{termios} Structure
@example
+tcflag_t, Type,
+cc_t, Type,
struct termios, Type, Partial Implementation
@end example
@subsubsection Input Modes
+@example
+BRKINT, Constant,
+ICRNL, Constant,
+IGNBREAK, Constant,
+IGNCR, Constant,
+IGNPAR, Constant,
+INLCR, Constant,
+INPCK, Constant,
+ISTRIP, Constant,
+IXOFF, Constant,
+IXON, Constant,
+PARMRK, Constant,
+@end example
+
@subsubsection Output Modes
+@example
+OPOST, Constant,
+@end example
+
@subsubsection Control Modes
+@example
+CLOCKAL, Constant,
+CREAD, Constant,
+CSIZE, Constant,
+CS5, Constant,
+CS6, Constant,
+CS7, Constant,
+CS8, Constant,
+CSTOPB, Constant,
+HUPCL, Constant,
+PARENB, Constant,
+PARODD, Constant,
+@end example
+
@subsubsection Local Modes
+@example
+ECHO, Constant,
+ECHOE, Constant,
+ECHOK, Constant,
+ECHONL, Constant,
+ICANON, Constant,
+IEXTEN, Constant,
+ISIG, Constant,
+NOFLSH, Constant,
+TOSTOP, Constant,
+@end example
+
@subsubsection Special Control Characters
+@example
+VEOF, Constant,
+VEOL, Constant,
+VERASE, Constant,
+VINTR, Constant,
+VKILL, Constant,
+VQUIT, Constant,
+VSUSP, Constant,
+VSTART, Constant,
+VSTOP, Constant,
+VMIN, Constant,
+VTIME, Constant,
+@end example
+
@subsection Baud Rate Values
+@example
+B0, Constant,
+B50, Constant,
+B75, Constant,
+B110, Constant,
+B134, Constant,
+B150, Constant,
+B200, Constant,
+B300, Constant,
+B600, Constant,
+B1200, Constant,
+B1800, Constant,
+B2400, Constant,
+B4800, Constant,
+B9600, Constant,
+B19200, Constant,
+B38400, Constant,
+@end example
+
@subsubsection Baud Rate Functions
@example
@@ -61,18 +166,15 @@ cfgetospeed(), Function, Unimplemented
cfsetospeed(), Function, Unimplemented
cfgetispeed(), Function, Unimplemented
cfsetispeed(), Function, Unimplemented
+TCIFLUSH, Constant,
+TCOFLUSH, Constant,
+TCIOFLUSH, Constant,
+TCOOFF, Constant,
+TCOON, Constant,
+TCIOOFF, Constant,
+TCIOON, Constant,
@end example
-@subsubsection Synopsis
-
-@subsubsection Description
-
-@subsubsection Returns
-
-@subsubsection Errors
-
-@subsubsection Cross-References
-
@section General Terminal Interface Control Functions
@subsection Get and Set State