Searched refs:extcmd_list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dglobal.c151 shortcut *extcmd_list = NULL; variable
1030 free_shortcutage(&extcmd_list);
1032 sc_init_one(&extcmd_list, NANO_HELP_KEY, get_help_msg,
1042 sc_init_one(&extcmd_list, NANO_CANCEL_KEY, cancel_msg,
1046 sc_init_one(&extcmd_list, NANO_TOOTHERINSERT_KEY, N_("Insert File"),
1051 sc_init_one(&extcmd_list, NANO_NO_KEY, new_buffer_msg,
1433 free_shortcutage(&extcmd_list);
H A Dhelp.c344 else if (currshortcut == extcmd_list) {
H A Dproto.h102 extern shortcut *extcmd_list;
H A Dfiles.c727 execute ? extcmd_list :

Completed in 206 milliseconds