Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dmconf.c831 if (item_is_tag('t')) { in conf()
839 if (item_is_tag('t')) in conf()
843 if (item_is_tag('t')) in conf()
847 if (item_is_tag('t')) in conf()
849 else if (item_is_tag('m')) in conf()
A Dnconf.c637 static int item_is_tag(char tag) in item_is_tag() function
1164 if (item_is_tag('t')) in selected_conf()
1166 else if (item_is_tag('m')) in selected_conf()
1194 if (item_is_tag('t')) { in selected_conf()
1202 if (item_is_tag('t')) in selected_conf()
1206 if (item_is_tag('t')) in selected_conf()
/scripts/kconfig/lxdialog/
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()
A Ddialog.h155 int item_is_tag(char tag);
A Dmenubox.c84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
A Dutil.c669 int item_is_tag(char tag) in item_is_tag() function

Completed in 10 milliseconds