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

/scripts/kconfig/
H A Dmconf.c435 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu)));
438 item_add_str(" (%s)", _(menu_get_prompt(def_menu)));
439 item_add_str(" --->");
493 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)),
501 item_add_str("%*c%s%s", indent + 1, ' ', _(menu_get_prompt(menu)),
505 item_add_str(" --->");
H A Dnconf.c569 static void item_add_str(const char *fmt, ...) function
828 item_add_str("%*c%s", indent + 1,
832 item_add_str(" (%s)",
834 item_add_str(" --->");
893 item_add_str("%*c%s%s", tmp, ' ',
901 item_add_str("%*c%s%s", indent + 1, ' ',
906 item_add_str(" --->");
/scripts/kconfig/lxdialog/
H A Ddialog.h155 void item_add_str(const char *fmt, ...);
H A Dutil.c567 void item_add_str(const char *fmt, ...) function

Completed in 70 milliseconds