Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c176 int get_line_no(const char *text) in get_line_no() function
218 int total_lines = get_line_no(text); in fill_window()
270 msg_lines = get_line_no(msg); in btn_dialog()
382 prompt_lines = get_line_no(prompt); in dialog_inputbox()
555 int total_lines = get_line_no(text); in show_scroll_win()
570 total_lines = get_line_no(text); in show_scroll_win()
H A Dnconf.h84 int get_line_no(const char *text);
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c126 int get_line_no(const char *text) in get_line_no() function
168 int total_lines = get_line_no(text); in fill_window()
220 msg_lines = get_line_no(msg); in btn_dialog()
332 prompt_lines = get_line_no(prompt); in dialog_inputbox()
513 int total_lines = get_line_no(text); in show_scroll_win_ext()
534 total_lines = get_line_no(text); in show_scroll_win_ext()
H A Dnconf.h75 int get_line_no(const char *text);