Searched refs:str_get (Results 1 – 8 of 8) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | util.c | 78 const char *str_get(struct gstr *gs) in str_get() function
|
A D | mconf.c | 408 str_get(&title), in search_conf() 428 stpart.text = str_get(&sttext); in search_conf() 446 str_get(&res), 0, 0, keys, &vscroll, in search_conf() 791 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help()
|
A D | lkc.h | 119 const char *str_get(struct gstr *gs);
|
A D | nconf.c | 706 str_get(&title), in search_conf() 729 "Search Results", str_get(&res)); in search_conf() 1227 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
|
A D | conf.c | 52 printf("\n%s\n", str_get(&help)); in print_help()
|
A D | symbol.c | 318 fputs(str_get(&gs), stderr); in sym_warn_unmet_dep()
|
A D | gconf.c | 386 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
|
A D | qconf.cc | 1107 help = print_filter(str_get(&help_gstr)); in menuInfo()
|
Completed in 15 milliseconds