Lines Matching defs:opts
53 attr_get(attr_t *attr, short *pair, void *opts)
55 return wattr_get(stdscr, attr, pair, opts);
64 attr_on(attr_t attr, void *opts)
66 return wattr_on(stdscr, attr, opts);
75 attr_off(attr_t attr, void *opts)
77 return wattr_off(stdscr, attr, opts);
86 attr_set(attr_t attr, short pair, void *opts)
88 return wattr_set(stdscr, attr, pair, opts);
97 color_set(short pair, void *opts)
99 return wcolor_set(stdscr, pair, opts);
144 wattr_get(WINDOW *win, attr_t *attr, short *pair, void *opts)
167 wattr_on(WINDOW *win, attr_t attr, void *opts)
169 if (__predict_false(opts != NULL))
183 wattr_off(WINDOW *win, attr_t attr, void *opts)
185 if (__predict_false(opts != NULL))
197 wattr_set(WINDOW *win, attr_t attr, short pair, void *opts)
202 if (__predict_false(opts != NULL))
222 wcolor_set(WINDOW *win, short pair, void *opts)
226 if (__predict_false(opts != NULL))