HomeSort by relevance Sort by last modified time
    Searched refs:item_is_tag (Results 1 - 5 of 5) sorted by null

  /external/toybox/kconfig/
mconf.c 657 if (item_is_tag('t')) {
665 if (item_is_tag('t'))
669 if (item_is_tag('t'))
673 if (item_is_tag('t'))
675 else if (item_is_tag('m'))
  /external/toybox/kconfig/lxdialog/
dialog.h 181 int item_is_tag(char tag);
checklist.c 44 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' ');
120 if (item_is_tag('X'))
menubox.c 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
util.c 639 int item_is_tag(char tag) function

Completed in 98 milliseconds