Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dmconf.c377 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
451 str_get(&title), in search_conf()
471 stpart.text = str_get(&sttext); in search_conf()
485 dres = show_textbox_ext("Search Results", str_get(&res), 0, 0, in search_conf()
H A Dutil.c77 char *str_get(struct gstr *gs) in str_get() function
H A Dlkc.h79 char *str_get(struct gstr *gs);
H A Dnconf.c762 str_get(&title), in search_conf()
792 "Search Results", str_get(&res), in search_conf()
1316 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
H A Dconf.c55 printf("\n%s\n", str_get(&help)); in print_help()
H A Dsymbol.c322 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
H A Dgconf.c381 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
H A Dqconf.cc1047 stream << print_filter(str_get(&help_gstr)); in menuInfo()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c409 str_get(&title), in search_conf()
429 stpart.text = str_get(&sttext); in search_conf()
447 str_get(&res), 0, 0, keys, &vscroll, in search_conf()
796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
H A Dutil.c126 const char *str_get(struct gstr *gs) in str_get() function
H A Dlkc.h134 const char *str_get(struct gstr *gs);
H A Dnconf.c706 str_get(&title), in search_conf()
729 _("Search Results"), str_get(&res)); in search_conf()
1230 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
H A Dconf.c53 printf("\n%s\n", str_get(&help)); in print_help()
H A Dsymbol.c354 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
H A Dgconf.c386 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
H A Dqconf.cc1116 help = print_filter(str_get(&help_gstr)); in menuInfo()