Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dmconf.c380 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
402 str_get(&title), in search_conf()
422 stpart.text = str_get(&sttext); in search_conf()
436 dres = show_textbox_ext("Search Results", str_get(&res), 0, 0, in search_conf()
H A Dutil.c93 char *str_get(const struct gstr *gs) in str_get() function
H A Dlkc.h72 char *str_get(const struct gstr *gs);
H A Dnconf.c716 str_get(&title), in search_conf()
746 "Search Results", str_get(&res), in search_conf()
1228 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
H A Dconf.c56 printf("\n%s\n", str_get(&help)); in print_help()
H A Dconfdata.c945 fputs(str_get(&autoconf_cmd), out); in conf_write_autoconf_cmd()
H A Dsymbol.c399 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
H A Dgconf.c90 text_insert_msg(menu_get_prompt(menu), str_get(&help)); in text_insert_help()
H A Dqconf.cc1039 stream << print_filter(str_get(&help_gstr)); in menuInfo()