Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dbpf_doc.py61 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 Dnconf.h73 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs);
A Dnconf.gui.c121 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 7 milliseconds