Searched refs:lines (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | menuconfig.py | 1970 lines = text.split("\n") 1972 win_height = min(len(lines) + 4, screen_height) 1973 win_width = min(max(len(line) for line in lines) + 4, screen_width) 2393 lines = _info_str(node).split("\n") 2399 _draw_info_dialog(node, lines, scroll, top_line_win, text_win, 2410 if scroll < _max_scroll(lines, text_win): 2414 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win)) 2420 scroll = _max_scroll(lines, text_win) 2478 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument 2491 for i, line in enumerate(lines[scroll:scroll + text_win_height]): [all …]
|
| D | kconfiglib.py | 3347 lines = [expline[indent:]] 3348 add_line = lines.append # Micro-optimization 3364 self.linenr += len_(lines) 3365 node.help = "".join(lines).rstrip() 5808 lines.append("\t" + s) 5818 lines = [("menuconfig " if self.is_menuconfig else "config ") 5821 lines = ["choice " + sc.name if sc.name else "choice"] 5879 return "\n".join(lines)
|
| /hal_nxp-latest/mcux/mcux-sdk/cmake/ |
| D | mcux.cmake | 34 # Parse the lines prefixed with 'prefix' in ${kconfig_fragment}
|
| D | kconfig.cmake | 273 # Parse the lines prefixed with CONFIG_ in the .config file from Kconfig
|
| /hal_nxp-latest/mcux/scripts/pinctrl/ |
| D | README.md | 25 The following SOC lines are supported:
|