widget_lookup_key  209 lib/widget/dialog.c     command = widget_lookup_key (WIDGET (h), d_key);
widget_lookup_key 1104 lib/widget/input.c     command = widget_lookup_key (WIDGET (in), key);
widget_lookup_key 1094 lib/widget/input_complete.c                 if (widget_lookup_key (WIDGET (input), parm) != CK_Complete)
widget_lookup_key  358 lib/widget/listbox.c     command = widget_lookup_key (WIDGET (l), key);
widget_lookup_key  611 lib/widget/menu.c     cmd = widget_lookup_key (WIDGET (menubar), key);
widget_lookup_key  114 lib/widget/radio.c     command = widget_lookup_key (WIDGET (r), key);
widget_lookup_key  226 lib/widget/widget-common.h long widget_lookup_key (Widget * w, int key);
widget_lookup_key 3224 src/diffviewer/ydiff.c     command = widget_lookup_key (WIDGET (dview), key);
widget_lookup_key  609 src/editor/editwidget.c     command = widget_lookup_key (w, x_key);
widget_lookup_key  807 src/editor/editwidget.c                 command = widget_lookup_key (we, parm);
widget_lookup_key  763 src/filemanager/chattr.c     command = widget_lookup_key (WIDGET (cb), key);
widget_lookup_key 1523 src/filemanager/filemanager.c             command = widget_lookup_key (w, parm);
widget_lookup_key 1586 src/filemanager/filemanager.c             command = widget_lookup_key (w, parm);
widget_lookup_key 3760 src/filemanager/panel.c     command = widget_lookup_key (WIDGET (panel), key);
widget_lookup_key 1093 src/filemanager/tree.c     command = widget_lookup_key (WIDGET (tree), key);
widget_lookup_key  862 src/help.c         command = widget_lookup_key (w, key);
widget_lookup_key  572 src/viewer/actions_cmd.c     return widget_lookup_key (WIDGET (view), key);