Lines Matching full:pair
60 \fBint free_pair(int \fIpair\fP);
64 They permit an application to dynamically allocate a color pair using
65 the foreground/background colors rather than assign a fixed color pair number,
66 and return an unused pair to the pool.
75 That is, the foreground and background colors are applied as a pair.
118 checks if that color combination is already associated with a color pair.
121 \fBalloc_pair\fP returns the existing pair.
124 \fBalloc_pair\fP allocates a new color pair and returns that.
127 allocated entry using \fBfree_pair\fP and allocates a new color pair.
138 checks if that color combination is already associated with a color pair,
139 returning the pair number if it has been allocated.
142 Marks the given color pair as unused,
143 i.e., like color pair 0.
145 The \fBalloc_pair\fP function returns a color pair number in the range
147 its fast index to the color pair values, preventing it from allocating
148 a color pair.
151 The \fBfind_pair\fP function returns a color pair number if the
152 given color combination has been associated with a color pair,
156 error updating the fast index or if no such color pair is in use.