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

/scripts/kconfig/
H A Dmconf.c591 if (item_is_tag('t')) {
599 if (item_is_tag('t'))
603 if (item_is_tag('t'))
607 if (item_is_tag('t'))
609 else if (item_is_tag('m'))
H A Dnconf.c627 static int item_is_tag(char tag) function
1160 if (item_is_tag('t'))
1162 else if (item_is_tag('m'))
1191 if (item_is_tag('t')) {
1199 if (item_is_tag('t'))
1203 if (item_is_tag('t'))
/scripts/kconfig/lxdialog/
H A Dchecklist.c48 if (!item_is_tag(':'))
49 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' ');
126 if (item_is_tag('X'))
H A Ddialog.h187 int item_is_tag(char tag);
H A Dmenubox.c105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
H A Dutil.c654 int item_is_tag(char tag) function

Completed in 120 milliseconds