Searched refs:help_list (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dhelp.c71 currshortcut = help_list;
81 bottombars(help_list);
576 get_shortcut(help_list, kbinput, meta_key, func_key);
H A Dglobal.c155 shortcut *help_list = NULL; variable
1058 free_shortcutage(&help_list);
1060 sc_init_one(&help_list, NANO_REFRESH_KEY, refresh_msg,
1064 sc_init_one(&help_list, NANO_EXIT_KEY, exit_msg,
1068 sc_init_one(&help_list, NANO_PREVPAGE_KEY, prev_page_msg,
1072 sc_init_one(&help_list, NANO_NEXTPAGE_KEY, next_page_msg,
1076 sc_init_one(&help_list, NANO_PREVLINE_KEY, N_("Prev Line"),
1080 sc_init_one(&help_list, NANO_NEXTLINE_KEY, N_("Next Line"),
1084 sc_init_one(&help_list, NANO_NO_KEY, first_line_msg,
1088 sc_init_one(&help_list, NANO_NO_KE
[all...]
H A Dproto.h105 extern shortcut *help_list;

Completed in 118 milliseconds