Searched defs:attr (Results 1 – 3 of 3) sorted by relevance
234 def _contains(self, attr, expected): argument239 def _matches(self, attr, expected): argument
38 int *attr; member107 int attr = p->highlight; in set_colors() local
229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()