Searched refs:item_is_tag (Results 1 – 6 of 6) sorted by relevance
831 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()
635 static int item_is_tag(char tag) in item_is_tag() function1162 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()
35 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()
155 int item_is_tag(char tag);
84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
670 int item_is_tag(char tag) in item_is_tag() function