Home
last modified time | relevance | path

Searched refs:item_is_tag (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
H A Dmconf.c832 if (item_is_tag('t')) { in conf()
840 if (item_is_tag('t')) in conf()
844 if (item_is_tag('t')) in conf()
848 if (item_is_tag('t')) in conf()
850 else if (item_is_tag('m')) in conf()
H A Dnconf.c638 static int item_is_tag(char tag) in item_is_tag() function
1165 if (item_is_tag('t')) in selected_conf()
1167 else if (item_is_tag('m')) in selected_conf()
1195 if (item_is_tag('t')) { in selected_conf()
1203 if (item_is_tag('t')) in selected_conf()
1207 if (item_is_tag('t')) in selected_conf()
/linux/scripts/kconfig/lxdialog/
H A Dchecklist.c35 if (!item_is_tag(':')) in print_item()
36 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' '); in print_item()
113 if (item_is_tag('X')) in dialog_checklist()
H A Ddialog.h155 int item_is_tag(char tag);
H A Dmenubox.c84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
H A Dutil.c669 int item_is_tag(char tag) in item_is_tag() function