summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch07.t
blob: 1e6f797ce2643a4bbfe6bce97a0fe5b2c32290a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Device- and Class-Specific Functions

@section General Terminal Interface

@subsection Interface Characteristics

@subsubsection Opening a Terminal Device File

@subsubsection Process Groups (TTY)

@subsubsection The Controlling Terminal

@subsubsection Terminal Access Control

@subsubsection Input Processing and Reading Data

@subsubsection Canonical Mode Input Processing

@subsubsection Noncanonical Mode Input Processing

@subsubsection Writing Data and Output Processing

@subsubsection Special Characters

@subsubsection Modem Disconnect

@subsubsection Closing a Terminal Device File

@subsection Parameters That Can Be Set

@subsubsection @code{termios} Structure

@example
struct termios, Type, Partial Implementation
@end example

@subsubsection Input Modes

@subsubsection Output Modes

@subsubsection Control Modes

@subsubsection Local Modes

@subsubsection Special Control Characters

@subsection Baud Rate Values

@subsubsection Baud Rate Functions

@example
cfgetospeed(), Function, Unimplemented
cfsetospeed(), Function, Unimplemented
cfgetispeed(), Function, Unimplemented
cfsetispeed(), Function, Unimplemented
@end example

@subsubsection Synopsis

@subsubsection Description

@subsubsection Returns

@subsubsection Errors

@subsubsection Cross-References

@section General Terminal Interface Control Functions

@subsection Get and Set State

@example
tcgetattr(), Function, Implemented
tcsetattr(), Function, Implemented
@end example

@subsection Line Control Functions

@example
tcsendbreak(), Function, Unimplemented
tcdrain(), Function, Unimplemented
tcflush(), Function, Unimplemented
tcflow(), Function, Unimplemented
@end example

@subsection Get Foreground Process Group ID

@example
tcgetprgrp(), Function, Unimplemented
@end example

@subsection Set Foreground Process Group ID

@example
tcsetprgrp(), Function, Unimplemented
@end example