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.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()
H A Dnconf.c635 static int item_is_tag(char tag) in item_is_tag() function
1162 if (item_is_tag('t')) in selected_conf()
1164 else if (item_is_tag('m')) in selected_conf()
1192 if (item_is_tag('t')) { in selected_conf()
1200 if (item_is_tag('t')) in selected_conf()
1204 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.c670 int item_is_tag(char tag) in item_is_tag() function