Searched refs:attr (Results 1 – 5 of 5) sorted by relevance
| /scripts/kconfig/tests/ |
| A D | conftest.py | 230 def _contains(self, attr, expected): argument 232 lambda s, e: getattr(s, attr).find(e) >= 0, 235 def _matches(self, attr, expected): argument 236 return self._read_and_compare(lambda s, e: getattr(s, attr) == e,
|
| /scripts/kconfig/ |
| A D | nconf.gui.c | 72 #define mkattr(name, attr) do { \ in normal_color_theme() argument 73 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 104 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() argument
|
| /scripts/ |
| A D | checkpatch.pl | 6495 my $attr = $1; 6496 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden… 6499 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ && 6502 ($ptr !~ /\b(union|struct)\s+$attr\b/ && 6506 …attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin… 6513 my $attr = $1; 6514 $attr =~ /($InitAttributePrefix)(.*)/; 6527 my $attr = $1; 6720 my $attr = $1; 6721 $attr =~ s/\s*\(\s*(.*)\)\s*/$1/; [all …]
|
| /scripts/kconfig/lxdialog/ |
| A D | dialog.h | 202 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
| A D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument 233 wattrset(win, attr); in attr_clear()
|
Completed in 20 milliseconds