CK_IgnoreKey      377 lib/keybind.c      { NULL, CK_IgnoreKey }
CK_IgnoreKey      415 lib/keybind.c      if (key != 0 && cmd != CK_IgnoreKey)
CK_IgnoreKey      454 lib/keybind.c      return (res != NULL) ? res->val : CK_IgnoreKey;
CK_IgnoreKey      501 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      361 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     3179 src/diffviewer/ydiff.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      601 src/editor/editwidget.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      799 src/editor/editwidget.c             if (command == CK_IgnoreKey)
CK_IgnoreKey      755 src/filemanager/chattr.c     if (command == CK_IgnoreKey)
CK_IgnoreKey     1500 src/filemanager/filemanager.c             if (command != CK_IgnoreKey)
CK_IgnoreKey     1563 src/filemanager/filemanager.c         if (command != CK_IgnoreKey)
CK_IgnoreKey     3684 src/filemanager/panel.c     if (command != CK_IgnoreKey)
CK_IgnoreKey     1084 src/filemanager/tree.c     case CK_IgnoreKey:
CK_IgnoreKey      861 src/help.c         if (command == CK_IgnoreKey)
CK_IgnoreKey      556 src/viewer/actions_cmd.c     if (command != CK_IgnoreKey && mcview_execute_cmd (view, command) == MSG_HANDLED)