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()
637 static int item_is_tag(char tag) in item_is_tag() function1164 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()
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(':')); \
669 int item_is_tag(char tag) in item_is_tag() function
Completed in 10 milliseconds