CK_IgnoreKey      380 lib/keybind.c      {NULL, CK_IgnoreKey}
CK_IgnoreKey      420 lib/keybind.c      if (key != 0 && cmd != CK_IgnoreKey)
CK_IgnoreKey      459 lib/keybind.c      return (res != NULL) ? res->val : CK_IgnoreKey;
CK_IgnoreKey      506 lib/keybind.c      return CK_IgnoreKey;
CK_IgnoreKey      154 lib/widget/buttonbar.c     if ((bb != NULL) && (bb->labels[i].command != CK_IgnoreKey))
CK_IgnoreKey      268 lib/widget/buttonbar.c         long command = CK_IgnoreKey;
CK_IgnoreKey      210 lib/widget/dialog.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      212 lib/widget/dialog.c     if (command != CK_IgnoreKey)
CK_IgnoreKey      194 lib/widget/history.c     hd->action = CK_IgnoreKey;
CK_IgnoreKey     1105 lib/widget/input.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      359 lib/widget/listbox.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      357 lib/widget/menu.c     if ((entry != NULL) && (entry->command != CK_IgnoreKey))
CK_IgnoreKey      384 lib/widget/menu.c     while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      408 lib/widget/menu.c     while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      435 lib/widget/menu.c             if ((entry == NULL) || (entry->command == CK_IgnoreKey))
CK_IgnoreKey      473 lib/widget/menu.c         while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      613 lib/widget/menu.c     if (cmd != CK_IgnoreKey)
CK_IgnoreKey      765 lib/widget/menu.c     if (entry != NULL && entry->command != CK_IgnoreKey)
CK_IgnoreKey      115 lib/widget/radio.c     if (command == CK_IgnoreKey)
CK_IgnoreKey     3225 src/diffviewer/ydiff.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      610 src/editor/editwidget.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      810 src/editor/editwidget.c                 if (command == CK_IgnoreKey)
CK_IgnoreKey      764 src/filemanager/chattr.c     if (command == CK_IgnoreKey)
CK_IgnoreKey     1524 src/filemanager/filemanager.c             if (command != CK_IgnoreKey)
CK_IgnoreKey     1587 src/filemanager/filemanager.c             if (command != CK_IgnoreKey)
CK_IgnoreKey     3761 src/filemanager/panel.c     if (command != CK_IgnoreKey)
CK_IgnoreKey     1096 src/filemanager/tree.c     case CK_IgnoreKey:
CK_IgnoreKey      863 src/help.c         if (command == CK_IgnoreKey)
CK_IgnoreKey      591 src/viewer/actions_cmd.c     if (command != CK_IgnoreKey && mcview_execute_cmd (view, command) == MSG_HANDLED)