Lines Matching full:pair

80 \fBint attr_get(attr_t *\fIattrs\fP, short *\fIpair\fP, void *\fIopts\fP);
81 \fBint wattr_get(WINDOW *\fIwin\fP, attr_t *\fIattrs\fP, short *\fIpair\fP,\fR \fPvoid *\fIopts\fP);
82 \fBint attr_set(attr_t \fIattrs\fP, short \fIpair\fP, void *\fIopts\fP);
83 \fBint wattr_set(WINDOW *\fIwin\fP, attr_t \fIattrs\fP, short \fIpair\fP, void *\fIopts\fP);
97 \fBint chgat(int \fIn\fP, attr_t \fIattr\fP, short \fIpair\fP,\fR \fPconst void *\fIopts\fP);
99 \fBint \fIn\fB, attr_t \fIattr\fB,\fR \fBshort \fIpair\fB, const void *\fIopts\fB);\fR
101 \fBint \fIn\fB, attr_t \fIattr\fB, short \fIpair\fB, const void *\fIopts\fB);\fR
103 \fBint \fIn\fB, attr_t \fIattr\fB, short \fIpair\fB, const void *\fIopts\fB);\fR
105 \fBint color_set(short \fIpair\fB, void* \fIopts\fB);\fR
106 \fBint wcolor_set(WINDOW *\fIwin\fB, short \fIpair\fB,\fR \fBvoid* \fIopts\fP);\fR
140 of the given window to \fIattrs\fP, with color specified by \fIpair\fP.
172 attrset(A_BOLD | COLOR_PAIR(\fIpair\fP));
173 attr_set(A_BOLD, \fIpair\fP, NULL);
184 The \fBPAIR_NUMBER\fP macro extracts a pair number from an \fBint\fP
221 the color \fIpair\fP argument is a color pair index
226 foreground/background combination described by the color \fIpair\fP parameter.
240 might be combined with a color pair.
305 returns an error if the color pair parameter
309 used for retrieving attribute or color pair values is \fBNULL\fP.
325 Color pair values can only be OR'd with attributes if the pair
327 The alternate functions such as \fBcolor_set\fP can pass a color pair
347 have a color pair parameter to support \fIextended color pairs\fP:
352 and used to set the color pair instead of the \fBshort\fP \fIpair\fP parameter.
357 and used to retrieve the color pair as an \fBint\fP value,
420 X/Open Curses specifies that each pair of corresponding \fBA_\fP
437 Because \fI\%ncurses\fP's \fBattr_t\fP can hold a color pair
444 If the color pair information in the attribute parameter is zero,