Searched defs:color_pair (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | attr.c | 202 int wcolor_set(WINDOW *win, short color_pair, void *opts) in wcolor_set() 214 int color_set(short color_pair, void *opts) in color_set() 221 int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair, void *opts) in wattr_get() 237 int attr_get(attr_t *attrs, short *color_pair, void *opts) in attr_get() 272 int wattr_set(WINDOW *win, attr_t attrs, short color_pair, void *opts) in wattr_set() 284 int attr_set(attr_t attrs, short color_pair, void *opts) in attr_set()
|
H A D | util.c | 131 short *color_pair, void *opts) in getcchar() 155 short color_pair, const void *opts) in setcchar()
|
H A D | terminfo.c | 75 int vid_attr(attr_t attr, short color_pair, void *opt) in vid_attr() 89 int vid_puts(attr_t attr, short color_pair, void *opt, int (*putfunc)(int)) in vid_puts()
|
H A D | slk.c | 379 int slk_color(short color_pair) in slk_color() 391 int slk_attr_set(const attr_t attrs, short color_pair, void *opts) in slk_attr_set()
|