Searched refs:attrs (Results 1 – 3 of 3) sorted by relevance
| /scripts/ |
| A D | bpf_doc.py | 61 def __init__(self, proto='', desc='', ret='', attrs=[]): argument 63 self.attrs = attrs 94 d["attrs"] = self.attrs 134 attrs = self.parse_attrs(proto) 135 return Helper(proto=proto, desc=desc, ret=ret, attrs=attrs) 227 attrs = capture.group(1).split(' ') 228 for attr in attrs: 236 return attrs 837 for attr in helper.attrs: 889 if helper.attrs: [all …]
|
| /scripts/kconfig/ |
| A D | nconf.h | 73 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs);
|
| A D | nconf.gui.c | 121 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle() argument 123 wattrset(win, attrs); in print_in_middle()
|
Completed in 5 milliseconds