edit_execute_key_command  209 src/editor/edit-impl.h void edit_execute_key_command (WEdit * edit, long command, int char_for_insertion);
edit_execute_key_command 1969 src/editor/editcmd.c     edit_execute_key_command (edit, -1, ascii_alpha_to_cntrl (char_for_insertion));
edit_execute_key_command  419 src/editor/editmacros.c         edit_execute_key_command (edit, command, -1);
edit_execute_key_command  433 src/editor/editmacros.c         edit_execute_key_command (edit, command, -1);
edit_execute_key_command  969 src/editor/editwidget.c                 edit_execute_key_command (e, cmd, ch);
edit_execute_key_command  979 src/editor/editwidget.c         edit_execute_key_command (e, parm, -1);