Home
last modified time | relevance | path

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

/scripts/kconfig/tests/
Dconftest.py230 def _contains(self, attr, expected): argument
235 def _matches(self, attr, expected): argument
/scripts/kconfig/
Dnconf.gui.c71 #define mkattr(name, attr) do { \ in normal_color_theme() argument
103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() argument
/scripts/kconfig/lxdialog/
Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()