Searched refs:writefile_list (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dglobal.c146 shortcut *writefile_list = NULL; variable
918 free_shortcutage(&writefile_list);
920 sc_init_one(&writefile_list, NANO_HELP_KEY, get_help_msg,
930 sc_init_one(&writefile_list, NANO_CANCEL_KEY, cancel_msg,
938 sc_init_one(&writefile_list, NANO_TOFILES_KEY, to_files_msg,
952 sc_init_one(&writefile_list, NANO_NO_KEY, N_("DOS Format"),
958 sc_init_one(&writefile_list, NANO_NO_KEY, N_("Mac Format"),
965 sc_init_one(&writefile_list, NANO_NO_KEY, N_("Append"),
971 sc_init_one(&writefile_list, NANO_NO_KEY, N_("Prepend"),
978 sc_init_one(&writefile_list, NANO_NO_KE
[all...]
H A Dprompt.c134 currshortcut != writefile_list) {
184 '\0' || currshortcut != writefile_list)
221 currshortcut != writefile_list) {
244 '\0' || currshortcut != writefile_list)
252 '\0' || currshortcut != writefile_list)
H A Dhelp.c276 } else if (currshortcut == writefile_list) {
H A Dproto.h99 extern shortcut *writefile_list;
H A Dfiles.c1771 currshortcut = writefile_list;
1822 writefile_list, ans,

Completed in 98 milliseconds