Home
last modified time | relevance | path

Searched refs:item_add_str (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/
H A Dmconf.c532 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
534 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
576 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
583 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf()
587 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
H A Dnconf.c578 static void item_add_str(const char *fmt, ...) in item_add_str() function
834 item_add_str("%*c%s", indent + 1, in build_conf()
837 item_add_str(" (%s) --->", menu_get_prompt(def_menu)); in build_conf()
884 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()
889 item_add_str("%*c%s%s", indent + 1, ' ', in build_conf()
894 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->"); in build_conf()
/linux/scripts/kconfig/lxdialog/
H A Ddialog.h123 void item_add_str(const char *fmt, ...);
H A Dutil.c582 void item_add_str(const char *fmt, ...) in item_add_str() function