Searched refs:_safe_addstr (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 1354 _safe_addstr(_top_sep_win, 1384 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style) 1408 _safe_addstr(_bot_sep_win, 0, max(term_width - len(s) - 2, 0), s) 1423 _safe_addstr(_help_win, i, 0, help_lines[i]) 1425 _safe_addstr(_help_win, 0, 0, "(no help)") 1428 _safe_addstr(_help_win, i, 0, line) 1469 _safe_addstr(_path_win, split_path[0]) 1472 _safe_addstr(_path_win, s) 1794 _safe_addstr(win, 2, 2, visible_s + " "*(edit_width - len(visible_s)), 1798 _safe_addstr(win, 4 + linenr, 2, line) [all …]
|