OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menu_get_prompt
(Results
1 - 5
of
5
) sorted by null
/external/toybox/kconfig/
mconf.c
346
str_printf(r, "%*c-> %s", j, ' ',
menu_get_prompt
(menu));
441
const char *prompt =
menu_get_prompt
(menu);
504
item_add_str("%*c%s", indent + 1, ' ',
menu_get_prompt
(menu));
507
item_add_str(" (%s)",
menu_get_prompt
(def_menu));
519
item_make("---%*c%s", indent + 1, ' ',
menu_get_prompt
(menu));
559
item_add_str("%*c%s%s", tmp, ' ',
menu_get_prompt
(menu),
567
item_add_str("%*c%s%s", indent + 1, ' ',
menu_get_prompt
(menu),
586
const char *prompt =
menu_get_prompt
(menu);
712
show_helptext(
menu_get_prompt
(menu), str_get(&help));
718
const char *prompt =
menu_get_prompt
(menu)
[
all
...]
lkc_proto.h
13
P(
menu_get_prompt
,const char *,(struct menu *menu));
conf.c
305
printf("%*s%s\n", indent - 1, "",
menu_get_prompt
(menu));
315
printf("%*s%s\n", indent - 1, "",
menu_get_prompt
(menu));
323
printf("%*c %s\n", indent, '*',
menu_get_prompt
(child));
332
printf(" %d. %s", cnt,
menu_get_prompt
(child));
429
prompt =
menu_get_prompt
(menu);
menu.c
394
const char *
menu_get_prompt
(struct menu *menu)
function
confdata.c
480
str =
menu_get_prompt
(menu);
Completed in 56 milliseconds