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 3213 src/diffviewer/ydiff.c if (command == CK_IgnoreKey) CK_IgnoreKey 609 src/editor/editwidget.c if (command == CK_IgnoreKey) CK_IgnoreKey 809 src/editor/editwidget.c if (command == CK_IgnoreKey) CK_IgnoreKey 759 src/filemanager/chattr.c if (command == CK_IgnoreKey) CK_IgnoreKey 1529 src/filemanager/filemanager.c if (command != CK_IgnoreKey) CK_IgnoreKey 1592 src/filemanager/filemanager.c if (command != CK_IgnoreKey) CK_IgnoreKey 3831 src/filemanager/panel.c if (command != CK_IgnoreKey) CK_IgnoreKey 1086 src/filemanager/tree.c case CK_IgnoreKey: CK_IgnoreKey 863 src/help.c if (command == CK_IgnoreKey) CK_IgnoreKey 562 src/viewer/actions_cmd.c if (command != CK_IgnoreKey && mcview_execute_cmd (view, command) == MSG_HANDLED)