Home
last modified time | relevance | path

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

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py1250 _safe_addstr(_top_sep_win,
1280 _safe_addstr(_menu_win, i - _menu_scroll, 0, _node_str(node), style)
1305 _safe_addstr(_bot_sep_win, 0, max(term_width - len(s) - 2, 0), s)
1322 _safe_addstr(_help_win, i, 0, help_lines[i])
1324 _safe_addstr(_help_win, 0, 0, "(no help)")
1327 _safe_addstr(_help_win, i, 0, line)
1369 _safe_addstr(_path_win, split_path[0])
1372 _safe_addstr(_path_win, s)
1652 _safe_addstr(win, 2, 2, visible_s + " "*(edit_width - len(visible_s)),
1656 _safe_addstr(win, 4 + linenr, 2, line)
[all …]