OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item_make
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/
mconf.c
446
item_make
("%s%*c%s",
450
item_make
(" %*c%s --->", indent + 1, ' ', prompt);
460
item_make
("---%*c%s", indent + 1, ' ', prompt);
485
item_make
("[%c]", val == no ? ' ' : '*');
493
item_make
("<%c>", ch);
499
item_make
(" ");
519
item_make
("---%*c%s", indent + 1, ' ', menu_get_prompt(menu));
527
item_make
(" ");
534
item_make
("[%c]", val == no ? ' ' : '*');
536
item_make
("---")
[
all
...]
/external/toybox/kconfig/lxdialog/
dialog.h
148
void
item_make
(const char *fmt, ...);
util.c
535
void
item_make
(const char *fmt, ...)
function
Completed in 134 milliseconds