Searched refs:item_add_str (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/kconfig/ |
A D | mconf.c | 559 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 562 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 563 item_add_str(" --->"); in build_conf() 617 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 625 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 629 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
A D | nconf.c | 569 static void item_add_str(const char *fmt, ...) in item_add_str() function 828 item_add_str("%*c%s", indent + 1, in build_conf() 832 item_add_str(" (%s)", in build_conf() 834 item_add_str(" --->"); in build_conf() 893 item_add_str("%*c%s%s", tmp, ' ', in build_conf() 901 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf() 906 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
|
/linux/scripts/kconfig/lxdialog/ |
A D | dialog.h | 143 void item_add_str(const char *fmt, ...);
|
A D | util.c | 610 void item_add_str(const char *fmt, ...) in item_add_str() function
|
Completed in 9 milliseconds