CK_IgnoreKey      379 lib/keybind.c      { NULL, CK_IgnoreKey }
CK_IgnoreKey      417 lib/keybind.c      if (key != 0 && cmd != CK_IgnoreKey)
CK_IgnoreKey      456 lib/keybind.c      return (res != NULL) ? res->val : CK_IgnoreKey;
CK_IgnoreKey      503 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      211 lib/widget/dialog.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      213 lib/widget/dialog.c     if (command != CK_IgnoreKey)
CK_IgnoreKey      194 lib/widget/history.c     hd->action = CK_IgnoreKey;
CK_IgnoreKey     1108 lib/widget/input.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      363 lib/widget/listbox.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      359 lib/widget/menu.c     if ((entry != NULL) && (entry->command != CK_IgnoreKey))
CK_IgnoreKey      386 lib/widget/menu.c     while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      410 lib/widget/menu.c     while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      437 lib/widget/menu.c             if ((entry == NULL) || (entry->command == CK_IgnoreKey))
CK_IgnoreKey      475 lib/widget/menu.c         while ((entry == NULL) || (entry->command == CK_IgnoreKey));
CK_IgnoreKey      615 lib/widget/menu.c     if (cmd != CK_IgnoreKey)
CK_IgnoreKey      767 lib/widget/menu.c     if (entry != NULL && entry->command != CK_IgnoreKey)
CK_IgnoreKey      115 lib/widget/radio.c     if (command == CK_IgnoreKey)
CK_IgnoreKey     3173 src/diffviewer/ydiff.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      603 src/editor/editwidget.c     if (command == CK_IgnoreKey)
CK_IgnoreKey      801 src/editor/editwidget.c             if (command == CK_IgnoreKey)
CK_IgnoreKey      755 src/filemanager/chattr.c     if (command == CK_IgnoreKey)
CK_IgnoreKey     1496 src/filemanager/filemanager.c             if (command != CK_IgnoreKey)
CK_IgnoreKey     1559 src/filemanager/filemanager.c         if (command != CK_IgnoreKey)
CK_IgnoreKey     3784 src/filemanager/panel.c     if (command != CK_IgnoreKey)
CK_IgnoreKey     1083 src/filemanager/tree.c     case CK_IgnoreKey:
CK_IgnoreKey      909 src/help.c         if (command == CK_IgnoreKey)
CK_IgnoreKey      571 src/viewer/actions_cmd.c     if (command != CK_IgnoreKey && mcview_execute_cmd (view, command) == MSG_HANDLED)