Lines Matching defs:attr
117 slk_attron(const chtype attr) in slk_attron()
129 slk_attr_on(const attr_t attr, void *opt) in slk_attr_on()
141 slk_attroff(const chtype attr) in slk_attroff()
153 slk_attr_off(const attr_t attr, void *opt) in slk_attr_off()
165 slk_attrset(const chtype attr) in slk_attrset()
177 slk_attr_set(const attr_t attr, short pair, void *opt) in slk_attr_set()
296 __slk_attron(SCREEN *screen, const chtype attr) in __slk_attron()
310 __slk_attr_on(SCREEN *screen, const attr_t attr, void *opt) in __slk_attr_on()
324 __slk_attroff(SCREEN *screen, const chtype attr) in __slk_attroff()
338 __slk_attr_off(SCREEN *screen, const attr_t attr, void *opt) in __slk_attr_off()
352 __slk_attrset(SCREEN *screen, const chtype attr) in __slk_attrset()
366 __slk_attr_set(SCREEN *screen, const attr_t attr, short pair, void *opt) in __slk_attr_set()