Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/tests/
Dconftest.py234 def _contains(self, attr, expected): argument
239 def _matches(self, attr, expected): argument
/scripts/kconfig/
Dnconf.gui.c38 int *attr; member
107 int attr = p->highlight; in set_colors() local
/scripts/kconfig/lxdialog/
Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()