CK_IgnoreKey 378 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 151 lib/widget/buttonbar.c if ((bb != NULL) && (bb->labels[i].command != CK_IgnoreKey)) CK_IgnoreKey 265 lib/widget/buttonbar.c long command = CK_IgnoreKey; CK_IgnoreKey 209 lib/widget/dialog.c if (command == CK_IgnoreKey) CK_IgnoreKey 211 lib/widget/dialog.c if (command != CK_IgnoreKey) CK_IgnoreKey 190 lib/widget/history.c hd->action = CK_IgnoreKey; CK_IgnoreKey 1110 lib/widget/input.c if (command == CK_IgnoreKey) CK_IgnoreKey 355 lib/widget/listbox.c if (command == CK_IgnoreKey) CK_IgnoreKey 355 lib/widget/menu.c if ((entry != NULL) && (entry->command != CK_IgnoreKey)) CK_IgnoreKey 382 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); CK_IgnoreKey 406 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); CK_IgnoreKey 433 lib/widget/menu.c if ((entry == NULL) || (entry->command == CK_IgnoreKey)) CK_IgnoreKey 471 lib/widget/menu.c while ((entry == NULL) || (entry->command == CK_IgnoreKey)); CK_IgnoreKey 604 lib/widget/menu.c if (cmd != CK_IgnoreKey) CK_IgnoreKey 756 lib/widget/menu.c if (entry != NULL && entry->command != CK_IgnoreKey) CK_IgnoreKey 113 lib/widget/radio.c if (command == CK_IgnoreKey) CK_IgnoreKey 3296 src/diffviewer/ydiff.c if (command == CK_IgnoreKey) CK_IgnoreKey 607 src/editor/editwidget.c if (command == CK_IgnoreKey) CK_IgnoreKey 807 src/editor/editwidget.c if (command == CK_IgnoreKey) CK_IgnoreKey 762 src/filemanager/chattr.c if (command == CK_IgnoreKey) CK_IgnoreKey 1530 src/filemanager/filemanager.c if (command != CK_IgnoreKey) CK_IgnoreKey 1593 src/filemanager/filemanager.c if (command != CK_IgnoreKey) CK_IgnoreKey 3683 src/filemanager/panel.c if (command != CK_IgnoreKey) CK_IgnoreKey 1092 src/filemanager/tree.c case CK_IgnoreKey: CK_IgnoreKey 855 src/help.c if (command == CK_IgnoreKey) CK_IgnoreKey 600 src/viewer/actions_cmd.c if (command != CK_IgnoreKey && mcview_execute_cmd (view, command) == MSG_HANDLED)