⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 emacs.out

📁 一个开放源代码的 AT&T 的 Korn Shell 的复制品, 支持大多数 ksh89 的特性。
💻 OUT
字号:
/* * NOTE: THIS FILE WAS GENERATED AUTOMATICALLY FROM emacs.c * * DO NOT BOTHER EDITING THIS FILE */#define XFUNC_abort 0static int x_abort ARGS((int c));#define XFUNC_beg_hist 1static int x_beg_hist ARGS((int c));#define XFUNC_comp_comm 2static int x_comp_comm ARGS((int c));#define XFUNC_comp_file 3static int x_comp_file ARGS((int c));#define XFUNC_complete 4static int x_complete ARGS((int c));#define XFUNC_del_back 5static int x_del_back ARGS((int c));#define XFUNC_del_bword 6static int x_del_bword ARGS((int c));#define XFUNC_del_char 7static int x_del_char ARGS((int c));#define XFUNC_del_fword 8static int x_del_fword ARGS((int c));#define XFUNC_del_line 9static int x_del_line ARGS((int c));#define XFUNC_draw_line 10static int x_draw_line ARGS((int c));#define XFUNC_end_hist 11static int x_end_hist ARGS((int c));#define XFUNC_end_of_text 12static int x_end_of_text ARGS((int c));#define XFUNC_enumerate 13static int x_enumerate ARGS((int c));#define XFUNC_eot_del 14static int x_eot_del ARGS((int c));#define XFUNC_error 15static int x_error ARGS((int c));#define XFUNC_goto_hist 16static int x_goto_hist ARGS((int c));#define XFUNC_ins_string 17static int x_ins_string ARGS((int c));#define XFUNC_insert 18static int x_insert ARGS((int c));#define XFUNC_kill 19static int x_kill ARGS((int c));#define XFUNC_kill_region 20static int x_kill_region ARGS((int c));#define XFUNC_list_comm 21static int x_list_comm ARGS((int c));#define XFUNC_list_file 22static int x_list_file ARGS((int c));#define XFUNC_literal 23static int x_literal ARGS((int c));#define XFUNC_meta1 24static int x_meta1 ARGS((int c));#define XFUNC_meta2 25static int x_meta2 ARGS((int c));#define XFUNC_meta_yank 26static int x_meta_yank ARGS((int c));#define XFUNC_mv_back 27static int x_mv_back ARGS((int c));#define XFUNC_mv_begin 28static int x_mv_begin ARGS((int c));#define XFUNC_mv_bword 29static int x_mv_bword ARGS((int c));#define XFUNC_mv_end 30static int x_mv_end ARGS((int c));#define XFUNC_mv_forw 31static int x_mv_forw ARGS((int c));#define XFUNC_mv_fword 32static int x_mv_fword ARGS((int c));#define XFUNC_newline 33static int x_newline ARGS((int c));#define XFUNC_next_com 34static int x_next_com ARGS((int c));#define XFUNC_nl_next_com 35static int x_nl_next_com ARGS((int c));#define XFUNC_noop 36static int x_noop ARGS((int c));#define XFUNC_prev_com 37static int x_prev_com ARGS((int c));#define XFUNC_prev_histword 38static int x_prev_histword ARGS((int c));#define XFUNC_search_char_forw 39static int x_search_char_forw ARGS((int c));#define XFUNC_search_char_back 40static int x_search_char_back ARGS((int c));#define XFUNC_search_hist 41static int x_search_hist ARGS((int c));#define XFUNC_set_mark 42static int x_set_mark ARGS((int c));#define XFUNC_stuff 43static int x_stuff ARGS((int c));#define XFUNC_stuffreset 44static int x_stuffreset ARGS((int c));#define XFUNC_transpose 45static int x_transpose ARGS((int c));#define XFUNC_version 46static int x_version ARGS((int c));#define XFUNC_xchg_point_mark 47static int x_xchg_point_mark ARGS((int c));#define XFUNC_yank 48static int x_yank ARGS((int c));#define XFUNC_comp_list 49static int x_comp_list ARGS((int c));#define XFUNC_expand 50static int x_expand ARGS((int c));#define XFUNC_fold_capitialize 51static int x_fold_capitialize ARGS((int c));#define XFUNC_fold_lower 52static int x_fold_lower ARGS((int c));#define XFUNC_fold_upper 53static int x_fold_upper ARGS((int c));#define XFUNC_set_arg 54static int x_set_arg ARGS((int c));#define XFUNC_comment 55static int x_comment ARGS((int c));#ifdef SILLY#define XFUNC_game_of_life 56static int x_game_of_life ARGS((int c));#else#endif#ifdef DEBUG#define XFUNC_debug_info 57static int x_debug_info ARGS((int c));#else#endif#ifdef OS2#define XFUNC_meta3 58static int x_meta3 ARGS((int c));#else#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -