diff options
| author | Eli Zaretskii | 2022-06-09 20:33:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-06-09 20:33:43 +0300 |
| commit | 8ef3862fa0d1aa987d67ec42acf3611a42e2a0fb (patch) | |
| tree | 2b292e1caf15f6c8d1f7cf977ed60c2379be08c3 | |
| parent | 559c276942e4b2d47244802cfb31fb79e61f9a7f (diff) | |
| download | emacs-8ef3862fa0d1aa987d67ec42acf3611a42e2a0fb.tar.gz emacs-8ef3862fa0d1aa987d67ec42acf3611a42e2a0fb.zip | |
Update the 'etags' test suite
* ETAGS.good_1:
* ETAGS_good_2:
* ETAGS_good_3:
* ETAGS_good_4:
* ETAGS_good_5:
* ETAGS_good_6: Adapt to recent changes in test sources.
* lib-src/etags.c (C_entries): Add commentary for resetting
bracelev. (Bug#45246)
| -rw-r--r-- | lib-src/etags.c | 3 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_1 | 748 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_2 | 776 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_3 | 772 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_4 | 1028 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_5 | 1080 | ||||
| -rw-r--r-- | test/manual/etags/ETAGS.good_6 | 1080 |
7 files changed, 2745 insertions, 2742 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index f76dda7936b..9a60714ecab 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -4166,6 +4166,9 @@ C_entries (int c_ext, /* extension of C */ | |||
| 4166 | if (definedef != dnone) | 4166 | if (definedef != dnone) |
| 4167 | break; | 4167 | break; |
| 4168 | bracelev -= 1; | 4168 | bracelev -= 1; |
| 4169 | /* If we see a closing brace in column zero, and we weren't told to | ||
| 4170 | ignore indentation, we assume this the final brace of a function | ||
| 4171 | or struct definition, and reset bracelev to zero. */ | ||
| 4169 | if (!ignoreindent && lp == newlb.buffer + 1) | 4172 | if (!ignoreindent && lp == newlb.buffer + 1) |
| 4170 | { | 4173 | { |
| 4171 | if (bracelev != 0) | 4174 | if (bracelev != 0) |
diff --git a/test/manual/etags/ETAGS.good_1 b/test/manual/etags/ETAGS.good_1 index 1b4f80ceaac..c3d1477d44c 100644 --- a/test/manual/etags/ETAGS.good_1 +++ b/test/manual/etags/ETAGS.good_1 | |||
| @@ -915,277 +915,277 @@ record_auto_save 742,23849 | |||
| 915 | force_auto_save_soon 751,24017 | 915 | force_auto_save_soon 751,24017 |
| 916 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 916 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 917 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 917 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 918 | recursive_edit_unwind 804,25748 | 918 | recursive_edit_unwind 804,25751 |
| 919 | any_kboard_state 817,26014 | 919 | any_kboard_state 817,26017 |
| 920 | single_kboard_state 838,26666 | 920 | single_kboard_state 838,26669 |
| 921 | not_single_kboard_state 848,26804 | 921 | not_single_kboard_state 848,26807 |
| 922 | struct kboard_stack858,27066 | 922 | struct kboard_stack858,27069 |
| 923 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 923 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 924 | push_kboard 867,27187 | 924 | push_kboard 867,27190 |
| 925 | pop_kboard 879,27376 | 925 | pop_kboard 879,27379 |
| 926 | temporarily_switch_to_single_kboard 914,28264 | 926 | temporarily_switch_to_single_kboard 914,28267 |
| 927 | record_single_kboard_state 943,29438 | 927 | record_single_kboard_state 943,29441 |
| 928 | restore_kboard_configuration 952,29622 | 928 | restore_kboard_configuration 952,29625 |
| 929 | cmd_error 970,30078 | 929 | cmd_error 970,30081 |
| 930 | cmd_error_internal 1024,31511 | 930 | cmd_error_internal 1024,31514 |
| 931 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 931 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 932 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 932 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 933 | command_loop 1094,33917 | 933 | command_loop 1094,33920 |
| 934 | command_loop_2 1134,35136 | 934 | command_loop_2 1134,35139 |
| 935 | top_level_2 1146,35340 | 935 | top_level_2 1146,35343 |
| 936 | top_level_1 1152,35418 | 936 | top_level_1 1152,35421 |
| 937 | DEFUN ("top-level", Ftop_level,1164,35788 | 937 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 938 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 938 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 939 | user_error 1183,36289 | 939 | user_error 1183,36292 |
| 940 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 940 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 941 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 941 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 942 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 942 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 943 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 943 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 944 | tracking_off 1216,37282 | 944 | tracking_off 1216,37285 |
| 945 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 945 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 946 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 946 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 947 | bool ignore_mouse_drag_p;1256,38393 | 947 | bool ignore_mouse_drag_p;1256,38396 |
| 948 | some_mouse_moved 1259,38442 | 948 | some_mouse_moved 1259,38445 |
| 949 | Lisp_Object last_undo_boundary;1287,39033 | 949 | Lisp_Object last_undo_boundary;1287,39036 |
| 950 | command_loop_1 1294,39274 | 950 | command_loop_1 1294,39277 |
| 951 | read_menu_command 1649,50890 | 951 | read_menu_command 1649,50893 |
| 952 | adjust_point_for_property 1678,51618 | 952 | adjust_point_for_property 1678,51621 |
| 953 | safe_run_hooks_1 1831,57340 | 953 | safe_run_hooks_1 1831,57343 |
| 954 | safe_run_hooks_error 1841,57570 | 954 | safe_run_hooks_error 1841,57573 |
| 955 | safe_run_hook_funcall 1878,58577 | 955 | safe_run_hook_funcall 1878,58580 |
| 956 | safe_run_hooks 1893,59059 | 956 | safe_run_hooks 1893,59062 |
| 957 | int poll_suppress_count;1908,59398 | 957 | int poll_suppress_count;1908,59401 |
| 958 | static struct atimer *poll_timer;poll_timer1915,59488 | 958 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 959 | poll_for_input_1 1919,59590 | 959 | poll_for_input_1 1919,59593 |
| 960 | poll_for_input 1930,59790 | 960 | poll_for_input 1930,59793 |
| 961 | start_polling 1942,60054 | 961 | start_polling 1942,60057 |
| 962 | input_polling_used 1979,61092 | 962 | input_polling_used 1979,61095 |
| 963 | stop_polling 1994,61391 | 963 | stop_polling 1994,61394 |
| 964 | set_poll_suppress_count 2009,61760 | 964 | set_poll_suppress_count 2009,61763 |
| 965 | bind_polling_period 2029,62142 | 965 | bind_polling_period 2029,62145 |
| 966 | make_ctrl_char 2048,62493 | 966 | make_ctrl_char 2048,62496 |
| 967 | show_help_echo 2113,64456 | 967 | show_help_echo 2113,64459 |
| 968 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 968 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 969 | read_char_help_form_unwind 2158,65702 | 969 | read_char_help_form_unwind 2158,65705 |
| 970 | #define STOP_POLLING 2166,65960 | 970 | #define STOP_POLLING 2166,65963 |
| 971 | #define RESUME_POLLING 2170,66085 | 971 | #define RESUME_POLLING 2170,66088 |
| 972 | read_event_from_main_queue 2175,66230 | 972 | read_event_from_main_queue 2175,66233 |
| 973 | read_decoded_event_from_main_queue 2249,68418 | 973 | read_decoded_event_from_main_queue 2249,68421 |
| 974 | #define MAX_ENCODED_BYTES 2254,68665 | 974 | #define MAX_ENCODED_BYTES 2254,68668 |
| 975 | echo_keystrokes_p 2342,71557 | 975 | echo_keystrokes_p 2342,71560 |
| 976 | read_char 2376,72849 | 976 | read_char 2376,72852 |
| 977 | record_menu_key 3225,98950 | 977 | record_menu_key 3225,98953 |
| 978 | help_char_p 3258,99675 | 978 | help_char_p 3258,99678 |
| 979 | record_char 3273,99954 | 979 | record_char 3273,99957 |
| 980 | save_getcjmp 3412,104236 | 980 | save_getcjmp 3412,104239 |
| 981 | restore_getcjmp 3418,104327 | 981 | restore_getcjmp 3418,104330 |
| 982 | readable_events 3430,104698 | 982 | readable_events 3430,104701 |
| 983 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 983 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 984 | event_to_kboard 3500,106494 | 984 | event_to_kboard 3500,106497 |
| 985 | kbd_buffer_nr_stored 3522,107143 | 985 | kbd_buffer_nr_stored 3522,107146 |
| 986 | kbd_buffer_store_event 3534,107484 | 986 | kbd_buffer_store_event 3534,107487 |
| 987 | kbd_buffer_store_event_hold 3550,108026 | 987 | kbd_buffer_store_event_hold 3550,108029 |
| 988 | kbd_buffer_unget_event 3684,111618 | 988 | kbd_buffer_unget_event 3684,111621 |
| 989 | #define INPUT_EVENT_POS_MAX 3698,112019 | 989 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 990 | #define INPUT_EVENT_POS_MIN 3701,112148 | 990 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 991 | position_to_Time 3706,112288 | 991 | position_to_Time 3706,112291 |
| 992 | Time_to_position 3716,112515 | 992 | Time_to_position 3716,112518 |
| 993 | gen_help_event 3738,113172 | 993 | gen_help_event 3738,113175 |
| 994 | kbd_buffer_store_help_event 3756,113612 | 994 | kbd_buffer_store_help_event 3756,113615 |
| 995 | discard_mouse_events 3773,113977 | 995 | discard_mouse_events 3773,113980 |
| 996 | kbd_buffer_events_waiting 3803,114712 | 996 | kbd_buffer_events_waiting 3803,114715 |
| 997 | clear_event 3823,115069 | 997 | clear_event 3823,115072 |
| 998 | kbd_buffer_get_event 3836,115409 | 998 | kbd_buffer_get_event 3836,115412 |
| 999 | process_special_events 4258,127882 | 999 | process_special_events 4258,127885 |
| 1000 | swallow_events 4322,129706 | 1000 | swallow_events 4322,129709 |
| 1001 | timer_start_idle 4339,130099 | 1001 | timer_start_idle 4339,130102 |
| 1002 | timer_stop_idle 4355,130577 | 1002 | timer_stop_idle 4355,130580 |
| 1003 | timer_resume_idle 4363,130721 | 1003 | timer_resume_idle 4363,130724 |
| 1004 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1004 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1005 | Lisp_Object pending_funcalls;4377,131173 | 1005 | Lisp_Object pending_funcalls;4377,131176 |
| 1006 | decode_timer 4381,131294 | 1006 | decode_timer 4381,131297 |
| 1007 | timer_check_2 4414,132247 | 1007 | timer_check_2 4414,132250 |
| 1008 | timer_check 4572,136818 | 1008 | timer_check 4572,136821 |
| 1009 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1009 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1010 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1010 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1011 | static Lisp_Object accent_key_syms;4625,138240 | 1011 | static Lisp_Object accent_key_syms;4625,138243 |
| 1012 | static Lisp_Object func_key_syms;4626,138276 | 1012 | static Lisp_Object func_key_syms;4626,138279 |
| 1013 | static Lisp_Object mouse_syms;4627,138310 | 1013 | static Lisp_Object mouse_syms;4627,138313 |
| 1014 | static Lisp_Object wheel_syms;4628,138341 | 1014 | static Lisp_Object wheel_syms;4628,138344 |
| 1015 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1015 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1016 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1016 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1017 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1017 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1018 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1018 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1019 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1019 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1020 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1020 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1021 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1021 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1022 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1022 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1023 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1023 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1024 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1024 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1025 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1025 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1026 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1026 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1027 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1027 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1028 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1028 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1029 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1029 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1030 | static Lisp_Object button_down_location;5210,156911 | 1030 | static Lisp_Object button_down_location;5210,156914 |
| 1031 | static int last_mouse_button;5215,157066 | 1031 | static int last_mouse_button;5215,157069 |
| 1032 | static int last_mouse_x;5216,157096 | 1032 | static int last_mouse_x;5216,157099 |
| 1033 | static int last_mouse_y;5217,157121 | 1033 | static int last_mouse_y;5217,157124 |
| 1034 | static Time button_down_time;5218,157146 | 1034 | static Time button_down_time;5218,157149 |
| 1035 | static int double_click_count;5222,157230 | 1035 | static int double_click_count;5222,157233 |
| 1036 | make_lispy_position 5228,157391 | 1036 | make_lispy_position 5228,157394 |
| 1037 | toolkit_menubar_in_use 5456,163954 | 1037 | toolkit_menubar_in_use 5456,163957 |
| 1038 | make_scroll_bar_position 5469,164322 | 1038 | make_scroll_bar_position 5469,164325 |
| 1039 | make_lispy_event 5485,164968 | 1039 | make_lispy_event 5485,164971 |
| 1040 | make_lispy_movement 6104,183531 | 1040 | make_lispy_movement 6104,183534 |
| 1041 | make_lispy_switch_frame 6131,184262 | 1041 | make_lispy_switch_frame 6131,184265 |
| 1042 | make_lispy_focus_in 6137,184369 | 1042 | make_lispy_focus_in 6137,184372 |
| 1043 | make_lispy_focus_out 6145,184495 | 1043 | make_lispy_focus_out 6145,184498 |
| 1044 | parse_modifiers_uncached 6163,184945 | 1044 | parse_modifiers_uncached 6163,184948 |
| 1045 | #define SINGLE_LETTER_MOD(6185,185465 | 1045 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1046 | #undef SINGLE_LETTER_MOD6212,185906 | 1046 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1047 | #define MULTI_LETTER_MOD(6214,185932 | 1047 | #define MULTI_LETTER_MOD(6214,185935 |
| 1048 | #undef MULTI_LETTER_MOD6231,186400 | 1048 | #undef MULTI_LETTER_MOD6231,186403 |
| 1049 | apply_modifiers_uncached 6273,187574 | 1049 | apply_modifiers_uncached 6273,187577 |
| 1050 | static const char *const modifier_names[modifier_names6319,189193 | 1050 | static const char *const modifier_names[modifier_names6319,189196 |
| 1051 | #define NUM_MOD_NAMES 6325,189399 | 1051 | #define NUM_MOD_NAMES 6325,189402 |
| 1052 | static Lisp_Object modifier_symbols;6327,189449 | 1052 | static Lisp_Object modifier_symbols;6327,189452 |
| 1053 | lispy_modifier_list 6331,189586 | 1053 | lispy_modifier_list 6331,189589 |
| 1054 | #define KEY_TO_CHAR(6353,190252 | 1054 | #define KEY_TO_CHAR(6353,190255 |
| 1055 | parse_modifiers 6356,190328 | 1055 | parse_modifiers 6356,190331 |
| 1056 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1056 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1057 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1057 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1058 | apply_modifiers 6422,192391 | 1058 | apply_modifiers 6422,192394 |
| 1059 | reorder_modifiers 6491,194720 | 1059 | reorder_modifiers 6491,194723 |
| 1060 | modify_event_symbol 6536,196528 | 1060 | modify_event_symbol 6536,196531 |
| 1061 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1061 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1062 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1062 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1063 | parse_solitary_modifier 6695,201135 | 1063 | parse_solitary_modifier 6695,201138 |
| 1064 | #define SINGLE_LETTER_MOD(6701,201258 | 1064 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1065 | #define MULTI_LETTER_MOD(6705,201343 | 1065 | #define MULTI_LETTER_MOD(6705,201346 |
| 1066 | #undef SINGLE_LETTER_MOD6763,202641 | 1066 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1067 | #undef MULTI_LETTER_MOD6764,202666 | 1067 | #undef MULTI_LETTER_MOD6764,202669 |
| 1068 | lucid_event_type_list_p 6775,202889 | 1068 | lucid_event_type_list_p 6775,202892 |
| 1069 | get_input_pending 6814,203960 | 1069 | get_input_pending 6814,203963 |
| 1070 | record_asynch_buffer_change 6834,204579 | 1070 | record_asynch_buffer_change 6834,204582 |
| 1071 | gobble_input 6872,205702 | 1071 | gobble_input 6872,205705 |
| 1072 | tty_read_avail_input 6967,208310 | 1072 | tty_read_avail_input 6967,208313 |
| 1073 | handle_async_input 7149,214039 | 1073 | handle_async_input 7149,214042 |
| 1074 | process_pending_signals 7165,214359 | 1074 | process_pending_signals 7165,214362 |
| 1075 | unblock_input_to 7177,214645 | 1075 | unblock_input_to 7177,214648 |
| 1076 | unblock_input 7200,215277 | 1076 | unblock_input 7200,215280 |
| 1077 | totally_unblock_input 7209,215445 | 1077 | totally_unblock_input 7209,215448 |
| 1078 | handle_input_available_signal 7217,215529 | 1078 | handle_input_available_signal 7217,215532 |
| 1079 | deliver_input_available_signal 7226,215700 | 1079 | deliver_input_available_signal 7226,215703 |
| 1080 | struct user_signal_info7235,215865 | 1080 | struct user_signal_info7235,215868 |
| 1081 | static struct user_signal_info *user_signals user_signals7250,216090 | 1081 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1082 | add_user_signal 7253,216149 | 1082 | add_user_signal 7253,216152 |
| 1083 | handle_user_signal 7275,216598 | 1083 | handle_user_signal 7275,216601 |
| 1084 | deliver_user_signal 7316,217558 | 1084 | deliver_user_signal 7316,217561 |
| 1085 | find_user_signal_name 7322,217659 | 1085 | find_user_signal_name 7322,217662 |
| 1086 | store_user_signal_events 7334,217841 | 1086 | store_user_signal_events 7334,217844 |
| 1087 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1087 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1088 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1088 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1089 | static int menu_bar_items_index;7369,218672 | 1089 | static int menu_bar_items_index;7369,218675 |
| 1090 | static const char *separator_names[separator_names7372,218707 | 1090 | static const char *separator_names[separator_names7372,218710 |
| 1091 | menu_separator_name_p 7393,219148 | 1091 | menu_separator_name_p 7393,219151 |
| 1092 | menu_bar_items 7426,219852 | 1092 | menu_bar_items 7426,219855 |
| 1093 | Lisp_Object item_properties;7568,224603 | 1093 | Lisp_Object item_properties;7568,224606 |
| 1094 | menu_bar_item 7571,224645 | 1094 | menu_bar_item 7571,224648 |
| 1095 | menu_item_eval_property_1 7647,227175 | 1095 | menu_item_eval_property_1 7647,227178 |
| 1096 | eval_dyn 7658,227465 | 1096 | eval_dyn 7658,227468 |
| 1097 | menu_item_eval_property 7666,227675 | 1097 | menu_item_eval_property 7666,227678 |
| 1098 | parse_menu_item 7686,228341 | 1098 | parse_menu_item 7686,228344 |
| 1099 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1099 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1100 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1100 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1101 | static int ntool_bar_items;7974,236606 | 1101 | static int ntool_bar_items;7974,236609 |
| 1102 | tool_bar_items 7990,237083 | 1102 | tool_bar_items 7990,237086 |
| 1103 | process_tool_bar_item 8075,239892 | 1103 | process_tool_bar_item 8075,239895 |
| 1104 | #define PROP(8112,240969 | 1104 | #define PROP(8112,240972 |
| 1105 | set_prop 8114,241038 | 1105 | set_prop 8114,241041 |
| 1106 | parse_tool_bar_item 8167,242453 | 1106 | parse_tool_bar_item 8167,242456 |
| 1107 | #undef PROP8379,248844 | 1107 | #undef PROP8379,248847 |
| 1108 | init_tool_bar_items 8387,248969 | 1108 | init_tool_bar_items 8387,248972 |
| 1109 | append_tool_bar_item 8401,249261 | 1109 | append_tool_bar_item 8401,249264 |
| 1110 | read_char_x_menu_prompt 8443,250771 | 1110 | read_char_x_menu_prompt 8443,250774 |
| 1111 | read_char_minibuf_menu_prompt 8503,252445 | 1111 | read_char_minibuf_menu_prompt 8503,252448 |
| 1112 | #define PUSH_C_STR(8527,253014 | 1112 | #define PUSH_C_STR(8527,253017 |
| 1113 | follow_key 8726,258553 | 1113 | follow_key 8726,258556 |
| 1114 | active_maps 8733,258695 | 1114 | active_maps 8733,258698 |
| 1115 | typedef struct keyremap8742,259021 | 1115 | typedef struct keyremap8742,259024 |
| 1116 | } keyremap;8754,259464 | 1116 | } keyremap;8754,259467 |
| 1117 | access_keymap_keyremap 8764,259808 | 1117 | access_keymap_keyremap 8764,259811 |
| 1118 | keyremap_step 8811,261450 | 1118 | keyremap_step 8811,261453 |
| 1119 | test_undefined 8867,262934 | 1119 | test_undefined 8867,262937 |
| 1120 | read_key_sequence 8916,264861 | 1120 | read_key_sequence 8916,264864 |
| 1121 | read_key_sequence_vs 9826,295821 | 1121 | read_key_sequence_vs 9826,295824 |
| 1122 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1122 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1123 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1123 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1124 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1124 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1125 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1125 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1126 | detect_input_pending 9950,300488 | 1126 | detect_input_pending 9950,300491 |
| 1127 | detect_input_pending_ignore_squeezables 9959,300654 | 1127 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1128 | detect_input_pending_run_timers 9967,300870 | 1128 | detect_input_pending_run_timers 9967,300873 |
| 1129 | clear_input_pending 9985,301362 | 1129 | clear_input_pending 9985,301365 |
| 1130 | requeued_events_pending_p 9997,301732 | 1130 | requeued_events_pending_p 9997,301735 |
| 1131 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1131 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1132 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1132 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1133 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1133 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1134 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1134 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1135 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1135 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1136 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1136 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1137 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1137 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1138 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1138 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1139 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1139 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1140 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1140 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1141 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1141 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1142 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1142 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1143 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1143 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1144 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1144 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1145 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1145 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1146 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1146 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1147 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1147 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1148 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1148 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1149 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1149 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1150 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1150 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1151 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1151 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1152 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1152 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1153 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1153 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1154 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1154 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1155 | stuff_buffered_input 10285,311045 | 1155 | stuff_buffered_input 10285,311048 |
| 1156 | set_waiting_for_input 10323,312016 | 1156 | set_waiting_for_input 10323,312019 |
| 1157 | clear_waiting_for_input 10337,312390 | 1157 | clear_waiting_for_input 10337,312393 |
| 1158 | handle_interrupt_signal 10351,312754 | 1158 | handle_interrupt_signal 10351,312757 |
| 1159 | deliver_interrupt_signal 10378,313642 | 1159 | deliver_interrupt_signal 10378,313645 |
| 1160 | static int volatile force_quit_count;10387,313932 | 1160 | static int volatile force_quit_count;10387,313935 |
| 1161 | handle_interrupt 10401,314414 | 1161 | handle_interrupt 10401,314417 |
| 1162 | quit_throw_to_read_char 10541,318711 | 1162 | quit_throw_to_read_char 10541,318714 |
| 1163 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1163 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1164 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1164 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1165 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1165 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1166 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1166 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1167 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1167 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1168 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1168 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1169 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1169 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1170 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1170 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1171 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1171 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1172 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1172 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1173 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1173 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1174 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1174 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1175 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1175 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1176 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1176 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1177 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1177 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1178 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1178 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1179 | init_kboard 10861,328214 | 1179 | init_kboard 10861,328217 |
| 1180 | allocate_kboard 10893,329284 | 1180 | allocate_kboard 10893,329287 |
| 1181 | wipe_kboard 10909,329637 | 1181 | wipe_kboard 10909,329640 |
| 1182 | delete_kboard 10917,329751 | 1182 | delete_kboard 10917,329754 |
| 1183 | init_keyboard 10942,330281 | 1183 | init_keyboard 10942,330284 |
| 1184 | struct event_head11021,332696 | 1184 | struct event_head11021,332699 |
| 1185 | static const struct event_head head_table[head_table11027,332747 | 1185 | static const struct event_head head_table[head_table11027,332750 |
| 1186 | syms_of_keyboard 11045,333577 | 1186 | syms_of_keyboard 11045,333580 |
| 1187 | keys_of_keyboard 11841,367115 | 1187 | keys_of_keyboard 11841,367118 |
| 1188 | mark_kboards 11916,370434 | 1188 | mark_kboards 11916,370437 |
| 1189 | 1189 | ||
| 1190 | c-src/emacs/src/lisp.h,20276 | 1190 | c-src/emacs/src/lisp.h,20276 |
| 1191 | #define EMACS_LISP_H22,801 | 1191 | #define EMACS_LISP_H22,801 |
| @@ -2166,109 +2166,109 @@ el-src/emacs/lisp/progmodes/etags.el,5069 | |||
| 2166 | (defcustom tags-tag-face 148,5700 | 2166 | (defcustom tags-tag-face 148,5700 |
| 2167 | (defcustom tags-apropos-verbose 154,5835 | 2167 | (defcustom tags-apropos-verbose 154,5835 |
| 2168 | (defcustom tags-apropos-additional-actions 160,5999 | 2168 | (defcustom tags-apropos-additional-actions 160,5999 |
| 2169 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 2169 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 2170 | (defvar default-tags-table-function 189,7098 | 2170 | (defvar default-tags-table-function 189,7101 |
| 2171 | (defvar tags-location-ring 194,7324 | 2171 | (defvar tags-location-ring 194,7327 |
| 2172 | (defvar tags-table-files 201,7600 | 2172 | (defvar tags-table-files 201,7603 |
| 2173 | (defvar tags-completion-table 206,7767 | 2173 | (defvar tags-completion-table 206,7770 |
| 2174 | (defvar tags-included-tables 209,7859 | 2174 | (defvar tags-included-tables 209,7862 |
| 2175 | (defvar next-file-list 212,7954 | 2175 | (defvar next-file-list 212,7957 |
| 2176 | (defvar tags-table-format-functions 217,8060 | 2176 | (defvar tags-table-format-functions 217,8063 |
| 2177 | (defvar file-of-tag-function 224,8441 | 2177 | (defvar file-of-tag-function 224,8444 |
| 2178 | (defvar tags-table-files-function 228,8635 | 2178 | (defvar tags-table-files-function 228,8638 |
| 2179 | (defvar tags-completion-table-function 230,8746 | 2179 | (defvar tags-completion-table-function 230,8749 |
| 2180 | (defvar snarf-tag-function 232,8841 | 2180 | (defvar snarf-tag-function 232,8844 |
| 2181 | (defvar goto-tag-location-function 236,9050 | 2181 | (defvar goto-tag-location-function 236,9053 |
| 2182 | (defvar find-tag-regexp-search-function 239,9223 | 2182 | (defvar find-tag-regexp-search-function 239,9226 |
| 2183 | (defvar find-tag-regexp-tag-order 241,9344 | 2183 | (defvar find-tag-regexp-tag-order 241,9347 |
| 2184 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 2184 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 2185 | (defvar find-tag-search-function 245,9573 | 2185 | (defvar find-tag-search-function 245,9576 |
| 2186 | (defvar find-tag-tag-order 247,9680 | 2186 | (defvar find-tag-tag-order 247,9683 |
| 2187 | (defvar find-tag-next-line-after-failure-p 249,9775 | 2187 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 2188 | (defvar list-tags-function 251,9881 | 2188 | (defvar list-tags-function 251,9884 |
| 2189 | (defvar tags-apropos-function 253,9969 | 2189 | (defvar tags-apropos-function 253,9972 |
| 2190 | (defvar tags-included-tables-function 255,10063 | 2190 | (defvar tags-included-tables-function 255,10066 |
| 2191 | (defvar verify-tags-table-function 257,10182 | 2191 | (defvar verify-tags-table-function 257,10185 |
| 2192 | (defun initialize-new-tags-table 260,10293 | 2192 | (defun initialize-new-tags-table 260,10296 |
| 2193 | (defun tags-table-mode 276,10981 | 2193 | (defun tags-table-mode 276,10984 |
| 2194 | (defun visit-tags-table 285,11246 | 2194 | (defun visit-tags-table 285,11249 |
| 2195 | (defun tags-table-check-computed-list 321,12784 | 2195 | (defun tags-table-check-computed-list 321,12787 |
| 2196 | (defun tags-table-extend-computed-list 360,14655 | 2196 | (defun tags-table-extend-computed-list 360,14658 |
| 2197 | (defun tags-expand-table-name 400,16368 | 2197 | (defun tags-expand-table-name 400,16371 |
| 2198 | (defun tags-table-list-member 409,16711 | 2198 | (defun tags-table-list-member 409,16714 |
| 2199 | (defun tags-verify-table 421,17183 | 2199 | (defun tags-verify-table 421,17186 |
| 2200 | (defun tags-table-including 470,19303 | 2200 | (defun tags-table-including 470,19306 |
| 2201 | (defun tags-next-table 522,21347 | 2201 | (defun tags-next-table 522,21350 |
| 2202 | (defun visit-tags-table-buffer 543,22204 | 2202 | (defun visit-tags-table-buffer 543,22207 |
| 2203 | (defun tags-reset-tags-tables 712,28514 | 2203 | (defun tags-reset-tags-tables 712,28517 |
| 2204 | (defun file-of-tag 731,29171 | 2204 | (defun file-of-tag 731,29174 |
| 2205 | (defun tags-table-files 740,29521 | 2205 | (defun tags-table-files 740,29524 |
| 2206 | (defun tags-included-tables 749,29871 | 2206 | (defun tags-included-tables 749,29874 |
| 2207 | (defun tags-completion-table 755,30117 | 2207 | (defun tags-completion-table 755,30120 |
| 2208 | (defun tags-lazy-completion-table 783,31311 | 2208 | (defun tags-lazy-completion-table 783,31314 |
| 2209 | (defun tags-completion-at-point-function 799,31946 | 2209 | (defun tags-completion-at-point-function 799,31949 |
| 2210 | (defun find-tag-tag 818,32696 | 2210 | (defun find-tag-tag 818,32699 |
| 2211 | (defvar last-tag 837,33369 | 2211 | (defvar last-tag 837,33372 |
| 2212 | (defun find-tag-interactive 840,33428 | 2212 | (defun find-tag-interactive 840,33431 |
| 2213 | (defvar find-tag-history 852,33843 | 2213 | (defvar find-tag-history 852,33846 |
| 2214 | (defun find-tag-noselect 860,34013 | 2214 | (defun find-tag-noselect 860,34016 |
| 2215 | (defun find-tag 932,37127 | 2215 | (defun find-tag 932,37130 |
| 2216 | (defun find-tag-other-window 959,38343 | 2216 | (defun find-tag-other-window 959,38346 |
| 2217 | (defun find-tag-other-frame 1000,40271 | 2217 | (defun find-tag-other-frame 1000,40274 |
| 2218 | (defun find-tag-regexp 1025,41445 | 2218 | (defun find-tag-regexp 1025,41448 |
| 2219 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 2219 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 2220 | (defvar tag-lines-already-matched 1052,42658 | 2220 | (defvar tag-lines-already-matched 1052,42661 |
| 2221 | (defun find-tag-in-order 1055,42765 | 2221 | (defun find-tag-in-order 1055,42768 |
| 2222 | (defun tag-find-file-of-tag-noselect 1167,47111 | 2222 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 2223 | (defun tag-find-file-of-tag 1200,48957 | 2223 | (defun tag-find-file-of-tag 1200,48960 |
| 2224 | (defun etags-recognize-tags-table 1208,49183 | 2224 | (defun etags-recognize-tags-table 1208,49186 |
| 2225 | (defun etags-verify-tags-table 1241,50814 | 2225 | (defun etags-verify-tags-table 1241,50817 |
| 2226 | (defun etags-file-of-tag 1246,51012 | 2226 | (defun etags-file-of-tag 1246,51015 |
| 2227 | (defun etags-tags-completion-table 1256,51347 | 2227 | (defun etags-tags-completion-table 1256,51350 |
| 2228 | (defun etags-snarf-tag 1286,52553 | 2228 | (defun etags-snarf-tag 1286,52556 |
| 2229 | (defun etags-goto-tag-location 1324,54122 | 2229 | (defun etags-goto-tag-location 1324,54125 |
| 2230 | (defun etags-list-tags 1388,56565 | 2230 | (defun etags-list-tags 1388,56568 |
| 2231 | (defmacro tags-with-face 1423,57840 | 2231 | (defmacro tags-with-face 1423,57843 |
| 2232 | (defun etags-tags-apropos-additional 1431,58173 | 2232 | (defun etags-tags-apropos-additional 1431,58176 |
| 2233 | (defun etags-tags-apropos 1465,59410 | 2233 | (defun etags-tags-apropos 1465,59413 |
| 2234 | (defun etags-tags-table-files 1527,61619 | 2234 | (defun etags-tags-table-files 1527,61622 |
| 2235 | (defun etags-tags-included-tables 1542,62055 | 2235 | (defun etags-tags-included-tables 1542,62058 |
| 2236 | (defun tags-recognize-empty-tags-table 1559,62595 | 2236 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 2237 | (defun tag-exact-file-name-match-p 1587,63741 | 2237 | (defun tag-exact-file-name-match-p 1587,63744 |
| 2238 | (defun tag-file-name-match-p 1596,64134 | 2238 | (defun tag-file-name-match-p 1596,64137 |
| 2239 | (defun tag-exact-match-p 1609,64690 | 2239 | (defun tag-exact-match-p 1609,64693 |
| 2240 | (defun tag-implicit-name-match-p 1620,65258 | 2240 | (defun tag-implicit-name-match-p 1620,65261 |
| 2241 | (defun tag-symbol-match-p 1633,65858 | 2241 | (defun tag-symbol-match-p 1633,65861 |
| 2242 | (defun tag-word-match-p 1643,66294 | 2242 | (defun tag-word-match-p 1643,66297 |
| 2243 | (defun tag-partial-file-name-match-p 1652,66692 | 2243 | (defun tag-partial-file-name-match-p 1652,66695 |
| 2244 | (defun tag-any-match-p 1662,67136 | 2244 | (defun tag-any-match-p 1662,67139 |
| 2245 | (defun tag-re-match-p 1667,67320 | 2245 | (defun tag-re-match-p 1667,67323 |
| 2246 | (defcustom tags-loop-revert-buffers 1675,67569 | 2246 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 2247 | (defun next-file 1685,67978 | 2247 | (defun next-file 1685,67981 |
| 2248 | (defvar tags-loop-operate 1760,70892 | 2248 | (defvar tags-loop-operate 1760,70895 |
| 2249 | (defvar tags-loop-scan1763,70986 | 2249 | (defvar tags-loop-scan1763,70989 |
| 2250 | (defun tags-loop-eval 1771,71315 | 2250 | (defun tags-loop-eval 1771,71318 |
| 2251 | (defun tags-loop-continue 1782,71644 | 2251 | (defun tags-loop-continue 1782,71647 |
| 2252 | (defun tags-search 1850,73950 | 2252 | (defun tags-search 1850,73953 |
| 2253 | (defun tags-query-replace 1871,74776 | 2253 | (defun tags-query-replace 1871,74779 |
| 2254 | (defun tags-complete-tags-table-file 1896,76000 | 2254 | (defun tags-complete-tags-table-file 1896,76003 |
| 2255 | (defun list-tags 1906,76379 | 2255 | (defun list-tags 1906,76382 |
| 2256 | (defun tags-apropos 1934,77332 | 2256 | (defun tags-apropos 1934,77335 |
| 2257 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 2257 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 2258 | (defun select-tags-table 1964,78397 | 2258 | (defun select-tags-table 1964,78400 |
| 2259 | (defvar select-tags-table-mode-map 2019,80524 | 2259 | (defvar select-tags-table-mode-map 2019,80527 |
| 2260 | (define-derived-mode select-tags-table-mode 2030,80907 | 2260 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 2261 | (defun select-tags-table-select 2034,81091 | 2261 | (defun select-tags-table-select 2034,81094 |
| 2262 | (defun select-tags-table-quit 2043,81457 | 2262 | (defun select-tags-table-quit 2043,81460 |
| 2263 | (defun complete-tag 2049,81612 | 2263 | (defun complete-tag 2049,81615 |
| 2264 | (defconst etags--xref-limit 2074,82553 | 2264 | (defconst etags--xref-limit 2074,82556 |
| 2265 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 2265 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 2266 | (defun etags-xref-find 2082,82878 | 2266 | (defun etags-xref-find 2082,82881 |
| 2267 | (defun etags--xref-find-definitions 2096,83407 | 2267 | (defun etags--xref-find-definitions 2096,83410 |
| 2268 | (defclass xref-etags-location 2129,85121 | 2268 | (defclass xref-etags-location 2129,85124 |
| 2269 | (defun xref-make-etags-location 2135,85344 | 2269 | (defun xref-make-etags-location 2135,85347 |
| 2270 | (cl-defmethod xref-location-marker 2139,85499 | 2270 | (cl-defmethod xref-location-marker 2139,85502 |
| 2271 | (cl-defmethod xref-location-line 2146,85743 | 2271 | (cl-defmethod xref-location-line 2146,85746 |
| 2272 | 2272 | ||
| 2273 | erl-src/gs_dialog.erl,98 | 2273 | erl-src/gs_dialog.erl,98 |
| 2274 | -define(VERSION2,32 | 2274 | -define(VERSION2,32 |
diff --git a/test/manual/etags/ETAGS.good_2 b/test/manual/etags/ETAGS.good_2 index 124aa7fc1cf..3c611dc8ef5 100644 --- a/test/manual/etags/ETAGS.good_2 +++ b/test/manual/etags/ETAGS.good_2 | |||
| @@ -1098,288 +1098,288 @@ record_auto_save 742,23849 | |||
| 1098 | force_auto_save_soon 751,24017 | 1098 | force_auto_save_soon 751,24017 |
| 1099 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 1099 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 1100 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 1100 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 1101 | recursive_edit_unwind 804,25748 | 1101 | recursive_edit_unwind 804,25751 |
| 1102 | any_kboard_state 817,26014 | 1102 | any_kboard_state 817,26017 |
| 1103 | single_kboard_state 838,26666 | 1103 | single_kboard_state 838,26669 |
| 1104 | not_single_kboard_state 848,26804 | 1104 | not_single_kboard_state 848,26807 |
| 1105 | struct kboard_stack858,27066 | 1105 | struct kboard_stack858,27069 |
| 1106 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 1106 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 1107 | push_kboard 867,27187 | 1107 | push_kboard 867,27190 |
| 1108 | pop_kboard 879,27376 | 1108 | pop_kboard 879,27379 |
| 1109 | temporarily_switch_to_single_kboard 914,28264 | 1109 | temporarily_switch_to_single_kboard 914,28267 |
| 1110 | record_single_kboard_state 943,29438 | 1110 | record_single_kboard_state 943,29441 |
| 1111 | restore_kboard_configuration 952,29622 | 1111 | restore_kboard_configuration 952,29625 |
| 1112 | cmd_error 970,30078 | 1112 | cmd_error 970,30081 |
| 1113 | cmd_error_internal 1024,31511 | 1113 | cmd_error_internal 1024,31514 |
| 1114 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 1114 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 1115 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 1115 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 1116 | static Lisp_Object command_loop_2 1086,33638 | 1116 | static Lisp_Object command_loop_2 1086,33641 |
| 1117 | static Lisp_Object top_level_1 1087,33687 | 1117 | static Lisp_Object top_level_1 1087,33690 |
| 1118 | command_loop 1094,33917 | 1118 | command_loop 1094,33920 |
| 1119 | command_loop_2 1134,35136 | 1119 | command_loop_2 1134,35139 |
| 1120 | top_level_2 1146,35340 | 1120 | top_level_2 1146,35343 |
| 1121 | top_level_1 1152,35418 | 1121 | top_level_1 1152,35421 |
| 1122 | DEFUN ("top-level", Ftop_level,1164,35788 | 1122 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 1123 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 1123 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 1124 | user_error 1183,36289 | 1124 | user_error 1183,36292 |
| 1125 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 1125 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 1126 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 1126 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 1127 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 1127 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 1128 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 1128 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 1129 | tracking_off 1216,37282 | 1129 | tracking_off 1216,37285 |
| 1130 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 1130 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 1131 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 1131 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 1132 | bool ignore_mouse_drag_p;1256,38393 | 1132 | bool ignore_mouse_drag_p;1256,38396 |
| 1133 | some_mouse_moved 1259,38442 | 1133 | some_mouse_moved 1259,38445 |
| 1134 | static int read_key_sequence 1282,38800 | 1134 | static int read_key_sequence 1282,38803 |
| 1135 | static void adjust_point_for_property 1284,38918 | 1135 | static void adjust_point_for_property 1284,38921 |
| 1136 | Lisp_Object last_undo_boundary;1287,39033 | 1136 | Lisp_Object last_undo_boundary;1287,39036 |
| 1137 | command_loop_1 1294,39274 | 1137 | command_loop_1 1294,39277 |
| 1138 | read_menu_command 1649,50890 | 1138 | read_menu_command 1649,50893 |
| 1139 | adjust_point_for_property 1678,51618 | 1139 | adjust_point_for_property 1678,51621 |
| 1140 | safe_run_hooks_1 1831,57340 | 1140 | safe_run_hooks_1 1831,57343 |
| 1141 | safe_run_hooks_error 1841,57570 | 1141 | safe_run_hooks_error 1841,57573 |
| 1142 | safe_run_hook_funcall 1878,58577 | 1142 | safe_run_hook_funcall 1878,58580 |
| 1143 | safe_run_hooks 1893,59059 | 1143 | safe_run_hooks 1893,59062 |
| 1144 | int poll_suppress_count;1908,59398 | 1144 | int poll_suppress_count;1908,59401 |
| 1145 | static struct atimer *poll_timer;poll_timer1915,59488 | 1145 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 1146 | poll_for_input_1 1919,59590 | 1146 | poll_for_input_1 1919,59593 |
| 1147 | poll_for_input 1930,59790 | 1147 | poll_for_input 1930,59793 |
| 1148 | start_polling 1942,60054 | 1148 | start_polling 1942,60057 |
| 1149 | input_polling_used 1979,61092 | 1149 | input_polling_used 1979,61095 |
| 1150 | stop_polling 1994,61391 | 1150 | stop_polling 1994,61394 |
| 1151 | set_poll_suppress_count 2009,61760 | 1151 | set_poll_suppress_count 2009,61763 |
| 1152 | bind_polling_period 2029,62142 | 1152 | bind_polling_period 2029,62145 |
| 1153 | make_ctrl_char 2048,62493 | 1153 | make_ctrl_char 2048,62496 |
| 1154 | show_help_echo 2113,64456 | 1154 | show_help_echo 2113,64459 |
| 1155 | static Lisp_Object kbd_buffer_get_event 2152,65485 | 1155 | static Lisp_Object kbd_buffer_get_event 2152,65488 |
| 1156 | static void record_char 2154,65597 | 1156 | static void record_char 2154,65600 |
| 1157 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 1157 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 1158 | read_char_help_form_unwind 2158,65702 | 1158 | read_char_help_form_unwind 2158,65705 |
| 1159 | #define STOP_POLLING 2166,65960 | 1159 | #define STOP_POLLING 2166,65963 |
| 1160 | #define RESUME_POLLING 2170,66085 | 1160 | #define RESUME_POLLING 2170,66088 |
| 1161 | read_event_from_main_queue 2175,66230 | 1161 | read_event_from_main_queue 2175,66233 |
| 1162 | read_decoded_event_from_main_queue 2249,68418 | 1162 | read_decoded_event_from_main_queue 2249,68421 |
| 1163 | #define MAX_ENCODED_BYTES 2254,68665 | 1163 | #define MAX_ENCODED_BYTES 2254,68668 |
| 1164 | echo_keystrokes_p 2342,71557 | 1164 | echo_keystrokes_p 2342,71560 |
| 1165 | read_char 2376,72849 | 1165 | read_char 2376,72852 |
| 1166 | record_menu_key 3225,98950 | 1166 | record_menu_key 3225,98953 |
| 1167 | help_char_p 3258,99675 | 1167 | help_char_p 3258,99678 |
| 1168 | record_char 3273,99954 | 1168 | record_char 3273,99957 |
| 1169 | save_getcjmp 3412,104236 | 1169 | save_getcjmp 3412,104239 |
| 1170 | restore_getcjmp 3418,104327 | 1170 | restore_getcjmp 3418,104330 |
| 1171 | readable_events 3430,104698 | 1171 | readable_events 3430,104701 |
| 1172 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 1172 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 1173 | event_to_kboard 3500,106494 | 1173 | event_to_kboard 3500,106497 |
| 1174 | kbd_buffer_nr_stored 3522,107143 | 1174 | kbd_buffer_nr_stored 3522,107146 |
| 1175 | kbd_buffer_store_event 3534,107484 | 1175 | kbd_buffer_store_event 3534,107487 |
| 1176 | kbd_buffer_store_event_hold 3550,108026 | 1176 | kbd_buffer_store_event_hold 3550,108029 |
| 1177 | kbd_buffer_unget_event 3684,111618 | 1177 | kbd_buffer_unget_event 3684,111621 |
| 1178 | #define INPUT_EVENT_POS_MAX 3698,112019 | 1178 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 1179 | #define INPUT_EVENT_POS_MIN 3701,112148 | 1179 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 1180 | position_to_Time 3706,112288 | 1180 | position_to_Time 3706,112291 |
| 1181 | Time_to_position 3716,112515 | 1181 | Time_to_position 3716,112518 |
| 1182 | gen_help_event 3738,113172 | 1182 | gen_help_event 3738,113175 |
| 1183 | kbd_buffer_store_help_event 3756,113612 | 1183 | kbd_buffer_store_help_event 3756,113615 |
| 1184 | discard_mouse_events 3773,113977 | 1184 | discard_mouse_events 3773,113980 |
| 1185 | kbd_buffer_events_waiting 3803,114712 | 1185 | kbd_buffer_events_waiting 3803,114715 |
| 1186 | clear_event 3823,115069 | 1186 | clear_event 3823,115072 |
| 1187 | kbd_buffer_get_event 3836,115409 | 1187 | kbd_buffer_get_event 3836,115412 |
| 1188 | process_special_events 4258,127882 | 1188 | process_special_events 4258,127885 |
| 1189 | swallow_events 4322,129706 | 1189 | swallow_events 4322,129709 |
| 1190 | timer_start_idle 4339,130099 | 1190 | timer_start_idle 4339,130102 |
| 1191 | timer_stop_idle 4355,130577 | 1191 | timer_stop_idle 4355,130580 |
| 1192 | timer_resume_idle 4363,130721 | 1192 | timer_resume_idle 4363,130724 |
| 1193 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1193 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1194 | Lisp_Object pending_funcalls;4377,131173 | 1194 | Lisp_Object pending_funcalls;4377,131176 |
| 1195 | decode_timer 4381,131294 | 1195 | decode_timer 4381,131297 |
| 1196 | timer_check_2 4414,132247 | 1196 | timer_check_2 4414,132250 |
| 1197 | timer_check 4572,136818 | 1197 | timer_check 4572,136821 |
| 1198 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1198 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1199 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1199 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1200 | static Lisp_Object accent_key_syms;4625,138240 | 1200 | static Lisp_Object accent_key_syms;4625,138243 |
| 1201 | static Lisp_Object func_key_syms;4626,138276 | 1201 | static Lisp_Object func_key_syms;4626,138279 |
| 1202 | static Lisp_Object mouse_syms;4627,138310 | 1202 | static Lisp_Object mouse_syms;4627,138313 |
| 1203 | static Lisp_Object wheel_syms;4628,138341 | 1203 | static Lisp_Object wheel_syms;4628,138344 |
| 1204 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1204 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1205 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1205 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1206 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1206 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1207 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1207 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1208 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1208 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1209 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1209 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1210 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1210 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1211 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1211 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1212 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1212 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1213 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1213 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1214 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1214 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1215 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1215 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1216 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1216 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1217 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1217 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1218 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1218 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1219 | static Lisp_Object button_down_location;5210,156911 | 1219 | static Lisp_Object button_down_location;5210,156914 |
| 1220 | static int last_mouse_button;5215,157066 | 1220 | static int last_mouse_button;5215,157069 |
| 1221 | static int last_mouse_x;5216,157096 | 1221 | static int last_mouse_x;5216,157099 |
| 1222 | static int last_mouse_y;5217,157121 | 1222 | static int last_mouse_y;5217,157124 |
| 1223 | static Time button_down_time;5218,157146 | 1223 | static Time button_down_time;5218,157149 |
| 1224 | static int double_click_count;5222,157230 | 1224 | static int double_click_count;5222,157233 |
| 1225 | make_lispy_position 5228,157391 | 1225 | make_lispy_position 5228,157394 |
| 1226 | toolkit_menubar_in_use 5456,163954 | 1226 | toolkit_menubar_in_use 5456,163957 |
| 1227 | make_scroll_bar_position 5469,164322 | 1227 | make_scroll_bar_position 5469,164325 |
| 1228 | make_lispy_event 5485,164968 | 1228 | make_lispy_event 5485,164971 |
| 1229 | make_lispy_movement 6104,183531 | 1229 | make_lispy_movement 6104,183534 |
| 1230 | make_lispy_switch_frame 6131,184262 | 1230 | make_lispy_switch_frame 6131,184265 |
| 1231 | make_lispy_focus_in 6137,184369 | 1231 | make_lispy_focus_in 6137,184372 |
| 1232 | make_lispy_focus_out 6145,184495 | 1232 | make_lispy_focus_out 6145,184498 |
| 1233 | parse_modifiers_uncached 6163,184945 | 1233 | parse_modifiers_uncached 6163,184948 |
| 1234 | #define SINGLE_LETTER_MOD(6185,185465 | 1234 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1235 | #undef SINGLE_LETTER_MOD6212,185906 | 1235 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1236 | #define MULTI_LETTER_MOD(6214,185932 | 1236 | #define MULTI_LETTER_MOD(6214,185935 |
| 1237 | #undef MULTI_LETTER_MOD6231,186400 | 1237 | #undef MULTI_LETTER_MOD6231,186403 |
| 1238 | apply_modifiers_uncached 6273,187574 | 1238 | apply_modifiers_uncached 6273,187577 |
| 1239 | static const char *const modifier_names[modifier_names6319,189193 | 1239 | static const char *const modifier_names[modifier_names6319,189196 |
| 1240 | #define NUM_MOD_NAMES 6325,189399 | 1240 | #define NUM_MOD_NAMES 6325,189402 |
| 1241 | static Lisp_Object modifier_symbols;6327,189449 | 1241 | static Lisp_Object modifier_symbols;6327,189452 |
| 1242 | lispy_modifier_list 6331,189586 | 1242 | lispy_modifier_list 6331,189589 |
| 1243 | #define KEY_TO_CHAR(6353,190252 | 1243 | #define KEY_TO_CHAR(6353,190255 |
| 1244 | parse_modifiers 6356,190328 | 1244 | parse_modifiers 6356,190331 |
| 1245 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1245 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1246 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1246 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1247 | apply_modifiers 6422,192391 | 1247 | apply_modifiers 6422,192394 |
| 1248 | reorder_modifiers 6491,194720 | 1248 | reorder_modifiers 6491,194723 |
| 1249 | modify_event_symbol 6536,196528 | 1249 | modify_event_symbol 6536,196531 |
| 1250 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1250 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1251 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1251 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1252 | parse_solitary_modifier 6695,201135 | 1252 | parse_solitary_modifier 6695,201138 |
| 1253 | #define SINGLE_LETTER_MOD(6701,201258 | 1253 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1254 | #define MULTI_LETTER_MOD(6705,201343 | 1254 | #define MULTI_LETTER_MOD(6705,201346 |
| 1255 | #undef SINGLE_LETTER_MOD6763,202641 | 1255 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1256 | #undef MULTI_LETTER_MOD6764,202666 | 1256 | #undef MULTI_LETTER_MOD6764,202669 |
| 1257 | lucid_event_type_list_p 6775,202889 | 1257 | lucid_event_type_list_p 6775,202892 |
| 1258 | get_input_pending 6814,203960 | 1258 | get_input_pending 6814,203963 |
| 1259 | record_asynch_buffer_change 6834,204579 | 1259 | record_asynch_buffer_change 6834,204582 |
| 1260 | gobble_input 6872,205702 | 1260 | gobble_input 6872,205705 |
| 1261 | tty_read_avail_input 6967,208310 | 1261 | tty_read_avail_input 6967,208313 |
| 1262 | handle_async_input 7149,214039 | 1262 | handle_async_input 7149,214042 |
| 1263 | process_pending_signals 7165,214359 | 1263 | process_pending_signals 7165,214362 |
| 1264 | unblock_input_to 7177,214645 | 1264 | unblock_input_to 7177,214648 |
| 1265 | unblock_input 7200,215277 | 1265 | unblock_input 7200,215280 |
| 1266 | totally_unblock_input 7209,215445 | 1266 | totally_unblock_input 7209,215448 |
| 1267 | handle_input_available_signal 7217,215529 | 1267 | handle_input_available_signal 7217,215532 |
| 1268 | deliver_input_available_signal 7226,215700 | 1268 | deliver_input_available_signal 7226,215703 |
| 1269 | struct user_signal_info7235,215865 | 1269 | struct user_signal_info7235,215868 |
| 1270 | static struct user_signal_info *user_signals user_signals7250,216090 | 1270 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1271 | add_user_signal 7253,216149 | 1271 | add_user_signal 7253,216152 |
| 1272 | handle_user_signal 7275,216598 | 1272 | handle_user_signal 7275,216601 |
| 1273 | deliver_user_signal 7316,217558 | 1273 | deliver_user_signal 7316,217561 |
| 1274 | find_user_signal_name 7322,217659 | 1274 | find_user_signal_name 7322,217662 |
| 1275 | store_user_signal_events 7334,217841 | 1275 | store_user_signal_events 7334,217844 |
| 1276 | static void menu_bar_item 7362,218341 | 1276 | static void menu_bar_item 7362,218344 |
| 1277 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1277 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1278 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1278 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1279 | static int menu_bar_items_index;7369,218672 | 1279 | static int menu_bar_items_index;7369,218675 |
| 1280 | static const char *separator_names[separator_names7372,218707 | 1280 | static const char *separator_names[separator_names7372,218710 |
| 1281 | menu_separator_name_p 7393,219148 | 1281 | menu_separator_name_p 7393,219151 |
| 1282 | menu_bar_items 7426,219852 | 1282 | menu_bar_items 7426,219855 |
| 1283 | Lisp_Object item_properties;7568,224603 | 1283 | Lisp_Object item_properties;7568,224606 |
| 1284 | menu_bar_item 7571,224645 | 1284 | menu_bar_item 7571,224648 |
| 1285 | menu_item_eval_property_1 7647,227175 | 1285 | menu_item_eval_property_1 7647,227178 |
| 1286 | eval_dyn 7658,227465 | 1286 | eval_dyn 7658,227468 |
| 1287 | menu_item_eval_property 7666,227675 | 1287 | menu_item_eval_property 7666,227678 |
| 1288 | parse_menu_item 7686,228341 | 1288 | parse_menu_item 7686,228344 |
| 1289 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1289 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1290 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1290 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1291 | static int ntool_bar_items;7974,236606 | 1291 | static int ntool_bar_items;7974,236609 |
| 1292 | static void init_tool_bar_items 7978,236664 | 1292 | static void init_tool_bar_items 7978,236667 |
| 1293 | static void process_tool_bar_item 7979,236711 | 1293 | static void process_tool_bar_item 7979,236714 |
| 1294 | static bool parse_tool_bar_item 7981,236801 | 1294 | static bool parse_tool_bar_item 7981,236804 |
| 1295 | static void append_tool_bar_item 7982,236861 | 1295 | static void append_tool_bar_item 7982,236864 |
| 1296 | tool_bar_items 7990,237083 | 1296 | tool_bar_items 7990,237086 |
| 1297 | process_tool_bar_item 8075,239892 | 1297 | process_tool_bar_item 8075,239895 |
| 1298 | #define PROP(8112,240969 | 1298 | #define PROP(8112,240972 |
| 1299 | set_prop 8114,241038 | 1299 | set_prop 8114,241041 |
| 1300 | parse_tool_bar_item 8167,242453 | 1300 | parse_tool_bar_item 8167,242456 |
| 1301 | #undef PROP8379,248844 | 1301 | #undef PROP8379,248847 |
| 1302 | init_tool_bar_items 8387,248969 | 1302 | init_tool_bar_items 8387,248972 |
| 1303 | append_tool_bar_item 8401,249261 | 1303 | append_tool_bar_item 8401,249264 |
| 1304 | read_char_x_menu_prompt 8443,250771 | 1304 | read_char_x_menu_prompt 8443,250774 |
| 1305 | read_char_minibuf_menu_prompt 8503,252445 | 1305 | read_char_minibuf_menu_prompt 8503,252448 |
| 1306 | #define PUSH_C_STR(8527,253014 | 1306 | #define PUSH_C_STR(8527,253017 |
| 1307 | follow_key 8726,258553 | 1307 | follow_key 8726,258556 |
| 1308 | active_maps 8733,258695 | 1308 | active_maps 8733,258698 |
| 1309 | typedef struct keyremap8742,259021 | 1309 | typedef struct keyremap8742,259024 |
| 1310 | } keyremap;8754,259464 | 1310 | } keyremap;8754,259467 |
| 1311 | access_keymap_keyremap 8764,259808 | 1311 | access_keymap_keyremap 8764,259811 |
| 1312 | keyremap_step 8811,261450 | 1312 | keyremap_step 8811,261453 |
| 1313 | test_undefined 8867,262934 | 1313 | test_undefined 8867,262937 |
| 1314 | read_key_sequence 8916,264861 | 1314 | read_key_sequence 8916,264864 |
| 1315 | read_key_sequence_vs 9826,295821 | 1315 | read_key_sequence_vs 9826,295824 |
| 1316 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1316 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1317 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1317 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1318 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1318 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1319 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1319 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1320 | detect_input_pending 9950,300488 | 1320 | detect_input_pending 9950,300491 |
| 1321 | detect_input_pending_ignore_squeezables 9959,300654 | 1321 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1322 | detect_input_pending_run_timers 9967,300870 | 1322 | detect_input_pending_run_timers 9967,300873 |
| 1323 | clear_input_pending 9985,301362 | 1323 | clear_input_pending 9985,301365 |
| 1324 | requeued_events_pending_p 9997,301732 | 1324 | requeued_events_pending_p 9997,301735 |
| 1325 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1325 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1326 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1326 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1327 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1327 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1328 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1328 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1329 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1329 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1330 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1330 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1331 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1331 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1332 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1332 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1333 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1333 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1334 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1334 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1335 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1335 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1336 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1336 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1337 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1337 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1338 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1338 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1339 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1339 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1340 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1340 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1341 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1341 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1342 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1342 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1343 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1343 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1344 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1344 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1345 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1345 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1346 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1346 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1347 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1347 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1348 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1348 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1349 | stuff_buffered_input 10285,311045 | 1349 | stuff_buffered_input 10285,311048 |
| 1350 | set_waiting_for_input 10323,312016 | 1350 | set_waiting_for_input 10323,312019 |
| 1351 | clear_waiting_for_input 10337,312390 | 1351 | clear_waiting_for_input 10337,312393 |
| 1352 | handle_interrupt_signal 10351,312754 | 1352 | handle_interrupt_signal 10351,312757 |
| 1353 | deliver_interrupt_signal 10378,313642 | 1353 | deliver_interrupt_signal 10378,313645 |
| 1354 | static int volatile force_quit_count;10387,313932 | 1354 | static int volatile force_quit_count;10387,313935 |
| 1355 | handle_interrupt 10401,314414 | 1355 | handle_interrupt 10401,314417 |
| 1356 | quit_throw_to_read_char 10541,318711 | 1356 | quit_throw_to_read_char 10541,318714 |
| 1357 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1357 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1358 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1358 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1359 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1359 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1360 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1360 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1361 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1361 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1362 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1362 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1363 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1363 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1364 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1364 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1365 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1365 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1366 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1366 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1367 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1367 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1368 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1368 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1369 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1369 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1370 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1370 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1371 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1371 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1372 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1372 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1373 | init_kboard 10861,328214 | 1373 | init_kboard 10861,328217 |
| 1374 | allocate_kboard 10893,329284 | 1374 | allocate_kboard 10893,329287 |
| 1375 | wipe_kboard 10909,329637 | 1375 | wipe_kboard 10909,329640 |
| 1376 | delete_kboard 10917,329751 | 1376 | delete_kboard 10917,329754 |
| 1377 | init_keyboard 10942,330281 | 1377 | init_keyboard 10942,330284 |
| 1378 | struct event_head11021,332696 | 1378 | struct event_head11021,332699 |
| 1379 | static const struct event_head head_table[head_table11027,332747 | 1379 | static const struct event_head head_table[head_table11027,332750 |
| 1380 | syms_of_keyboard 11045,333577 | 1380 | syms_of_keyboard 11045,333580 |
| 1381 | keys_of_keyboard 11841,367115 | 1381 | keys_of_keyboard 11841,367118 |
| 1382 | mark_kboards 11916,370434 | 1382 | mark_kboards 11916,370437 |
| 1383 | 1383 | ||
| 1384 | c-src/emacs/src/lisp.h,33840 | 1384 | c-src/emacs/src/lisp.h,33840 |
| 1385 | #define EMACS_LISP_H22,801 | 1385 | #define EMACS_LISP_H22,801 |
| @@ -2735,112 +2735,112 @@ el-src/emacs/lisp/progmodes/etags.el,5188 | |||
| 2735 | (defcustom tags-tag-face 148,5700 | 2735 | (defcustom tags-tag-face 148,5700 |
| 2736 | (defcustom tags-apropos-verbose 154,5835 | 2736 | (defcustom tags-apropos-verbose 154,5835 |
| 2737 | (defcustom tags-apropos-additional-actions 160,5999 | 2737 | (defcustom tags-apropos-additional-actions 160,5999 |
| 2738 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 2738 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 2739 | (defvar default-tags-table-function 189,7098 | 2739 | (defvar default-tags-table-function 189,7101 |
| 2740 | (defvar tags-location-ring 194,7324 | 2740 | (defvar tags-location-ring 194,7327 |
| 2741 | (defvar tags-table-files 201,7600 | 2741 | (defvar tags-table-files 201,7603 |
| 2742 | (defvar tags-completion-table 206,7767 | 2742 | (defvar tags-completion-table 206,7770 |
| 2743 | (defvar tags-included-tables 209,7859 | 2743 | (defvar tags-included-tables 209,7862 |
| 2744 | (defvar next-file-list 212,7954 | 2744 | (defvar next-file-list 212,7957 |
| 2745 | (defvar tags-table-format-functions 217,8060 | 2745 | (defvar tags-table-format-functions 217,8063 |
| 2746 | (defvar file-of-tag-function 224,8441 | 2746 | (defvar file-of-tag-function 224,8444 |
| 2747 | (defvar tags-table-files-function 228,8635 | 2747 | (defvar tags-table-files-function 228,8638 |
| 2748 | (defvar tags-completion-table-function 230,8746 | 2748 | (defvar tags-completion-table-function 230,8749 |
| 2749 | (defvar snarf-tag-function 232,8841 | 2749 | (defvar snarf-tag-function 232,8844 |
| 2750 | (defvar goto-tag-location-function 236,9050 | 2750 | (defvar goto-tag-location-function 236,9053 |
| 2751 | (defvar find-tag-regexp-search-function 239,9223 | 2751 | (defvar find-tag-regexp-search-function 239,9226 |
| 2752 | (defvar find-tag-regexp-tag-order 241,9344 | 2752 | (defvar find-tag-regexp-tag-order 241,9347 |
| 2753 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 2753 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 2754 | (defvar find-tag-search-function 245,9573 | 2754 | (defvar find-tag-search-function 245,9576 |
| 2755 | (defvar find-tag-tag-order 247,9680 | 2755 | (defvar find-tag-tag-order 247,9683 |
| 2756 | (defvar find-tag-next-line-after-failure-p 249,9775 | 2756 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 2757 | (defvar list-tags-function 251,9881 | 2757 | (defvar list-tags-function 251,9884 |
| 2758 | (defvar tags-apropos-function 253,9969 | 2758 | (defvar tags-apropos-function 253,9972 |
| 2759 | (defvar tags-included-tables-function 255,10063 | 2759 | (defvar tags-included-tables-function 255,10066 |
| 2760 | (defvar verify-tags-table-function 257,10182 | 2760 | (defvar verify-tags-table-function 257,10185 |
| 2761 | (defun initialize-new-tags-table 260,10293 | 2761 | (defun initialize-new-tags-table 260,10296 |
| 2762 | (defun tags-table-mode 276,10981 | 2762 | (defun tags-table-mode 276,10984 |
| 2763 | (defun visit-tags-table 285,11246 | 2763 | (defun visit-tags-table 285,11249 |
| 2764 | (defun tags-table-check-computed-list 321,12784 | 2764 | (defun tags-table-check-computed-list 321,12787 |
| 2765 | (defun tags-table-extend-computed-list 360,14655 | 2765 | (defun tags-table-extend-computed-list 360,14658 |
| 2766 | (defun tags-expand-table-name 400,16368 | 2766 | (defun tags-expand-table-name 400,16371 |
| 2767 | (defun tags-table-list-member 409,16711 | 2767 | (defun tags-table-list-member 409,16714 |
| 2768 | (defun tags-verify-table 421,17183 | 2768 | (defun tags-verify-table 421,17186 |
| 2769 | (defun tags-table-including 470,19303 | 2769 | (defun tags-table-including 470,19306 |
| 2770 | (defun tags-next-table 522,21347 | 2770 | (defun tags-next-table 522,21350 |
| 2771 | (defun visit-tags-table-buffer 543,22204 | 2771 | (defun visit-tags-table-buffer 543,22207 |
| 2772 | (defun tags-reset-tags-tables 712,28514 | 2772 | (defun tags-reset-tags-tables 712,28517 |
| 2773 | (defun file-of-tag 731,29171 | 2773 | (defun file-of-tag 731,29174 |
| 2774 | (defun tags-table-files 740,29521 | 2774 | (defun tags-table-files 740,29524 |
| 2775 | (defun tags-included-tables 749,29871 | 2775 | (defun tags-included-tables 749,29874 |
| 2776 | (defun tags-completion-table 755,30117 | 2776 | (defun tags-completion-table 755,30120 |
| 2777 | (defun tags-lazy-completion-table 783,31311 | 2777 | (defun tags-lazy-completion-table 783,31314 |
| 2778 | (defun tags-completion-at-point-function 799,31946 | 2778 | (defun tags-completion-at-point-function 799,31949 |
| 2779 | (defun find-tag-tag 818,32696 | 2779 | (defun find-tag-tag 818,32699 |
| 2780 | (defvar last-tag 837,33369 | 2780 | (defvar last-tag 837,33372 |
| 2781 | (defun find-tag-interactive 840,33428 | 2781 | (defun find-tag-interactive 840,33431 |
| 2782 | (defvar find-tag-history 852,33843 | 2782 | (defvar find-tag-history 852,33846 |
| 2783 | (defvar etags-case-fold-search)855,33908 | 2783 | (defvar etags-case-fold-search)855,33911 |
| 2784 | (defvar etags-syntax-table)856,33940 | 2784 | (defvar etags-syntax-table)856,33943 |
| 2785 | (defvar local-find-tag-hook)857,33968 | 2785 | (defvar local-find-tag-hook)857,33971 |
| 2786 | (defun find-tag-noselect 860,34013 | 2786 | (defun find-tag-noselect 860,34016 |
| 2787 | (defun find-tag 932,37127 | 2787 | (defun find-tag 932,37130 |
| 2788 | (defun find-tag-other-window 959,38343 | 2788 | (defun find-tag-other-window 959,38346 |
| 2789 | (defun find-tag-other-frame 1000,40271 | 2789 | (defun find-tag-other-frame 1000,40274 |
| 2790 | (defun find-tag-regexp 1025,41445 | 2790 | (defun find-tag-regexp 1025,41448 |
| 2791 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 2791 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 2792 | (defvar tag-lines-already-matched 1052,42658 | 2792 | (defvar tag-lines-already-matched 1052,42661 |
| 2793 | (defun find-tag-in-order 1055,42765 | 2793 | (defun find-tag-in-order 1055,42768 |
| 2794 | (defun tag-find-file-of-tag-noselect 1167,47111 | 2794 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 2795 | (defun tag-find-file-of-tag 1200,48957 | 2795 | (defun tag-find-file-of-tag 1200,48960 |
| 2796 | (defun etags-recognize-tags-table 1208,49183 | 2796 | (defun etags-recognize-tags-table 1208,49186 |
| 2797 | (defun etags-verify-tags-table 1241,50814 | 2797 | (defun etags-verify-tags-table 1241,50817 |
| 2798 | (defun etags-file-of-tag 1246,51012 | 2798 | (defun etags-file-of-tag 1246,51015 |
| 2799 | (defun etags-tags-completion-table 1256,51347 | 2799 | (defun etags-tags-completion-table 1256,51350 |
| 2800 | (defun etags-snarf-tag 1286,52553 | 2800 | (defun etags-snarf-tag 1286,52556 |
| 2801 | (defun etags-goto-tag-location 1324,54122 | 2801 | (defun etags-goto-tag-location 1324,54125 |
| 2802 | (defun etags-list-tags 1388,56565 | 2802 | (defun etags-list-tags 1388,56568 |
| 2803 | (defmacro tags-with-face 1423,57840 | 2803 | (defmacro tags-with-face 1423,57843 |
| 2804 | (defun etags-tags-apropos-additional 1431,58173 | 2804 | (defun etags-tags-apropos-additional 1431,58176 |
| 2805 | (defun etags-tags-apropos 1465,59410 | 2805 | (defun etags-tags-apropos 1465,59413 |
| 2806 | (defun etags-tags-table-files 1527,61619 | 2806 | (defun etags-tags-table-files 1527,61622 |
| 2807 | (defun etags-tags-included-tables 1542,62055 | 2807 | (defun etags-tags-included-tables 1542,62058 |
| 2808 | (defun tags-recognize-empty-tags-table 1559,62595 | 2808 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 2809 | (defun tag-exact-file-name-match-p 1587,63741 | 2809 | (defun tag-exact-file-name-match-p 1587,63744 |
| 2810 | (defun tag-file-name-match-p 1596,64134 | 2810 | (defun tag-file-name-match-p 1596,64137 |
| 2811 | (defun tag-exact-match-p 1609,64690 | 2811 | (defun tag-exact-match-p 1609,64693 |
| 2812 | (defun tag-implicit-name-match-p 1620,65258 | 2812 | (defun tag-implicit-name-match-p 1620,65261 |
| 2813 | (defun tag-symbol-match-p 1633,65858 | 2813 | (defun tag-symbol-match-p 1633,65861 |
| 2814 | (defun tag-word-match-p 1643,66294 | 2814 | (defun tag-word-match-p 1643,66297 |
| 2815 | (defun tag-partial-file-name-match-p 1652,66692 | 2815 | (defun tag-partial-file-name-match-p 1652,66695 |
| 2816 | (defun tag-any-match-p 1662,67136 | 2816 | (defun tag-any-match-p 1662,67139 |
| 2817 | (defun tag-re-match-p 1667,67320 | 2817 | (defun tag-re-match-p 1667,67323 |
| 2818 | (defcustom tags-loop-revert-buffers 1675,67569 | 2818 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 2819 | (defun next-file 1685,67978 | 2819 | (defun next-file 1685,67981 |
| 2820 | (defvar tags-loop-operate 1760,70892 | 2820 | (defvar tags-loop-operate 1760,70895 |
| 2821 | (defvar tags-loop-scan1763,70986 | 2821 | (defvar tags-loop-scan1763,70989 |
| 2822 | (defun tags-loop-eval 1771,71315 | 2822 | (defun tags-loop-eval 1771,71318 |
| 2823 | (defun tags-loop-continue 1782,71644 | 2823 | (defun tags-loop-continue 1782,71647 |
| 2824 | (defun tags-search 1850,73950 | 2824 | (defun tags-search 1850,73953 |
| 2825 | (defun tags-query-replace 1871,74776 | 2825 | (defun tags-query-replace 1871,74779 |
| 2826 | (defun tags-complete-tags-table-file 1896,76000 | 2826 | (defun tags-complete-tags-table-file 1896,76003 |
| 2827 | (defun list-tags 1906,76379 | 2827 | (defun list-tags 1906,76382 |
| 2828 | (defun tags-apropos 1934,77332 | 2828 | (defun tags-apropos 1934,77335 |
| 2829 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 2829 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 2830 | (defun select-tags-table 1964,78397 | 2830 | (defun select-tags-table 1964,78400 |
| 2831 | (defvar select-tags-table-mode-map 2019,80524 | 2831 | (defvar select-tags-table-mode-map 2019,80527 |
| 2832 | (define-derived-mode select-tags-table-mode 2030,80907 | 2832 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 2833 | (defun select-tags-table-select 2034,81091 | 2833 | (defun select-tags-table-select 2034,81094 |
| 2834 | (defun select-tags-table-quit 2043,81457 | 2834 | (defun select-tags-table-quit 2043,81460 |
| 2835 | (defun complete-tag 2049,81612 | 2835 | (defun complete-tag 2049,81615 |
| 2836 | (defconst etags--xref-limit 2074,82553 | 2836 | (defconst etags--xref-limit 2074,82556 |
| 2837 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 2837 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 2838 | (defun etags-xref-find 2082,82878 | 2838 | (defun etags-xref-find 2082,82881 |
| 2839 | (defun etags--xref-find-definitions 2096,83407 | 2839 | (defun etags--xref-find-definitions 2096,83410 |
| 2840 | (defclass xref-etags-location 2129,85121 | 2840 | (defclass xref-etags-location 2129,85124 |
| 2841 | (defun xref-make-etags-location 2135,85344 | 2841 | (defun xref-make-etags-location 2135,85347 |
| 2842 | (cl-defmethod xref-location-marker 2139,85499 | 2842 | (cl-defmethod xref-location-marker 2139,85502 |
| 2843 | (cl-defmethod xref-location-line 2146,85743 | 2843 | (cl-defmethod xref-location-line 2146,85746 |
| 2844 | 2844 | ||
| 2845 | erl-src/gs_dialog.erl,98 | 2845 | erl-src/gs_dialog.erl,98 |
| 2846 | -define(VERSION2,32 | 2846 | -define(VERSION2,32 |
diff --git a/test/manual/etags/ETAGS.good_3 b/test/manual/etags/ETAGS.good_3 index 9dca0084de3..45507706b32 100644 --- a/test/manual/etags/ETAGS.good_3 +++ b/test/manual/etags/ETAGS.good_3 | |||
| @@ -1029,289 +1029,289 @@ record_auto_save 742,23849 | |||
| 1029 | force_auto_save_soon 751,24017 | 1029 | force_auto_save_soon 751,24017 |
| 1030 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 1030 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 1031 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 1031 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 1032 | recursive_edit_unwind 804,25748 | 1032 | recursive_edit_unwind 804,25751 |
| 1033 | any_kboard_state 817,26014 | 1033 | any_kboard_state 817,26017 |
| 1034 | single_kboard_state 838,26666 | 1034 | single_kboard_state 838,26669 |
| 1035 | not_single_kboard_state 848,26804 | 1035 | not_single_kboard_state 848,26807 |
| 1036 | struct kboard_stack858,27066 | 1036 | struct kboard_stack858,27069 |
| 1037 | KBOARD *kboard;kboard860,27088 | 1037 | KBOARD *kboard;kboard860,27091 |
| 1038 | struct kboard_stack *next;next861,27106 | 1038 | struct kboard_stack *next;next861,27109 |
| 1039 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 1039 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 1040 | push_kboard 867,27187 | 1040 | push_kboard 867,27190 |
| 1041 | pop_kboard 879,27376 | 1041 | pop_kboard 879,27379 |
| 1042 | temporarily_switch_to_single_kboard 914,28264 | 1042 | temporarily_switch_to_single_kboard 914,28267 |
| 1043 | record_single_kboard_state 943,29438 | 1043 | record_single_kboard_state 943,29441 |
| 1044 | restore_kboard_configuration 952,29622 | 1044 | restore_kboard_configuration 952,29625 |
| 1045 | cmd_error 970,30078 | 1045 | cmd_error 970,30081 |
| 1046 | cmd_error_internal 1024,31511 | 1046 | cmd_error_internal 1024,31514 |
| 1047 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 1047 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 1048 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 1048 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 1049 | command_loop 1094,33917 | 1049 | command_loop 1094,33920 |
| 1050 | command_loop_2 1134,35136 | 1050 | command_loop_2 1134,35139 |
| 1051 | top_level_2 1146,35340 | 1051 | top_level_2 1146,35343 |
| 1052 | top_level_1 1152,35418 | 1052 | top_level_1 1152,35421 |
| 1053 | DEFUN ("top-level", Ftop_level,1164,35788 | 1053 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 1054 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 1054 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 1055 | user_error 1183,36289 | 1055 | user_error 1183,36292 |
| 1056 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 1056 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 1057 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 1057 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 1058 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 1058 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 1059 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 1059 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 1060 | tracking_off 1216,37282 | 1060 | tracking_off 1216,37285 |
| 1061 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 1061 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 1062 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 1062 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 1063 | bool ignore_mouse_drag_p;1256,38393 | 1063 | bool ignore_mouse_drag_p;1256,38396 |
| 1064 | some_mouse_moved 1259,38442 | 1064 | some_mouse_moved 1259,38445 |
| 1065 | Lisp_Object last_undo_boundary;1287,39033 | 1065 | Lisp_Object last_undo_boundary;1287,39036 |
| 1066 | command_loop_1 1294,39274 | 1066 | command_loop_1 1294,39277 |
| 1067 | read_menu_command 1649,50890 | 1067 | read_menu_command 1649,50893 |
| 1068 | adjust_point_for_property 1678,51618 | 1068 | adjust_point_for_property 1678,51621 |
| 1069 | safe_run_hooks_1 1831,57340 | 1069 | safe_run_hooks_1 1831,57343 |
| 1070 | safe_run_hooks_error 1841,57570 | 1070 | safe_run_hooks_error 1841,57573 |
| 1071 | safe_run_hook_funcall 1878,58577 | 1071 | safe_run_hook_funcall 1878,58580 |
| 1072 | safe_run_hooks 1893,59059 | 1072 | safe_run_hooks 1893,59062 |
| 1073 | int poll_suppress_count;1908,59398 | 1073 | int poll_suppress_count;1908,59401 |
| 1074 | static struct atimer *poll_timer;poll_timer1915,59488 | 1074 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 1075 | poll_for_input_1 1919,59590 | 1075 | poll_for_input_1 1919,59593 |
| 1076 | poll_for_input 1930,59790 | 1076 | poll_for_input 1930,59793 |
| 1077 | start_polling 1942,60054 | 1077 | start_polling 1942,60057 |
| 1078 | input_polling_used 1979,61092 | 1078 | input_polling_used 1979,61095 |
| 1079 | stop_polling 1994,61391 | 1079 | stop_polling 1994,61394 |
| 1080 | set_poll_suppress_count 2009,61760 | 1080 | set_poll_suppress_count 2009,61763 |
| 1081 | bind_polling_period 2029,62142 | 1081 | bind_polling_period 2029,62145 |
| 1082 | make_ctrl_char 2048,62493 | 1082 | make_ctrl_char 2048,62496 |
| 1083 | show_help_echo 2113,64456 | 1083 | show_help_echo 2113,64459 |
| 1084 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 1084 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 1085 | read_char_help_form_unwind 2158,65702 | 1085 | read_char_help_form_unwind 2158,65705 |
| 1086 | #define STOP_POLLING 2166,65960 | 1086 | #define STOP_POLLING 2166,65963 |
| 1087 | #define RESUME_POLLING 2170,66085 | 1087 | #define RESUME_POLLING 2170,66088 |
| 1088 | read_event_from_main_queue 2175,66230 | 1088 | read_event_from_main_queue 2175,66233 |
| 1089 | read_decoded_event_from_main_queue 2249,68418 | 1089 | read_decoded_event_from_main_queue 2249,68421 |
| 1090 | #define MAX_ENCODED_BYTES 2254,68665 | 1090 | #define MAX_ENCODED_BYTES 2254,68668 |
| 1091 | echo_keystrokes_p 2342,71557 | 1091 | echo_keystrokes_p 2342,71560 |
| 1092 | read_char 2376,72849 | 1092 | read_char 2376,72852 |
| 1093 | record_menu_key 3225,98950 | 1093 | record_menu_key 3225,98953 |
| 1094 | help_char_p 3258,99675 | 1094 | help_char_p 3258,99678 |
| 1095 | record_char 3273,99954 | 1095 | record_char 3273,99957 |
| 1096 | save_getcjmp 3412,104236 | 1096 | save_getcjmp 3412,104239 |
| 1097 | restore_getcjmp 3418,104327 | 1097 | restore_getcjmp 3418,104330 |
| 1098 | readable_events 3430,104698 | 1098 | readable_events 3430,104701 |
| 1099 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 1099 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 1100 | event_to_kboard 3500,106494 | 1100 | event_to_kboard 3500,106497 |
| 1101 | kbd_buffer_nr_stored 3522,107143 | 1101 | kbd_buffer_nr_stored 3522,107146 |
| 1102 | kbd_buffer_store_event 3534,107484 | 1102 | kbd_buffer_store_event 3534,107487 |
| 1103 | kbd_buffer_store_event_hold 3550,108026 | 1103 | kbd_buffer_store_event_hold 3550,108029 |
| 1104 | kbd_buffer_unget_event 3684,111618 | 1104 | kbd_buffer_unget_event 3684,111621 |
| 1105 | #define INPUT_EVENT_POS_MAX 3698,112019 | 1105 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 1106 | #define INPUT_EVENT_POS_MIN 3701,112148 | 1106 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 1107 | position_to_Time 3706,112288 | 1107 | position_to_Time 3706,112291 |
| 1108 | Time_to_position 3716,112515 | 1108 | Time_to_position 3716,112518 |
| 1109 | gen_help_event 3738,113172 | 1109 | gen_help_event 3738,113175 |
| 1110 | kbd_buffer_store_help_event 3756,113612 | 1110 | kbd_buffer_store_help_event 3756,113615 |
| 1111 | discard_mouse_events 3773,113977 | 1111 | discard_mouse_events 3773,113980 |
| 1112 | kbd_buffer_events_waiting 3803,114712 | 1112 | kbd_buffer_events_waiting 3803,114715 |
| 1113 | clear_event 3823,115069 | 1113 | clear_event 3823,115072 |
| 1114 | kbd_buffer_get_event 3836,115409 | 1114 | kbd_buffer_get_event 3836,115412 |
| 1115 | process_special_events 4258,127882 | 1115 | process_special_events 4258,127885 |
| 1116 | swallow_events 4322,129706 | 1116 | swallow_events 4322,129709 |
| 1117 | timer_start_idle 4339,130099 | 1117 | timer_start_idle 4339,130102 |
| 1118 | timer_stop_idle 4355,130577 | 1118 | timer_stop_idle 4355,130580 |
| 1119 | timer_resume_idle 4363,130721 | 1119 | timer_resume_idle 4363,130724 |
| 1120 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1120 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1121 | Lisp_Object pending_funcalls;4377,131173 | 1121 | Lisp_Object pending_funcalls;4377,131176 |
| 1122 | decode_timer 4381,131294 | 1122 | decode_timer 4381,131297 |
| 1123 | timer_check_2 4414,132247 | 1123 | timer_check_2 4414,132250 |
| 1124 | timer_check 4572,136818 | 1124 | timer_check 4572,136821 |
| 1125 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1125 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1126 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1126 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1127 | static Lisp_Object accent_key_syms;4625,138240 | 1127 | static Lisp_Object accent_key_syms;4625,138243 |
| 1128 | static Lisp_Object func_key_syms;4626,138276 | 1128 | static Lisp_Object func_key_syms;4626,138279 |
| 1129 | static Lisp_Object mouse_syms;4627,138310 | 1129 | static Lisp_Object mouse_syms;4627,138313 |
| 1130 | static Lisp_Object wheel_syms;4628,138341 | 1130 | static Lisp_Object wheel_syms;4628,138344 |
| 1131 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1131 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1132 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1132 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1133 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1133 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1134 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1134 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1135 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1135 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1136 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1136 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1137 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1137 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1138 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1138 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1139 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1139 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1140 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1140 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1141 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1141 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1142 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1142 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1143 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1143 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1144 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1144 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1145 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1145 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1146 | static Lisp_Object button_down_location;5210,156911 | 1146 | static Lisp_Object button_down_location;5210,156914 |
| 1147 | static int last_mouse_button;5215,157066 | 1147 | static int last_mouse_button;5215,157069 |
| 1148 | static int last_mouse_x;5216,157096 | 1148 | static int last_mouse_x;5216,157099 |
| 1149 | static int last_mouse_y;5217,157121 | 1149 | static int last_mouse_y;5217,157124 |
| 1150 | static Time button_down_time;5218,157146 | 1150 | static Time button_down_time;5218,157149 |
| 1151 | static int double_click_count;5222,157230 | 1151 | static int double_click_count;5222,157233 |
| 1152 | make_lispy_position 5228,157391 | 1152 | make_lispy_position 5228,157394 |
| 1153 | toolkit_menubar_in_use 5456,163954 | 1153 | toolkit_menubar_in_use 5456,163957 |
| 1154 | make_scroll_bar_position 5469,164322 | 1154 | make_scroll_bar_position 5469,164325 |
| 1155 | make_lispy_event 5485,164968 | 1155 | make_lispy_event 5485,164971 |
| 1156 | make_lispy_movement 6104,183531 | 1156 | make_lispy_movement 6104,183534 |
| 1157 | make_lispy_switch_frame 6131,184262 | 1157 | make_lispy_switch_frame 6131,184265 |
| 1158 | make_lispy_focus_in 6137,184369 | 1158 | make_lispy_focus_in 6137,184372 |
| 1159 | make_lispy_focus_out 6145,184495 | 1159 | make_lispy_focus_out 6145,184498 |
| 1160 | parse_modifiers_uncached 6163,184945 | 1160 | parse_modifiers_uncached 6163,184948 |
| 1161 | #define SINGLE_LETTER_MOD(6185,185465 | 1161 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1162 | #undef SINGLE_LETTER_MOD6212,185906 | 1162 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1163 | #define MULTI_LETTER_MOD(6214,185932 | 1163 | #define MULTI_LETTER_MOD(6214,185935 |
| 1164 | #undef MULTI_LETTER_MOD6231,186400 | 1164 | #undef MULTI_LETTER_MOD6231,186403 |
| 1165 | apply_modifiers_uncached 6273,187574 | 1165 | apply_modifiers_uncached 6273,187577 |
| 1166 | static const char *const modifier_names[modifier_names6319,189193 | 1166 | static const char *const modifier_names[modifier_names6319,189196 |
| 1167 | #define NUM_MOD_NAMES 6325,189399 | 1167 | #define NUM_MOD_NAMES 6325,189402 |
| 1168 | static Lisp_Object modifier_symbols;6327,189449 | 1168 | static Lisp_Object modifier_symbols;6327,189452 |
| 1169 | lispy_modifier_list 6331,189586 | 1169 | lispy_modifier_list 6331,189589 |
| 1170 | #define KEY_TO_CHAR(6353,190252 | 1170 | #define KEY_TO_CHAR(6353,190255 |
| 1171 | parse_modifiers 6356,190328 | 1171 | parse_modifiers 6356,190331 |
| 1172 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1172 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1173 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1173 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1174 | apply_modifiers 6422,192391 | 1174 | apply_modifiers 6422,192394 |
| 1175 | reorder_modifiers 6491,194720 | 1175 | reorder_modifiers 6491,194723 |
| 1176 | modify_event_symbol 6536,196528 | 1176 | modify_event_symbol 6536,196531 |
| 1177 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1177 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1178 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1178 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1179 | parse_solitary_modifier 6695,201135 | 1179 | parse_solitary_modifier 6695,201138 |
| 1180 | #define SINGLE_LETTER_MOD(6701,201258 | 1180 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1181 | #define MULTI_LETTER_MOD(6705,201343 | 1181 | #define MULTI_LETTER_MOD(6705,201346 |
| 1182 | #undef SINGLE_LETTER_MOD6763,202641 | 1182 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1183 | #undef MULTI_LETTER_MOD6764,202666 | 1183 | #undef MULTI_LETTER_MOD6764,202669 |
| 1184 | lucid_event_type_list_p 6775,202889 | 1184 | lucid_event_type_list_p 6775,202892 |
| 1185 | get_input_pending 6814,203960 | 1185 | get_input_pending 6814,203963 |
| 1186 | record_asynch_buffer_change 6834,204579 | 1186 | record_asynch_buffer_change 6834,204582 |
| 1187 | gobble_input 6872,205702 | 1187 | gobble_input 6872,205705 |
| 1188 | tty_read_avail_input 6967,208310 | 1188 | tty_read_avail_input 6967,208313 |
| 1189 | handle_async_input 7149,214039 | 1189 | handle_async_input 7149,214042 |
| 1190 | process_pending_signals 7165,214359 | 1190 | process_pending_signals 7165,214362 |
| 1191 | unblock_input_to 7177,214645 | 1191 | unblock_input_to 7177,214648 |
| 1192 | unblock_input 7200,215277 | 1192 | unblock_input 7200,215280 |
| 1193 | totally_unblock_input 7209,215445 | 1193 | totally_unblock_input 7209,215448 |
| 1194 | handle_input_available_signal 7217,215529 | 1194 | handle_input_available_signal 7217,215532 |
| 1195 | deliver_input_available_signal 7226,215700 | 1195 | deliver_input_available_signal 7226,215703 |
| 1196 | struct user_signal_info7235,215865 | 1196 | struct user_signal_info7235,215868 |
| 1197 | int sig;7238,215915 | 1197 | int sig;7238,215918 |
| 1198 | char *name;name7241,215956 | 1198 | char *name;name7241,215959 |
| 1199 | int npending;7244,216007 | 1199 | int npending;7244,216010 |
| 1200 | struct user_signal_info *next;next7246,216024 | 1200 | struct user_signal_info *next;next7246,216027 |
| 1201 | static struct user_signal_info *user_signals user_signals7250,216090 | 1201 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1202 | add_user_signal 7253,216149 | 1202 | add_user_signal 7253,216152 |
| 1203 | handle_user_signal 7275,216598 | 1203 | handle_user_signal 7275,216601 |
| 1204 | deliver_user_signal 7316,217558 | 1204 | deliver_user_signal 7316,217561 |
| 1205 | find_user_signal_name 7322,217659 | 1205 | find_user_signal_name 7322,217662 |
| 1206 | store_user_signal_events 7334,217841 | 1206 | store_user_signal_events 7334,217844 |
| 1207 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1207 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1208 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1208 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1209 | static int menu_bar_items_index;7369,218672 | 1209 | static int menu_bar_items_index;7369,218675 |
| 1210 | static const char *separator_names[separator_names7372,218707 | 1210 | static const char *separator_names[separator_names7372,218710 |
| 1211 | menu_separator_name_p 7393,219148 | 1211 | menu_separator_name_p 7393,219151 |
| 1212 | menu_bar_items 7426,219852 | 1212 | menu_bar_items 7426,219855 |
| 1213 | Lisp_Object item_properties;7568,224603 | 1213 | Lisp_Object item_properties;7568,224606 |
| 1214 | menu_bar_item 7571,224645 | 1214 | menu_bar_item 7571,224648 |
| 1215 | menu_item_eval_property_1 7647,227175 | 1215 | menu_item_eval_property_1 7647,227178 |
| 1216 | eval_dyn 7658,227465 | 1216 | eval_dyn 7658,227468 |
| 1217 | menu_item_eval_property 7666,227675 | 1217 | menu_item_eval_property 7666,227678 |
| 1218 | parse_menu_item 7686,228341 | 1218 | parse_menu_item 7686,228344 |
| 1219 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1219 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1220 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1220 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1221 | static int ntool_bar_items;7974,236606 | 1221 | static int ntool_bar_items;7974,236609 |
| 1222 | tool_bar_items 7990,237083 | 1222 | tool_bar_items 7990,237086 |
| 1223 | process_tool_bar_item 8075,239892 | 1223 | process_tool_bar_item 8075,239895 |
| 1224 | #define PROP(8112,240969 | 1224 | #define PROP(8112,240972 |
| 1225 | set_prop 8114,241038 | 1225 | set_prop 8114,241041 |
| 1226 | parse_tool_bar_item 8167,242453 | 1226 | parse_tool_bar_item 8167,242456 |
| 1227 | #undef PROP8379,248844 | 1227 | #undef PROP8379,248847 |
| 1228 | init_tool_bar_items 8387,248969 | 1228 | init_tool_bar_items 8387,248972 |
| 1229 | append_tool_bar_item 8401,249261 | 1229 | append_tool_bar_item 8401,249264 |
| 1230 | read_char_x_menu_prompt 8443,250771 | 1230 | read_char_x_menu_prompt 8443,250774 |
| 1231 | read_char_minibuf_menu_prompt 8503,252445 | 1231 | read_char_minibuf_menu_prompt 8503,252448 |
| 1232 | #define PUSH_C_STR(8527,253014 | 1232 | #define PUSH_C_STR(8527,253017 |
| 1233 | follow_key 8726,258553 | 1233 | follow_key 8726,258556 |
| 1234 | active_maps 8733,258695 | 1234 | active_maps 8733,258698 |
| 1235 | typedef struct keyremap8742,259021 | 1235 | typedef struct keyremap8742,259024 |
| 1236 | Lisp_Object parent;8745,259107 | 1236 | Lisp_Object parent;8745,259110 |
| 1237 | Lisp_Object map;8748,259224 | 1237 | Lisp_Object map;8748,259227 |
| 1238 | int start,8753,259446 | 1238 | int start,8753,259449 |
| 1239 | int start, end;8753,259446 | 1239 | int start, end;8753,259449 |
| 1240 | } keyremap;8754,259464 | 1240 | } keyremap;8754,259467 |
| 1241 | access_keymap_keyremap 8764,259808 | 1241 | access_keymap_keyremap 8764,259811 |
| 1242 | keyremap_step 8811,261450 | 1242 | keyremap_step 8811,261453 |
| 1243 | test_undefined 8867,262934 | 1243 | test_undefined 8867,262937 |
| 1244 | read_key_sequence 8916,264861 | 1244 | read_key_sequence 8916,264864 |
| 1245 | read_key_sequence_vs 9826,295821 | 1245 | read_key_sequence_vs 9826,295824 |
| 1246 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1246 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1247 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1247 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1248 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1248 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1249 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1249 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1250 | detect_input_pending 9950,300488 | 1250 | detect_input_pending 9950,300491 |
| 1251 | detect_input_pending_ignore_squeezables 9959,300654 | 1251 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1252 | detect_input_pending_run_timers 9967,300870 | 1252 | detect_input_pending_run_timers 9967,300873 |
| 1253 | clear_input_pending 9985,301362 | 1253 | clear_input_pending 9985,301365 |
| 1254 | requeued_events_pending_p 9997,301732 | 1254 | requeued_events_pending_p 9997,301735 |
| 1255 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1255 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1256 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1256 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1257 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1257 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1258 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1258 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1259 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1259 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1260 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1260 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1261 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1261 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1262 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1262 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1263 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1263 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1264 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1264 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1265 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1265 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1266 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1266 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1267 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1267 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1268 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1268 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1269 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1269 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1270 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1270 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1271 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1271 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1272 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1272 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1273 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1273 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1274 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1274 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1275 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1275 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1276 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1276 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1277 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1277 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1278 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1278 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1279 | stuff_buffered_input 10285,311045 | 1279 | stuff_buffered_input 10285,311048 |
| 1280 | set_waiting_for_input 10323,312016 | 1280 | set_waiting_for_input 10323,312019 |
| 1281 | clear_waiting_for_input 10337,312390 | 1281 | clear_waiting_for_input 10337,312393 |
| 1282 | handle_interrupt_signal 10351,312754 | 1282 | handle_interrupt_signal 10351,312757 |
| 1283 | deliver_interrupt_signal 10378,313642 | 1283 | deliver_interrupt_signal 10378,313645 |
| 1284 | static int volatile force_quit_count;10387,313932 | 1284 | static int volatile force_quit_count;10387,313935 |
| 1285 | handle_interrupt 10401,314414 | 1285 | handle_interrupt 10401,314417 |
| 1286 | quit_throw_to_read_char 10541,318711 | 1286 | quit_throw_to_read_char 10541,318714 |
| 1287 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1287 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1288 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1288 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1289 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1289 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1290 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1290 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1291 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1291 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1292 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1292 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1293 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1293 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1294 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1294 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1295 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1295 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1296 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1296 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1297 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1297 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1298 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1298 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1299 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1299 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1300 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1300 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1301 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1301 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1302 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1302 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1303 | init_kboard 10861,328214 | 1303 | init_kboard 10861,328217 |
| 1304 | allocate_kboard 10893,329284 | 1304 | allocate_kboard 10893,329287 |
| 1305 | wipe_kboard 10909,329637 | 1305 | wipe_kboard 10909,329640 |
| 1306 | delete_kboard 10917,329751 | 1306 | delete_kboard 10917,329754 |
| 1307 | init_keyboard 10942,330281 | 1307 | init_keyboard 10942,330284 |
| 1308 | struct event_head11021,332696 | 1308 | struct event_head11021,332699 |
| 1309 | short var;11023,332716 | 1309 | short var;11023,332719 |
| 1310 | short kind;11024,332729 | 1310 | short kind;11024,332732 |
| 1311 | static const struct event_head head_table[head_table11027,332747 | 1311 | static const struct event_head head_table[head_table11027,332750 |
| 1312 | syms_of_keyboard 11045,333577 | 1312 | syms_of_keyboard 11045,333580 |
| 1313 | keys_of_keyboard 11841,367115 | 1313 | keys_of_keyboard 11841,367118 |
| 1314 | mark_kboards 11916,370434 | 1314 | mark_kboards 11916,370437 |
| 1315 | 1315 | ||
| 1316 | c-src/emacs/src/lisp.h,27827 | 1316 | c-src/emacs/src/lisp.h,27827 |
| 1317 | #define EMACS_LISP_H22,801 | 1317 | #define EMACS_LISP_H22,801 |
| @@ -2543,109 +2543,109 @@ el-src/emacs/lisp/progmodes/etags.el,5069 | |||
| 2543 | (defcustom tags-tag-face 148,5700 | 2543 | (defcustom tags-tag-face 148,5700 |
| 2544 | (defcustom tags-apropos-verbose 154,5835 | 2544 | (defcustom tags-apropos-verbose 154,5835 |
| 2545 | (defcustom tags-apropos-additional-actions 160,5999 | 2545 | (defcustom tags-apropos-additional-actions 160,5999 |
| 2546 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 2546 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 2547 | (defvar default-tags-table-function 189,7098 | 2547 | (defvar default-tags-table-function 189,7101 |
| 2548 | (defvar tags-location-ring 194,7324 | 2548 | (defvar tags-location-ring 194,7327 |
| 2549 | (defvar tags-table-files 201,7600 | 2549 | (defvar tags-table-files 201,7603 |
| 2550 | (defvar tags-completion-table 206,7767 | 2550 | (defvar tags-completion-table 206,7770 |
| 2551 | (defvar tags-included-tables 209,7859 | 2551 | (defvar tags-included-tables 209,7862 |
| 2552 | (defvar next-file-list 212,7954 | 2552 | (defvar next-file-list 212,7957 |
| 2553 | (defvar tags-table-format-functions 217,8060 | 2553 | (defvar tags-table-format-functions 217,8063 |
| 2554 | (defvar file-of-tag-function 224,8441 | 2554 | (defvar file-of-tag-function 224,8444 |
| 2555 | (defvar tags-table-files-function 228,8635 | 2555 | (defvar tags-table-files-function 228,8638 |
| 2556 | (defvar tags-completion-table-function 230,8746 | 2556 | (defvar tags-completion-table-function 230,8749 |
| 2557 | (defvar snarf-tag-function 232,8841 | 2557 | (defvar snarf-tag-function 232,8844 |
| 2558 | (defvar goto-tag-location-function 236,9050 | 2558 | (defvar goto-tag-location-function 236,9053 |
| 2559 | (defvar find-tag-regexp-search-function 239,9223 | 2559 | (defvar find-tag-regexp-search-function 239,9226 |
| 2560 | (defvar find-tag-regexp-tag-order 241,9344 | 2560 | (defvar find-tag-regexp-tag-order 241,9347 |
| 2561 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 2561 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 2562 | (defvar find-tag-search-function 245,9573 | 2562 | (defvar find-tag-search-function 245,9576 |
| 2563 | (defvar find-tag-tag-order 247,9680 | 2563 | (defvar find-tag-tag-order 247,9683 |
| 2564 | (defvar find-tag-next-line-after-failure-p 249,9775 | 2564 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 2565 | (defvar list-tags-function 251,9881 | 2565 | (defvar list-tags-function 251,9884 |
| 2566 | (defvar tags-apropos-function 253,9969 | 2566 | (defvar tags-apropos-function 253,9972 |
| 2567 | (defvar tags-included-tables-function 255,10063 | 2567 | (defvar tags-included-tables-function 255,10066 |
| 2568 | (defvar verify-tags-table-function 257,10182 | 2568 | (defvar verify-tags-table-function 257,10185 |
| 2569 | (defun initialize-new-tags-table 260,10293 | 2569 | (defun initialize-new-tags-table 260,10296 |
| 2570 | (defun tags-table-mode 276,10981 | 2570 | (defun tags-table-mode 276,10984 |
| 2571 | (defun visit-tags-table 285,11246 | 2571 | (defun visit-tags-table 285,11249 |
| 2572 | (defun tags-table-check-computed-list 321,12784 | 2572 | (defun tags-table-check-computed-list 321,12787 |
| 2573 | (defun tags-table-extend-computed-list 360,14655 | 2573 | (defun tags-table-extend-computed-list 360,14658 |
| 2574 | (defun tags-expand-table-name 400,16368 | 2574 | (defun tags-expand-table-name 400,16371 |
| 2575 | (defun tags-table-list-member 409,16711 | 2575 | (defun tags-table-list-member 409,16714 |
| 2576 | (defun tags-verify-table 421,17183 | 2576 | (defun tags-verify-table 421,17186 |
| 2577 | (defun tags-table-including 470,19303 | 2577 | (defun tags-table-including 470,19306 |
| 2578 | (defun tags-next-table 522,21347 | 2578 | (defun tags-next-table 522,21350 |
| 2579 | (defun visit-tags-table-buffer 543,22204 | 2579 | (defun visit-tags-table-buffer 543,22207 |
| 2580 | (defun tags-reset-tags-tables 712,28514 | 2580 | (defun tags-reset-tags-tables 712,28517 |
| 2581 | (defun file-of-tag 731,29171 | 2581 | (defun file-of-tag 731,29174 |
| 2582 | (defun tags-table-files 740,29521 | 2582 | (defun tags-table-files 740,29524 |
| 2583 | (defun tags-included-tables 749,29871 | 2583 | (defun tags-included-tables 749,29874 |
| 2584 | (defun tags-completion-table 755,30117 | 2584 | (defun tags-completion-table 755,30120 |
| 2585 | (defun tags-lazy-completion-table 783,31311 | 2585 | (defun tags-lazy-completion-table 783,31314 |
| 2586 | (defun tags-completion-at-point-function 799,31946 | 2586 | (defun tags-completion-at-point-function 799,31949 |
| 2587 | (defun find-tag-tag 818,32696 | 2587 | (defun find-tag-tag 818,32699 |
| 2588 | (defvar last-tag 837,33369 | 2588 | (defvar last-tag 837,33372 |
| 2589 | (defun find-tag-interactive 840,33428 | 2589 | (defun find-tag-interactive 840,33431 |
| 2590 | (defvar find-tag-history 852,33843 | 2590 | (defvar find-tag-history 852,33846 |
| 2591 | (defun find-tag-noselect 860,34013 | 2591 | (defun find-tag-noselect 860,34016 |
| 2592 | (defun find-tag 932,37127 | 2592 | (defun find-tag 932,37130 |
| 2593 | (defun find-tag-other-window 959,38343 | 2593 | (defun find-tag-other-window 959,38346 |
| 2594 | (defun find-tag-other-frame 1000,40271 | 2594 | (defun find-tag-other-frame 1000,40274 |
| 2595 | (defun find-tag-regexp 1025,41445 | 2595 | (defun find-tag-regexp 1025,41448 |
| 2596 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 2596 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 2597 | (defvar tag-lines-already-matched 1052,42658 | 2597 | (defvar tag-lines-already-matched 1052,42661 |
| 2598 | (defun find-tag-in-order 1055,42765 | 2598 | (defun find-tag-in-order 1055,42768 |
| 2599 | (defun tag-find-file-of-tag-noselect 1167,47111 | 2599 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 2600 | (defun tag-find-file-of-tag 1200,48957 | 2600 | (defun tag-find-file-of-tag 1200,48960 |
| 2601 | (defun etags-recognize-tags-table 1208,49183 | 2601 | (defun etags-recognize-tags-table 1208,49186 |
| 2602 | (defun etags-verify-tags-table 1241,50814 | 2602 | (defun etags-verify-tags-table 1241,50817 |
| 2603 | (defun etags-file-of-tag 1246,51012 | 2603 | (defun etags-file-of-tag 1246,51015 |
| 2604 | (defun etags-tags-completion-table 1256,51347 | 2604 | (defun etags-tags-completion-table 1256,51350 |
| 2605 | (defun etags-snarf-tag 1286,52553 | 2605 | (defun etags-snarf-tag 1286,52556 |
| 2606 | (defun etags-goto-tag-location 1324,54122 | 2606 | (defun etags-goto-tag-location 1324,54125 |
| 2607 | (defun etags-list-tags 1388,56565 | 2607 | (defun etags-list-tags 1388,56568 |
| 2608 | (defmacro tags-with-face 1423,57840 | 2608 | (defmacro tags-with-face 1423,57843 |
| 2609 | (defun etags-tags-apropos-additional 1431,58173 | 2609 | (defun etags-tags-apropos-additional 1431,58176 |
| 2610 | (defun etags-tags-apropos 1465,59410 | 2610 | (defun etags-tags-apropos 1465,59413 |
| 2611 | (defun etags-tags-table-files 1527,61619 | 2611 | (defun etags-tags-table-files 1527,61622 |
| 2612 | (defun etags-tags-included-tables 1542,62055 | 2612 | (defun etags-tags-included-tables 1542,62058 |
| 2613 | (defun tags-recognize-empty-tags-table 1559,62595 | 2613 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 2614 | (defun tag-exact-file-name-match-p 1587,63741 | 2614 | (defun tag-exact-file-name-match-p 1587,63744 |
| 2615 | (defun tag-file-name-match-p 1596,64134 | 2615 | (defun tag-file-name-match-p 1596,64137 |
| 2616 | (defun tag-exact-match-p 1609,64690 | 2616 | (defun tag-exact-match-p 1609,64693 |
| 2617 | (defun tag-implicit-name-match-p 1620,65258 | 2617 | (defun tag-implicit-name-match-p 1620,65261 |
| 2618 | (defun tag-symbol-match-p 1633,65858 | 2618 | (defun tag-symbol-match-p 1633,65861 |
| 2619 | (defun tag-word-match-p 1643,66294 | 2619 | (defun tag-word-match-p 1643,66297 |
| 2620 | (defun tag-partial-file-name-match-p 1652,66692 | 2620 | (defun tag-partial-file-name-match-p 1652,66695 |
| 2621 | (defun tag-any-match-p 1662,67136 | 2621 | (defun tag-any-match-p 1662,67139 |
| 2622 | (defun tag-re-match-p 1667,67320 | 2622 | (defun tag-re-match-p 1667,67323 |
| 2623 | (defcustom tags-loop-revert-buffers 1675,67569 | 2623 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 2624 | (defun next-file 1685,67978 | 2624 | (defun next-file 1685,67981 |
| 2625 | (defvar tags-loop-operate 1760,70892 | 2625 | (defvar tags-loop-operate 1760,70895 |
| 2626 | (defvar tags-loop-scan1763,70986 | 2626 | (defvar tags-loop-scan1763,70989 |
| 2627 | (defun tags-loop-eval 1771,71315 | 2627 | (defun tags-loop-eval 1771,71318 |
| 2628 | (defun tags-loop-continue 1782,71644 | 2628 | (defun tags-loop-continue 1782,71647 |
| 2629 | (defun tags-search 1850,73950 | 2629 | (defun tags-search 1850,73953 |
| 2630 | (defun tags-query-replace 1871,74776 | 2630 | (defun tags-query-replace 1871,74779 |
| 2631 | (defun tags-complete-tags-table-file 1896,76000 | 2631 | (defun tags-complete-tags-table-file 1896,76003 |
| 2632 | (defun list-tags 1906,76379 | 2632 | (defun list-tags 1906,76382 |
| 2633 | (defun tags-apropos 1934,77332 | 2633 | (defun tags-apropos 1934,77335 |
| 2634 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 2634 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 2635 | (defun select-tags-table 1964,78397 | 2635 | (defun select-tags-table 1964,78400 |
| 2636 | (defvar select-tags-table-mode-map 2019,80524 | 2636 | (defvar select-tags-table-mode-map 2019,80527 |
| 2637 | (define-derived-mode select-tags-table-mode 2030,80907 | 2637 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 2638 | (defun select-tags-table-select 2034,81091 | 2638 | (defun select-tags-table-select 2034,81094 |
| 2639 | (defun select-tags-table-quit 2043,81457 | 2639 | (defun select-tags-table-quit 2043,81460 |
| 2640 | (defun complete-tag 2049,81612 | 2640 | (defun complete-tag 2049,81615 |
| 2641 | (defconst etags--xref-limit 2074,82553 | 2641 | (defconst etags--xref-limit 2074,82556 |
| 2642 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 2642 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 2643 | (defun etags-xref-find 2082,82878 | 2643 | (defun etags-xref-find 2082,82881 |
| 2644 | (defun etags--xref-find-definitions 2096,83407 | 2644 | (defun etags--xref-find-definitions 2096,83410 |
| 2645 | (defclass xref-etags-location 2129,85121 | 2645 | (defclass xref-etags-location 2129,85124 |
| 2646 | (defun xref-make-etags-location 2135,85344 | 2646 | (defun xref-make-etags-location 2135,85347 |
| 2647 | (cl-defmethod xref-location-marker 2139,85499 | 2647 | (cl-defmethod xref-location-marker 2139,85502 |
| 2648 | (cl-defmethod xref-location-line 2146,85743 | 2648 | (cl-defmethod xref-location-line 2146,85746 |
| 2649 | 2649 | ||
| 2650 | erl-src/gs_dialog.erl,98 | 2650 | erl-src/gs_dialog.erl,98 |
| 2651 | -define(VERSION2,32 | 2651 | -define(VERSION2,32 |
diff --git a/test/manual/etags/ETAGS.good_4 b/test/manual/etags/ETAGS.good_4 index 8527ed726ea..dee534ae753 100644 --- a/test/manual/etags/ETAGS.good_4 +++ b/test/manual/etags/ETAGS.good_4 | |||
| @@ -937,417 +937,417 @@ record_auto_save 742,23849 | |||
| 937 | force_auto_save_soon 751,24017 | 937 | force_auto_save_soon 751,24017 |
| 938 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 938 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 939 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 939 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 940 | recursive_edit_unwind 804,25748 | 940 | recursive_edit_unwind 804,25751 |
| 941 | any_kboard_state 817,26014 | 941 | any_kboard_state 817,26017 |
| 942 | single_kboard_state 838,26666 | 942 | single_kboard_state 838,26669 |
| 943 | not_single_kboard_state 848,26804 | 943 | not_single_kboard_state 848,26807 |
| 944 | struct kboard_stack858,27066 | 944 | struct kboard_stack858,27069 |
| 945 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 945 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 946 | push_kboard 867,27187 | 946 | push_kboard 867,27190 |
| 947 | pop_kboard 879,27376 | 947 | pop_kboard 879,27379 |
| 948 | temporarily_switch_to_single_kboard 914,28264 | 948 | temporarily_switch_to_single_kboard 914,28267 |
| 949 | record_single_kboard_state 943,29438 | 949 | record_single_kboard_state 943,29441 |
| 950 | restore_kboard_configuration 952,29622 | 950 | restore_kboard_configuration 952,29625 |
| 951 | cmd_error 970,30078 | 951 | cmd_error 970,30081 |
| 952 | cmd_error_internal 1024,31511 | 952 | cmd_error_internal 1024,31514 |
| 953 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 953 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 954 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 954 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 955 | command_loop 1094,33917 | 955 | command_loop 1094,33920 |
| 956 | command_loop_2 1134,35136 | 956 | command_loop_2 1134,35139 |
| 957 | top_level_2 1146,35340 | 957 | top_level_2 1146,35343 |
| 958 | top_level_1 1152,35418 | 958 | top_level_1 1152,35421 |
| 959 | DEFUN ("top-level", Ftop_level,1164,35788 | 959 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 960 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 960 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 961 | user_error 1183,36289 | 961 | user_error 1183,36292 |
| 962 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 962 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 963 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 963 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 964 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 964 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 965 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 965 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 966 | tracking_off 1216,37282 | 966 | tracking_off 1216,37285 |
| 967 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 967 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 968 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 968 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 969 | bool ignore_mouse_drag_p;1256,38393 | 969 | bool ignore_mouse_drag_p;1256,38396 |
| 970 | some_mouse_moved 1259,38442 | 970 | some_mouse_moved 1259,38445 |
| 971 | Lisp_Object last_undo_boundary;1287,39033 | 971 | Lisp_Object last_undo_boundary;1287,39036 |
| 972 | command_loop_1 1294,39274 | 972 | command_loop_1 1294,39277 |
| 973 | read_menu_command 1649,50890 | 973 | read_menu_command 1649,50893 |
| 974 | adjust_point_for_property 1678,51618 | 974 | adjust_point_for_property 1678,51621 |
| 975 | safe_run_hooks_1 1831,57340 | 975 | safe_run_hooks_1 1831,57343 |
| 976 | safe_run_hooks_error 1841,57570 | 976 | safe_run_hooks_error 1841,57573 |
| 977 | safe_run_hook_funcall 1878,58577 | 977 | safe_run_hook_funcall 1878,58580 |
| 978 | safe_run_hooks 1893,59059 | 978 | safe_run_hooks 1893,59062 |
| 979 | int poll_suppress_count;1908,59398 | 979 | int poll_suppress_count;1908,59401 |
| 980 | static struct atimer *poll_timer;poll_timer1915,59488 | 980 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 981 | poll_for_input_1 1919,59590 | 981 | poll_for_input_1 1919,59593 |
| 982 | poll_for_input 1930,59790 | 982 | poll_for_input 1930,59793 |
| 983 | start_polling 1942,60054 | 983 | start_polling 1942,60057 |
| 984 | input_polling_used 1979,61092 | 984 | input_polling_used 1979,61095 |
| 985 | stop_polling 1994,61391 | 985 | stop_polling 1994,61394 |
| 986 | set_poll_suppress_count 2009,61760 | 986 | set_poll_suppress_count 2009,61763 |
| 987 | bind_polling_period 2029,62142 | 987 | bind_polling_period 2029,62145 |
| 988 | make_ctrl_char 2048,62493 | 988 | make_ctrl_char 2048,62496 |
| 989 | show_help_echo 2113,64456 | 989 | show_help_echo 2113,64459 |
| 990 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 990 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 991 | read_char_help_form_unwind 2158,65702 | 991 | read_char_help_form_unwind 2158,65705 |
| 992 | #define STOP_POLLING 2166,65960 | 992 | #define STOP_POLLING 2166,65963 |
| 993 | #define RESUME_POLLING 2170,66085 | 993 | #define RESUME_POLLING 2170,66088 |
| 994 | read_event_from_main_queue 2175,66230 | 994 | read_event_from_main_queue 2175,66233 |
| 995 | read_decoded_event_from_main_queue 2249,68418 | 995 | read_decoded_event_from_main_queue 2249,68421 |
| 996 | #define MAX_ENCODED_BYTES 2254,68665 | 996 | #define MAX_ENCODED_BYTES 2254,68668 |
| 997 | echo_keystrokes_p 2342,71557 | 997 | echo_keystrokes_p 2342,71560 |
| 998 | read_char 2376,72849 | 998 | read_char 2376,72852 |
| 999 | record_menu_key 3225,98950 | 999 | record_menu_key 3225,98953 |
| 1000 | help_char_p 3258,99675 | 1000 | help_char_p 3258,99678 |
| 1001 | record_char 3273,99954 | 1001 | record_char 3273,99957 |
| 1002 | save_getcjmp 3412,104236 | 1002 | save_getcjmp 3412,104239 |
| 1003 | restore_getcjmp 3418,104327 | 1003 | restore_getcjmp 3418,104330 |
| 1004 | readable_events 3430,104698 | 1004 | readable_events 3430,104701 |
| 1005 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 1005 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 1006 | event_to_kboard 3500,106494 | 1006 | event_to_kboard 3500,106497 |
| 1007 | kbd_buffer_nr_stored 3522,107143 | 1007 | kbd_buffer_nr_stored 3522,107146 |
| 1008 | kbd_buffer_store_event 3534,107484 | 1008 | kbd_buffer_store_event 3534,107487 |
| 1009 | kbd_buffer_store_event_hold 3550,108026 | 1009 | kbd_buffer_store_event_hold 3550,108029 |
| 1010 | kbd_buffer_unget_event 3684,111618 | 1010 | kbd_buffer_unget_event 3684,111621 |
| 1011 | #define INPUT_EVENT_POS_MAX 3698,112019 | 1011 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 1012 | #define INPUT_EVENT_POS_MIN 3701,112148 | 1012 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 1013 | position_to_Time 3706,112288 | 1013 | position_to_Time 3706,112291 |
| 1014 | Time_to_position 3716,112515 | 1014 | Time_to_position 3716,112518 |
| 1015 | gen_help_event 3738,113172 | 1015 | gen_help_event 3738,113175 |
| 1016 | kbd_buffer_store_help_event 3756,113612 | 1016 | kbd_buffer_store_help_event 3756,113615 |
| 1017 | discard_mouse_events 3773,113977 | 1017 | discard_mouse_events 3773,113980 |
| 1018 | kbd_buffer_events_waiting 3803,114712 | 1018 | kbd_buffer_events_waiting 3803,114715 |
| 1019 | clear_event 3823,115069 | 1019 | clear_event 3823,115072 |
| 1020 | kbd_buffer_get_event 3836,115409 | 1020 | kbd_buffer_get_event 3836,115412 |
| 1021 | process_special_events 4258,127882 | 1021 | process_special_events 4258,127885 |
| 1022 | swallow_events 4322,129706 | 1022 | swallow_events 4322,129709 |
| 1023 | timer_start_idle 4339,130099 | 1023 | timer_start_idle 4339,130102 |
| 1024 | timer_stop_idle 4355,130577 | 1024 | timer_stop_idle 4355,130580 |
| 1025 | timer_resume_idle 4363,130721 | 1025 | timer_resume_idle 4363,130724 |
| 1026 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1026 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1027 | Lisp_Object pending_funcalls;4377,131173 | 1027 | Lisp_Object pending_funcalls;4377,131176 |
| 1028 | decode_timer 4381,131294 | 1028 | decode_timer 4381,131297 |
| 1029 | timer_check_2 4414,132247 | 1029 | timer_check_2 4414,132250 |
| 1030 | timer_check 4572,136818 | 1030 | timer_check 4572,136821 |
| 1031 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1031 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1032 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1032 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1033 | static Lisp_Object accent_key_syms;4625,138240 | 1033 | static Lisp_Object accent_key_syms;4625,138243 |
| 1034 | static Lisp_Object func_key_syms;4626,138276 | 1034 | static Lisp_Object func_key_syms;4626,138279 |
| 1035 | static Lisp_Object mouse_syms;4627,138310 | 1035 | static Lisp_Object mouse_syms;4627,138313 |
| 1036 | static Lisp_Object wheel_syms;4628,138341 | 1036 | static Lisp_Object wheel_syms;4628,138344 |
| 1037 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1037 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1038 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1038 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1039 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1039 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1040 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1040 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1041 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1041 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1042 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1042 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1043 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1043 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1044 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1044 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1045 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1045 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1046 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1046 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1047 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1047 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1048 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1048 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1049 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1049 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1050 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1050 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1051 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1051 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1052 | static Lisp_Object button_down_location;5210,156911 | 1052 | static Lisp_Object button_down_location;5210,156914 |
| 1053 | static int last_mouse_button;5215,157066 | 1053 | static int last_mouse_button;5215,157069 |
| 1054 | static int last_mouse_x;5216,157096 | 1054 | static int last_mouse_x;5216,157099 |
| 1055 | static int last_mouse_y;5217,157121 | 1055 | static int last_mouse_y;5217,157124 |
| 1056 | static Time button_down_time;5218,157146 | 1056 | static Time button_down_time;5218,157149 |
| 1057 | static int double_click_count;5222,157230 | 1057 | static int double_click_count;5222,157233 |
| 1058 | make_lispy_position 5228,157391 | 1058 | make_lispy_position 5228,157394 |
| 1059 | toolkit_menubar_in_use 5456,163954 | 1059 | toolkit_menubar_in_use 5456,163957 |
| 1060 | make_scroll_bar_position 5469,164322 | 1060 | make_scroll_bar_position 5469,164325 |
| 1061 | make_lispy_event 5485,164968 | 1061 | make_lispy_event 5485,164971 |
| 1062 | make_lispy_movement 6104,183531 | 1062 | make_lispy_movement 6104,183534 |
| 1063 | make_lispy_switch_frame 6131,184262 | 1063 | make_lispy_switch_frame 6131,184265 |
| 1064 | make_lispy_focus_in 6137,184369 | 1064 | make_lispy_focus_in 6137,184372 |
| 1065 | make_lispy_focus_out 6145,184495 | 1065 | make_lispy_focus_out 6145,184498 |
| 1066 | parse_modifiers_uncached 6163,184945 | 1066 | parse_modifiers_uncached 6163,184948 |
| 1067 | #define SINGLE_LETTER_MOD(6185,185465 | 1067 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1068 | #undef SINGLE_LETTER_MOD6212,185906 | 1068 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1069 | #define MULTI_LETTER_MOD(6214,185932 | 1069 | #define MULTI_LETTER_MOD(6214,185935 |
| 1070 | #undef MULTI_LETTER_MOD6231,186400 | 1070 | #undef MULTI_LETTER_MOD6231,186403 |
| 1071 | apply_modifiers_uncached 6273,187574 | 1071 | apply_modifiers_uncached 6273,187577 |
| 1072 | static const char *const modifier_names[modifier_names6319,189193 | 1072 | static const char *const modifier_names[modifier_names6319,189196 |
| 1073 | #define NUM_MOD_NAMES 6325,189399 | 1073 | #define NUM_MOD_NAMES 6325,189402 |
| 1074 | static Lisp_Object modifier_symbols;6327,189449 | 1074 | static Lisp_Object modifier_symbols;6327,189452 |
| 1075 | lispy_modifier_list 6331,189586 | 1075 | lispy_modifier_list 6331,189589 |
| 1076 | #define KEY_TO_CHAR(6353,190252 | 1076 | #define KEY_TO_CHAR(6353,190255 |
| 1077 | parse_modifiers 6356,190328 | 1077 | parse_modifiers 6356,190331 |
| 1078 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1078 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1079 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1079 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1080 | apply_modifiers 6422,192391 | 1080 | apply_modifiers 6422,192394 |
| 1081 | reorder_modifiers 6491,194720 | 1081 | reorder_modifiers 6491,194723 |
| 1082 | modify_event_symbol 6536,196528 | 1082 | modify_event_symbol 6536,196531 |
| 1083 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1083 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1084 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1084 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1085 | parse_solitary_modifier 6695,201135 | 1085 | parse_solitary_modifier 6695,201138 |
| 1086 | #define SINGLE_LETTER_MOD(6701,201258 | 1086 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1087 | #define MULTI_LETTER_MOD(6705,201343 | 1087 | #define MULTI_LETTER_MOD(6705,201346 |
| 1088 | #undef SINGLE_LETTER_MOD6763,202641 | 1088 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1089 | #undef MULTI_LETTER_MOD6764,202666 | 1089 | #undef MULTI_LETTER_MOD6764,202669 |
| 1090 | lucid_event_type_list_p 6775,202889 | 1090 | lucid_event_type_list_p 6775,202892 |
| 1091 | get_input_pending 6814,203960 | 1091 | get_input_pending 6814,203963 |
| 1092 | record_asynch_buffer_change 6834,204579 | 1092 | record_asynch_buffer_change 6834,204582 |
| 1093 | gobble_input 6872,205702 | 1093 | gobble_input 6872,205705 |
| 1094 | tty_read_avail_input 6967,208310 | 1094 | tty_read_avail_input 6967,208313 |
| 1095 | handle_async_input 7149,214039 | 1095 | handle_async_input 7149,214042 |
| 1096 | process_pending_signals 7165,214359 | 1096 | process_pending_signals 7165,214362 |
| 1097 | unblock_input_to 7177,214645 | 1097 | unblock_input_to 7177,214648 |
| 1098 | unblock_input 7200,215277 | 1098 | unblock_input 7200,215280 |
| 1099 | totally_unblock_input 7209,215445 | 1099 | totally_unblock_input 7209,215448 |
| 1100 | handle_input_available_signal 7217,215529 | 1100 | handle_input_available_signal 7217,215532 |
| 1101 | deliver_input_available_signal 7226,215700 | 1101 | deliver_input_available_signal 7226,215703 |
| 1102 | struct user_signal_info7235,215865 | 1102 | struct user_signal_info7235,215868 |
| 1103 | static struct user_signal_info *user_signals user_signals7250,216090 | 1103 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1104 | add_user_signal 7253,216149 | 1104 | add_user_signal 7253,216152 |
| 1105 | handle_user_signal 7275,216598 | 1105 | handle_user_signal 7275,216601 |
| 1106 | deliver_user_signal 7316,217558 | 1106 | deliver_user_signal 7316,217561 |
| 1107 | find_user_signal_name 7322,217659 | 1107 | find_user_signal_name 7322,217662 |
| 1108 | store_user_signal_events 7334,217841 | 1108 | store_user_signal_events 7334,217844 |
| 1109 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1109 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1110 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1110 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1111 | static int menu_bar_items_index;7369,218672 | 1111 | static int menu_bar_items_index;7369,218675 |
| 1112 | static const char *separator_names[separator_names7372,218707 | 1112 | static const char *separator_names[separator_names7372,218710 |
| 1113 | menu_separator_name_p 7393,219148 | 1113 | menu_separator_name_p 7393,219151 |
| 1114 | menu_bar_items 7426,219852 | 1114 | menu_bar_items 7426,219855 |
| 1115 | Lisp_Object item_properties;7568,224603 | 1115 | Lisp_Object item_properties;7568,224606 |
| 1116 | menu_bar_item 7571,224645 | 1116 | menu_bar_item 7571,224648 |
| 1117 | menu_item_eval_property_1 7647,227175 | 1117 | menu_item_eval_property_1 7647,227178 |
| 1118 | eval_dyn 7658,227465 | 1118 | eval_dyn 7658,227468 |
| 1119 | menu_item_eval_property 7666,227675 | 1119 | menu_item_eval_property 7666,227678 |
| 1120 | parse_menu_item 7686,228341 | 1120 | parse_menu_item 7686,228344 |
| 1121 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1121 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1122 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1122 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1123 | static int ntool_bar_items;7974,236606 | 1123 | static int ntool_bar_items;7974,236609 |
| 1124 | tool_bar_items 7990,237083 | 1124 | tool_bar_items 7990,237086 |
| 1125 | process_tool_bar_item 8075,239892 | 1125 | process_tool_bar_item 8075,239895 |
| 1126 | #define PROP(8112,240969 | 1126 | #define PROP(8112,240972 |
| 1127 | set_prop 8114,241038 | 1127 | set_prop 8114,241041 |
| 1128 | parse_tool_bar_item 8167,242453 | 1128 | parse_tool_bar_item 8167,242456 |
| 1129 | #undef PROP8379,248844 | 1129 | #undef PROP8379,248847 |
| 1130 | init_tool_bar_items 8387,248969 | 1130 | init_tool_bar_items 8387,248972 |
| 1131 | append_tool_bar_item 8401,249261 | 1131 | append_tool_bar_item 8401,249264 |
| 1132 | read_char_x_menu_prompt 8443,250771 | 1132 | read_char_x_menu_prompt 8443,250774 |
| 1133 | read_char_minibuf_menu_prompt 8503,252445 | 1133 | read_char_minibuf_menu_prompt 8503,252448 |
| 1134 | #define PUSH_C_STR(8527,253014 | 1134 | #define PUSH_C_STR(8527,253017 |
| 1135 | follow_key 8726,258553 | 1135 | follow_key 8726,258556 |
| 1136 | active_maps 8733,258695 | 1136 | active_maps 8733,258698 |
| 1137 | typedef struct keyremap8742,259021 | 1137 | typedef struct keyremap8742,259024 |
| 1138 | } keyremap;8754,259464 | 1138 | } keyremap;8754,259467 |
| 1139 | access_keymap_keyremap 8764,259808 | 1139 | access_keymap_keyremap 8764,259811 |
| 1140 | keyremap_step 8811,261450 | 1140 | keyremap_step 8811,261453 |
| 1141 | test_undefined 8867,262934 | 1141 | test_undefined 8867,262937 |
| 1142 | read_key_sequence 8916,264861 | 1142 | read_key_sequence 8916,264864 |
| 1143 | read_key_sequence_vs 9826,295821 | 1143 | read_key_sequence_vs 9826,295824 |
| 1144 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1144 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1145 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1145 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1146 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1146 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1147 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1147 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1148 | detect_input_pending 9950,300488 | 1148 | detect_input_pending 9950,300491 |
| 1149 | detect_input_pending_ignore_squeezables 9959,300654 | 1149 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1150 | detect_input_pending_run_timers 9967,300870 | 1150 | detect_input_pending_run_timers 9967,300873 |
| 1151 | clear_input_pending 9985,301362 | 1151 | clear_input_pending 9985,301365 |
| 1152 | requeued_events_pending_p 9997,301732 | 1152 | requeued_events_pending_p 9997,301735 |
| 1153 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1153 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1154 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1154 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1155 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1155 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1156 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1156 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1157 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1157 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1158 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1158 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1159 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1159 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1160 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1160 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1161 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1161 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1162 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1162 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1163 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1163 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1164 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1164 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1165 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1165 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1166 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1166 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1167 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1167 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1168 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1168 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1169 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1169 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1170 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1170 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1171 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1171 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1172 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1172 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1173 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1173 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1174 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1174 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1175 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1175 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1176 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1176 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1177 | stuff_buffered_input 10285,311045 | 1177 | stuff_buffered_input 10285,311048 |
| 1178 | set_waiting_for_input 10323,312016 | 1178 | set_waiting_for_input 10323,312019 |
| 1179 | clear_waiting_for_input 10337,312390 | 1179 | clear_waiting_for_input 10337,312393 |
| 1180 | handle_interrupt_signal 10351,312754 | 1180 | handle_interrupt_signal 10351,312757 |
| 1181 | deliver_interrupt_signal 10378,313642 | 1181 | deliver_interrupt_signal 10378,313645 |
| 1182 | static int volatile force_quit_count;10387,313932 | 1182 | static int volatile force_quit_count;10387,313935 |
| 1183 | handle_interrupt 10401,314414 | 1183 | handle_interrupt 10401,314417 |
| 1184 | quit_throw_to_read_char 10541,318711 | 1184 | quit_throw_to_read_char 10541,318714 |
| 1185 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1185 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1186 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1186 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1187 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1187 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1188 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1188 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1189 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1189 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1190 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1190 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1191 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1191 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1192 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1192 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1193 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1193 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1194 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1194 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1195 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1195 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1196 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1196 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1197 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1197 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1198 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1198 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1199 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1199 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1200 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1200 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1201 | init_kboard 10861,328214 | 1201 | init_kboard 10861,328217 |
| 1202 | allocate_kboard 10893,329284 | 1202 | allocate_kboard 10893,329287 |
| 1203 | wipe_kboard 10909,329637 | 1203 | wipe_kboard 10909,329640 |
| 1204 | delete_kboard 10917,329751 | 1204 | delete_kboard 10917,329754 |
| 1205 | init_keyboard 10942,330281 | 1205 | init_keyboard 10942,330284 |
| 1206 | struct event_head11021,332696 | 1206 | struct event_head11021,332699 |
| 1207 | static const struct event_head head_table[head_table11027,332747 | 1207 | static const struct event_head head_table[head_table11027,332750 |
| 1208 | syms_of_keyboard 11045,333577 | 1208 | syms_of_keyboard 11045,333580 |
| 1209 | DEFVAR_LISP ("internal--top-level-message"11058,333972 | 1209 | DEFVAR_LISP ("internal--top-level-message"11058,333975 |
| 1210 | DEFVAR_LISP ("last-command-event"11312,342173 | 1210 | DEFVAR_LISP ("last-command-event"11312,342176 |
| 1211 | DEFVAR_LISP ("last-nonmenu-event"11315,342297 | 1211 | DEFVAR_LISP ("last-nonmenu-event"11315,342300 |
| 1212 | DEFVAR_LISP ("last-input-event"11321,342636 | 1212 | DEFVAR_LISP ("last-input-event"11321,342639 |
| 1213 | DEFVAR_LISP ("unread-command-events"11324,342730 | 1213 | DEFVAR_LISP ("unread-command-events"11324,342733 |
| 1214 | DEFVAR_LISP ("unread-post-input-method-events"11332,343190 | 1214 | DEFVAR_LISP ("unread-post-input-method-events"11332,343193 |
| 1215 | DEFVAR_LISP ("unread-input-method-events"11338,343529 | 1215 | DEFVAR_LISP ("unread-input-method-events"11338,343532 |
| 1216 | DEFVAR_LISP ("meta-prefix-char"11346,343898 | 1216 | DEFVAR_LISP ("meta-prefix-char"11346,343901 |
| 1217 | DEFVAR_KBOARD ("last-command"11351,344106 | 1217 | DEFVAR_KBOARD ("last-command"11351,344109 |
| 1218 | DEFVAR_KBOARD ("real-last-command"11368,344787 | 1218 | DEFVAR_KBOARD ("real-last-command"11368,344790 |
| 1219 | DEFVAR_KBOARD ("last-repeatable-command"11372,344973 | 1219 | DEFVAR_KBOARD ("last-repeatable-command"11372,344976 |
| 1220 | DEFVAR_LISP ("this-command"11378,345261 | 1220 | DEFVAR_LISP ("this-command"11378,345264 |
| 1221 | DEFVAR_LISP ("real-this-command"11384,345498 | 1221 | DEFVAR_LISP ("real-this-command"11384,345501 |
| 1222 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345680 | 1222 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345683 |
| 1223 | DEFVAR_LISP ("this-original-command"11396,346123 | 1223 | DEFVAR_LISP ("this-original-command"11396,346126 |
| 1224 | DEFVAR_INT ("auto-save-interval"11403,346520 | 1224 | DEFVAR_INT ("auto-save-interval"11403,346523 |
| 1225 | DEFVAR_LISP ("auto-save-timeout"11408,346734 | 1225 | DEFVAR_LISP ("auto-save-timeout"11408,346737 |
| 1226 | DEFVAR_LISP ("echo-keystrokes"11415,347079 | 1226 | DEFVAR_LISP ("echo-keystrokes"11415,347082 |
| 1227 | DEFVAR_INT ("polling-period"11421,347350 | 1227 | DEFVAR_INT ("polling-period"11421,347353 |
| 1228 | DEFVAR_LISP ("double-click-time"11428,347693 | 1228 | DEFVAR_LISP ("double-click-time"11428,347696 |
| 1229 | DEFVAR_INT ("double-click-fuzz"11435,348029 | 1229 | DEFVAR_INT ("double-click-fuzz"11435,348032 |
| 1230 | DEFVAR_INT ("num-input-keys"11446,348519 | 1230 | DEFVAR_INT ("num-input-keys"11446,348522 |
| 1231 | DEFVAR_INT ("num-nonmacro-input-events"11452,348794 | 1231 | DEFVAR_INT ("num-nonmacro-input-events"11452,348797 |
| 1232 | DEFVAR_LISP ("last-event-frame"11457,349032 | 1232 | DEFVAR_LISP ("last-event-frame"11457,349035 |
| 1233 | DEFVAR_LISP ("tty-erase-char"11463,349311 | 1233 | DEFVAR_LISP ("tty-erase-char"11463,349314 |
| 1234 | DEFVAR_LISP ("help-char"11466,349434 | 1234 | DEFVAR_LISP ("help-char"11466,349437 |
| 1235 | DEFVAR_LISP ("help-event-list"11472,349717 | 1235 | DEFVAR_LISP ("help-event-list"11472,349720 |
| 1236 | DEFVAR_LISP ("help-form"11477,349928 | 1236 | DEFVAR_LISP ("help-form"11477,349931 |
| 1237 | DEFVAR_LISP ("prefix-help-command"11483,350176 | 1237 | DEFVAR_LISP ("prefix-help-command"11483,350179 |
| 1238 | DEFVAR_LISP ("top-level"11489,350454 | 1238 | DEFVAR_LISP ("top-level"11489,350457 |
| 1239 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350675 | 1239 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350678 |
| 1240 | DEFVAR_BOOL ("cannot-suspend"11511,351488 | 1240 | DEFVAR_BOOL ("cannot-suspend"11511,351491 |
| 1241 | DEFVAR_BOOL ("menu-prompting"11516,351715 | 1241 | DEFVAR_BOOL ("menu-prompting"11516,351718 |
| 1242 | DEFVAR_LISP ("menu-prompt-more-char"11526,352145 | 1242 | DEFVAR_LISP ("menu-prompt-more-char"11526,352148 |
| 1243 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352391 | 1243 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352394 |
| 1244 | DEFVAR_LISP ("deactivate-mark"11545,353117 | 1244 | DEFVAR_LISP ("deactivate-mark"11545,353120 |
| 1245 | DEFVAR_LISP ("pre-command-hook"11553,353486 | 1245 | DEFVAR_LISP ("pre-command-hook"11553,353489 |
| 1246 | DEFVAR_LISP ("post-command-hook"11560,353841 | 1246 | DEFVAR_LISP ("post-command-hook"11560,353844 |
| 1247 | DEFVAR_LISP ("echo-area-clear-hook"11568,354204 | 1247 | DEFVAR_LISP ("echo-area-clear-hook"11568,354207 |
| 1248 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354419 | 1248 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354422 |
| 1249 | DEFVAR_LISP ("menu-bar-final-items"11578,354622 | 1249 | DEFVAR_LISP ("menu-bar-final-items"11578,354625 |
| 1250 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354872 | 1250 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354875 |
| 1251 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355230 | 1251 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355233 |
| 1252 | DEFVAR_LISP ("overriding-local-map"11598,355652 | 1252 | DEFVAR_LISP ("overriding-local-map"11598,355655 |
| 1253 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356103 | 1253 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356106 |
| 1254 | DEFVAR_LISP ("special-event-map"11613,356442 | 1254 | DEFVAR_LISP ("special-event-map"11613,356445 |
| 1255 | DEFVAR_LISP ("track-mouse"11617,356630 | 1255 | DEFVAR_LISP ("track-mouse"11617,356633 |
| 1256 | DEFVAR_KBOARD ("system-key-alist"11620,356757 | 1256 | DEFVAR_KBOARD ("system-key-alist"11620,356760 |
| 1257 | DEFVAR_KBOARD ("local-function-key-map"11629,357138 | 1257 | DEFVAR_KBOARD ("local-function-key-map"11629,357141 |
| 1258 | DEFVAR_KBOARD ("input-decode-map"11658,358597 | 1258 | DEFVAR_KBOARD ("input-decode-map"11658,358600 |
| 1259 | DEFVAR_LISP ("function-key-map"11675,359385 | 1259 | DEFVAR_LISP ("function-key-map"11675,359388 |
| 1260 | DEFVAR_LISP ("key-translation-map"11683,359801 | 1260 | DEFVAR_LISP ("key-translation-map"11683,359804 |
| 1261 | DEFVAR_LISP ("deferred-action-list"11689,360145 | 1261 | DEFVAR_LISP ("deferred-action-list"11689,360148 |
| 1262 | DEFVAR_LISP ("deferred-action-function"11694,360393 | 1262 | DEFVAR_LISP ("deferred-action-function"11694,360396 |
| 1263 | DEFVAR_LISP ("delayed-warnings-list"11700,360692 | 1263 | DEFVAR_LISP ("delayed-warnings-list"11700,360695 |
| 1264 | DEFVAR_LISP ("timer-list"11708,361100 | 1264 | DEFVAR_LISP ("timer-list"11708,361103 |
| 1265 | DEFVAR_LISP ("timer-idle-list"11712,361252 | 1265 | DEFVAR_LISP ("timer-idle-list"11712,361255 |
| 1266 | DEFVAR_LISP ("input-method-function"11716,361415 | 1266 | DEFVAR_LISP ("input-method-function"11716,361418 |
| 1267 | DEFVAR_LISP ("input-method-previous-message"11737,362384 | 1267 | DEFVAR_LISP ("input-method-previous-message"11737,362387 |
| 1268 | DEFVAR_LISP ("show-help-function"11744,362745 | 1268 | DEFVAR_LISP ("show-help-function"11744,362748 |
| 1269 | DEFVAR_LISP ("disable-point-adjustment"11749,362977 | 1269 | DEFVAR_LISP ("disable-point-adjustment"11749,362980 |
| 1270 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363527 | 1270 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363530 |
| 1271 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363893 | 1271 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363896 |
| 1272 | DEFVAR_LISP ("throw-on-input"11775,364171 | 1272 | DEFVAR_LISP ("throw-on-input"11775,364174 |
| 1273 | DEFVAR_LISP ("command-error-function"11781,364422 | 1273 | DEFVAR_LISP ("command-error-function"11781,364425 |
| 1274 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364909 | 1274 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364912 |
| 1275 | DEFVAR_LISP ("select-active-regions"11798,365236 | 1275 | DEFVAR_LISP ("select-active-regions"11798,365239 |
| 1276 | DEFVAR_LISP ("saved-region-selection"11807,365628 | 1276 | DEFVAR_LISP ("saved-region-selection"11807,365631 |
| 1277 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366013 | 1277 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366016 |
| 1278 | DEFVAR_LISP ("debug-on-event"11825,366554 | 1278 | DEFVAR_LISP ("debug-on-event"11825,366557 |
| 1279 | keys_of_keyboard 11841,367115 | 1279 | keys_of_keyboard 11841,367118 |
| 1280 | mark_kboards 11916,370434 | 1280 | mark_kboards 11916,370437 |
| 1281 | DEFVAR_LISP ("internal--top-level-message",\111058,333972 | 1281 | DEFVAR_LISP ("internal--top-level-message",\111058,333975 |
| 1282 | DEFVAR_LISP ("last-command-event",\111312,342173 | 1282 | DEFVAR_LISP ("last-command-event",\111312,342176 |
| 1283 | DEFVAR_LISP ("last-nonmenu-event",\111315,342297 | 1283 | DEFVAR_LISP ("last-nonmenu-event",\111315,342300 |
| 1284 | DEFVAR_LISP ("last-input-event",\111321,342636 | 1284 | DEFVAR_LISP ("last-input-event",\111321,342639 |
| 1285 | DEFVAR_LISP ("unread-command-events",\111324,342730 | 1285 | DEFVAR_LISP ("unread-command-events",\111324,342733 |
| 1286 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343190 | 1286 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343193 |
| 1287 | DEFVAR_LISP ("unread-input-method-events",\111338,343529 | 1287 | DEFVAR_LISP ("unread-input-method-events",\111338,343532 |
| 1288 | DEFVAR_LISP ("meta-prefix-char",\111346,343898 | 1288 | DEFVAR_LISP ("meta-prefix-char",\111346,343901 |
| 1289 | DEFVAR_KBOARD ("last-command",\111351,344106 | 1289 | DEFVAR_KBOARD ("last-command",\111351,344109 |
| 1290 | DEFVAR_KBOARD ("real-last-command",\111368,344787 | 1290 | DEFVAR_KBOARD ("real-last-command",\111368,344790 |
| 1291 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344973 | 1291 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344976 |
| 1292 | DEFVAR_LISP ("this-command",\111378,345261 | 1292 | DEFVAR_LISP ("this-command",\111378,345264 |
| 1293 | DEFVAR_LISP ("real-this-command",\111384,345498 | 1293 | DEFVAR_LISP ("real-this-command",\111384,345501 |
| 1294 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345680 | 1294 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345683 |
| 1295 | DEFVAR_LISP ("this-original-command",\111396,346123 | 1295 | DEFVAR_LISP ("this-original-command",\111396,346126 |
| 1296 | DEFVAR_INT ("auto-save-interval",\111403,346520 | 1296 | DEFVAR_INT ("auto-save-interval",\111403,346523 |
| 1297 | DEFVAR_LISP ("auto-save-timeout",\111408,346734 | 1297 | DEFVAR_LISP ("auto-save-timeout",\111408,346737 |
| 1298 | DEFVAR_LISP ("echo-keystrokes",\111415,347079 | 1298 | DEFVAR_LISP ("echo-keystrokes",\111415,347082 |
| 1299 | DEFVAR_INT ("polling-period",\111421,347350 | 1299 | DEFVAR_INT ("polling-period",\111421,347353 |
| 1300 | DEFVAR_LISP ("double-click-time",\111428,347693 | 1300 | DEFVAR_LISP ("double-click-time",\111428,347696 |
| 1301 | DEFVAR_INT ("double-click-fuzz",\111435,348029 | 1301 | DEFVAR_INT ("double-click-fuzz",\111435,348032 |
| 1302 | DEFVAR_INT ("num-input-keys",\111446,348519 | 1302 | DEFVAR_INT ("num-input-keys",\111446,348522 |
| 1303 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348794 | 1303 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348797 |
| 1304 | DEFVAR_LISP ("last-event-frame",\111457,349032 | 1304 | DEFVAR_LISP ("last-event-frame",\111457,349035 |
| 1305 | DEFVAR_LISP ("tty-erase-char",\111463,349311 | 1305 | DEFVAR_LISP ("tty-erase-char",\111463,349314 |
| 1306 | DEFVAR_LISP ("help-char",\111466,349434 | 1306 | DEFVAR_LISP ("help-char",\111466,349437 |
| 1307 | DEFVAR_LISP ("help-event-list",\111472,349717 | 1307 | DEFVAR_LISP ("help-event-list",\111472,349720 |
| 1308 | DEFVAR_LISP ("help-form",\111477,349928 | 1308 | DEFVAR_LISP ("help-form",\111477,349931 |
| 1309 | DEFVAR_LISP ("prefix-help-command",\111483,350176 | 1309 | DEFVAR_LISP ("prefix-help-command",\111483,350179 |
| 1310 | DEFVAR_LISP ("top-level",\111489,350454 | 1310 | DEFVAR_LISP ("top-level",\111489,350457 |
| 1311 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350675 | 1311 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350678 |
| 1312 | DEFVAR_BOOL ("cannot-suspend",\111511,351488 | 1312 | DEFVAR_BOOL ("cannot-suspend",\111511,351491 |
| 1313 | DEFVAR_BOOL ("menu-prompting",\111516,351715 | 1313 | DEFVAR_BOOL ("menu-prompting",\111516,351718 |
| 1314 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352145 | 1314 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352148 |
| 1315 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352391 | 1315 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352394 |
| 1316 | DEFVAR_LISP ("deactivate-mark",\111545,353117 | 1316 | DEFVAR_LISP ("deactivate-mark",\111545,353120 |
| 1317 | DEFVAR_LISP ("pre-command-hook",\111553,353486 | 1317 | DEFVAR_LISP ("pre-command-hook",\111553,353489 |
| 1318 | DEFVAR_LISP ("post-command-hook",\111560,353841 | 1318 | DEFVAR_LISP ("post-command-hook",\111560,353844 |
| 1319 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354204 | 1319 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354207 |
| 1320 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354419 | 1320 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354422 |
| 1321 | DEFVAR_LISP ("menu-bar-final-items",\111578,354622 | 1321 | DEFVAR_LISP ("menu-bar-final-items",\111578,354625 |
| 1322 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354872 | 1322 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354875 |
| 1323 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355230 | 1323 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355233 |
| 1324 | DEFVAR_LISP ("overriding-local-map",\111598,355652 | 1324 | DEFVAR_LISP ("overriding-local-map",\111598,355655 |
| 1325 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356103 | 1325 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356106 |
| 1326 | DEFVAR_LISP ("special-event-map",\111613,356442 | 1326 | DEFVAR_LISP ("special-event-map",\111613,356445 |
| 1327 | DEFVAR_LISP ("track-mouse",\111617,356630 | 1327 | DEFVAR_LISP ("track-mouse",\111617,356633 |
| 1328 | DEFVAR_KBOARD ("system-key-alist",\111620,356757 | 1328 | DEFVAR_KBOARD ("system-key-alist",\111620,356760 |
| 1329 | DEFVAR_KBOARD ("local-function-key-map",\111629,357138 | 1329 | DEFVAR_KBOARD ("local-function-key-map",\111629,357141 |
| 1330 | DEFVAR_KBOARD ("input-decode-map",\111658,358597 | 1330 | DEFVAR_KBOARD ("input-decode-map",\111658,358600 |
| 1331 | DEFVAR_LISP ("function-key-map",\111675,359385 | 1331 | DEFVAR_LISP ("function-key-map",\111675,359388 |
| 1332 | DEFVAR_LISP ("key-translation-map",\111683,359801 | 1332 | DEFVAR_LISP ("key-translation-map",\111683,359804 |
| 1333 | DEFVAR_LISP ("deferred-action-list",\111689,360145 | 1333 | DEFVAR_LISP ("deferred-action-list",\111689,360148 |
| 1334 | DEFVAR_LISP ("deferred-action-function",\111694,360393 | 1334 | DEFVAR_LISP ("deferred-action-function",\111694,360396 |
| 1335 | DEFVAR_LISP ("delayed-warnings-list",\111700,360692 | 1335 | DEFVAR_LISP ("delayed-warnings-list",\111700,360695 |
| 1336 | DEFVAR_LISP ("timer-list",\111708,361100 | 1336 | DEFVAR_LISP ("timer-list",\111708,361103 |
| 1337 | DEFVAR_LISP ("timer-idle-list",\111712,361252 | 1337 | DEFVAR_LISP ("timer-idle-list",\111712,361255 |
| 1338 | DEFVAR_LISP ("input-method-function",\111716,361415 | 1338 | DEFVAR_LISP ("input-method-function",\111716,361418 |
| 1339 | DEFVAR_LISP ("input-method-previous-message",\111737,362384 | 1339 | DEFVAR_LISP ("input-method-previous-message",\111737,362387 |
| 1340 | DEFVAR_LISP ("show-help-function",\111744,362745 | 1340 | DEFVAR_LISP ("show-help-function",\111744,362748 |
| 1341 | DEFVAR_LISP ("disable-point-adjustment",\111749,362977 | 1341 | DEFVAR_LISP ("disable-point-adjustment",\111749,362980 |
| 1342 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363527 | 1342 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363530 |
| 1343 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363893 | 1343 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363896 |
| 1344 | DEFVAR_LISP ("throw-on-input",\111775,364171 | 1344 | DEFVAR_LISP ("throw-on-input",\111775,364174 |
| 1345 | DEFVAR_LISP ("command-error-function",\111781,364422 | 1345 | DEFVAR_LISP ("command-error-function",\111781,364425 |
| 1346 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364909 | 1346 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364912 |
| 1347 | DEFVAR_LISP ("select-active-regions",\111798,365236 | 1347 | DEFVAR_LISP ("select-active-regions",\111798,365239 |
| 1348 | DEFVAR_LISP ("saved-region-selection",\111807,365628 | 1348 | DEFVAR_LISP ("saved-region-selection",\111807,365631 |
| 1349 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366013 | 1349 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366016 |
| 1350 | DEFVAR_LISP ("debug-on-event",\111825,366554 | 1350 | DEFVAR_LISP ("debug-on-event",\111825,366557 |
| 1351 | 1351 | ||
| 1352 | c-src/emacs/src/lisp.h,20276 | 1352 | c-src/emacs/src/lisp.h,20276 |
| 1353 | #define EMACS_LISP_H22,801 | 1353 | #define EMACS_LISP_H22,801 |
| @@ -2328,109 +2328,109 @@ el-src/emacs/lisp/progmodes/etags.el,5069 | |||
| 2328 | (defcustom tags-tag-face 148,5700 | 2328 | (defcustom tags-tag-face 148,5700 |
| 2329 | (defcustom tags-apropos-verbose 154,5835 | 2329 | (defcustom tags-apropos-verbose 154,5835 |
| 2330 | (defcustom tags-apropos-additional-actions 160,5999 | 2330 | (defcustom tags-apropos-additional-actions 160,5999 |
| 2331 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 2331 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 2332 | (defvar default-tags-table-function 189,7098 | 2332 | (defvar default-tags-table-function 189,7101 |
| 2333 | (defvar tags-location-ring 194,7324 | 2333 | (defvar tags-location-ring 194,7327 |
| 2334 | (defvar tags-table-files 201,7600 | 2334 | (defvar tags-table-files 201,7603 |
| 2335 | (defvar tags-completion-table 206,7767 | 2335 | (defvar tags-completion-table 206,7770 |
| 2336 | (defvar tags-included-tables 209,7859 | 2336 | (defvar tags-included-tables 209,7862 |
| 2337 | (defvar next-file-list 212,7954 | 2337 | (defvar next-file-list 212,7957 |
| 2338 | (defvar tags-table-format-functions 217,8060 | 2338 | (defvar tags-table-format-functions 217,8063 |
| 2339 | (defvar file-of-tag-function 224,8441 | 2339 | (defvar file-of-tag-function 224,8444 |
| 2340 | (defvar tags-table-files-function 228,8635 | 2340 | (defvar tags-table-files-function 228,8638 |
| 2341 | (defvar tags-completion-table-function 230,8746 | 2341 | (defvar tags-completion-table-function 230,8749 |
| 2342 | (defvar snarf-tag-function 232,8841 | 2342 | (defvar snarf-tag-function 232,8844 |
| 2343 | (defvar goto-tag-location-function 236,9050 | 2343 | (defvar goto-tag-location-function 236,9053 |
| 2344 | (defvar find-tag-regexp-search-function 239,9223 | 2344 | (defvar find-tag-regexp-search-function 239,9226 |
| 2345 | (defvar find-tag-regexp-tag-order 241,9344 | 2345 | (defvar find-tag-regexp-tag-order 241,9347 |
| 2346 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 2346 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 2347 | (defvar find-tag-search-function 245,9573 | 2347 | (defvar find-tag-search-function 245,9576 |
| 2348 | (defvar find-tag-tag-order 247,9680 | 2348 | (defvar find-tag-tag-order 247,9683 |
| 2349 | (defvar find-tag-next-line-after-failure-p 249,9775 | 2349 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 2350 | (defvar list-tags-function 251,9881 | 2350 | (defvar list-tags-function 251,9884 |
| 2351 | (defvar tags-apropos-function 253,9969 | 2351 | (defvar tags-apropos-function 253,9972 |
| 2352 | (defvar tags-included-tables-function 255,10063 | 2352 | (defvar tags-included-tables-function 255,10066 |
| 2353 | (defvar verify-tags-table-function 257,10182 | 2353 | (defvar verify-tags-table-function 257,10185 |
| 2354 | (defun initialize-new-tags-table 260,10293 | 2354 | (defun initialize-new-tags-table 260,10296 |
| 2355 | (defun tags-table-mode 276,10981 | 2355 | (defun tags-table-mode 276,10984 |
| 2356 | (defun visit-tags-table 285,11246 | 2356 | (defun visit-tags-table 285,11249 |
| 2357 | (defun tags-table-check-computed-list 321,12784 | 2357 | (defun tags-table-check-computed-list 321,12787 |
| 2358 | (defun tags-table-extend-computed-list 360,14655 | 2358 | (defun tags-table-extend-computed-list 360,14658 |
| 2359 | (defun tags-expand-table-name 400,16368 | 2359 | (defun tags-expand-table-name 400,16371 |
| 2360 | (defun tags-table-list-member 409,16711 | 2360 | (defun tags-table-list-member 409,16714 |
| 2361 | (defun tags-verify-table 421,17183 | 2361 | (defun tags-verify-table 421,17186 |
| 2362 | (defun tags-table-including 470,19303 | 2362 | (defun tags-table-including 470,19306 |
| 2363 | (defun tags-next-table 522,21347 | 2363 | (defun tags-next-table 522,21350 |
| 2364 | (defun visit-tags-table-buffer 543,22204 | 2364 | (defun visit-tags-table-buffer 543,22207 |
| 2365 | (defun tags-reset-tags-tables 712,28514 | 2365 | (defun tags-reset-tags-tables 712,28517 |
| 2366 | (defun file-of-tag 731,29171 | 2366 | (defun file-of-tag 731,29174 |
| 2367 | (defun tags-table-files 740,29521 | 2367 | (defun tags-table-files 740,29524 |
| 2368 | (defun tags-included-tables 749,29871 | 2368 | (defun tags-included-tables 749,29874 |
| 2369 | (defun tags-completion-table 755,30117 | 2369 | (defun tags-completion-table 755,30120 |
| 2370 | (defun tags-lazy-completion-table 783,31311 | 2370 | (defun tags-lazy-completion-table 783,31314 |
| 2371 | (defun tags-completion-at-point-function 799,31946 | 2371 | (defun tags-completion-at-point-function 799,31949 |
| 2372 | (defun find-tag-tag 818,32696 | 2372 | (defun find-tag-tag 818,32699 |
| 2373 | (defvar last-tag 837,33369 | 2373 | (defvar last-tag 837,33372 |
| 2374 | (defun find-tag-interactive 840,33428 | 2374 | (defun find-tag-interactive 840,33431 |
| 2375 | (defvar find-tag-history 852,33843 | 2375 | (defvar find-tag-history 852,33846 |
| 2376 | (defun find-tag-noselect 860,34013 | 2376 | (defun find-tag-noselect 860,34016 |
| 2377 | (defun find-tag 932,37127 | 2377 | (defun find-tag 932,37130 |
| 2378 | (defun find-tag-other-window 959,38343 | 2378 | (defun find-tag-other-window 959,38346 |
| 2379 | (defun find-tag-other-frame 1000,40271 | 2379 | (defun find-tag-other-frame 1000,40274 |
| 2380 | (defun find-tag-regexp 1025,41445 | 2380 | (defun find-tag-regexp 1025,41448 |
| 2381 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 2381 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 2382 | (defvar tag-lines-already-matched 1052,42658 | 2382 | (defvar tag-lines-already-matched 1052,42661 |
| 2383 | (defun find-tag-in-order 1055,42765 | 2383 | (defun find-tag-in-order 1055,42768 |
| 2384 | (defun tag-find-file-of-tag-noselect 1167,47111 | 2384 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 2385 | (defun tag-find-file-of-tag 1200,48957 | 2385 | (defun tag-find-file-of-tag 1200,48960 |
| 2386 | (defun etags-recognize-tags-table 1208,49183 | 2386 | (defun etags-recognize-tags-table 1208,49186 |
| 2387 | (defun etags-verify-tags-table 1241,50814 | 2387 | (defun etags-verify-tags-table 1241,50817 |
| 2388 | (defun etags-file-of-tag 1246,51012 | 2388 | (defun etags-file-of-tag 1246,51015 |
| 2389 | (defun etags-tags-completion-table 1256,51347 | 2389 | (defun etags-tags-completion-table 1256,51350 |
| 2390 | (defun etags-snarf-tag 1286,52553 | 2390 | (defun etags-snarf-tag 1286,52556 |
| 2391 | (defun etags-goto-tag-location 1324,54122 | 2391 | (defun etags-goto-tag-location 1324,54125 |
| 2392 | (defun etags-list-tags 1388,56565 | 2392 | (defun etags-list-tags 1388,56568 |
| 2393 | (defmacro tags-with-face 1423,57840 | 2393 | (defmacro tags-with-face 1423,57843 |
| 2394 | (defun etags-tags-apropos-additional 1431,58173 | 2394 | (defun etags-tags-apropos-additional 1431,58176 |
| 2395 | (defun etags-tags-apropos 1465,59410 | 2395 | (defun etags-tags-apropos 1465,59413 |
| 2396 | (defun etags-tags-table-files 1527,61619 | 2396 | (defun etags-tags-table-files 1527,61622 |
| 2397 | (defun etags-tags-included-tables 1542,62055 | 2397 | (defun etags-tags-included-tables 1542,62058 |
| 2398 | (defun tags-recognize-empty-tags-table 1559,62595 | 2398 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 2399 | (defun tag-exact-file-name-match-p 1587,63741 | 2399 | (defun tag-exact-file-name-match-p 1587,63744 |
| 2400 | (defun tag-file-name-match-p 1596,64134 | 2400 | (defun tag-file-name-match-p 1596,64137 |
| 2401 | (defun tag-exact-match-p 1609,64690 | 2401 | (defun tag-exact-match-p 1609,64693 |
| 2402 | (defun tag-implicit-name-match-p 1620,65258 | 2402 | (defun tag-implicit-name-match-p 1620,65261 |
| 2403 | (defun tag-symbol-match-p 1633,65858 | 2403 | (defun tag-symbol-match-p 1633,65861 |
| 2404 | (defun tag-word-match-p 1643,66294 | 2404 | (defun tag-word-match-p 1643,66297 |
| 2405 | (defun tag-partial-file-name-match-p 1652,66692 | 2405 | (defun tag-partial-file-name-match-p 1652,66695 |
| 2406 | (defun tag-any-match-p 1662,67136 | 2406 | (defun tag-any-match-p 1662,67139 |
| 2407 | (defun tag-re-match-p 1667,67320 | 2407 | (defun tag-re-match-p 1667,67323 |
| 2408 | (defcustom tags-loop-revert-buffers 1675,67569 | 2408 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 2409 | (defun next-file 1685,67978 | 2409 | (defun next-file 1685,67981 |
| 2410 | (defvar tags-loop-operate 1760,70892 | 2410 | (defvar tags-loop-operate 1760,70895 |
| 2411 | (defvar tags-loop-scan1763,70986 | 2411 | (defvar tags-loop-scan1763,70989 |
| 2412 | (defun tags-loop-eval 1771,71315 | 2412 | (defun tags-loop-eval 1771,71318 |
| 2413 | (defun tags-loop-continue 1782,71644 | 2413 | (defun tags-loop-continue 1782,71647 |
| 2414 | (defun tags-search 1850,73950 | 2414 | (defun tags-search 1850,73953 |
| 2415 | (defun tags-query-replace 1871,74776 | 2415 | (defun tags-query-replace 1871,74779 |
| 2416 | (defun tags-complete-tags-table-file 1896,76000 | 2416 | (defun tags-complete-tags-table-file 1896,76003 |
| 2417 | (defun list-tags 1906,76379 | 2417 | (defun list-tags 1906,76382 |
| 2418 | (defun tags-apropos 1934,77332 | 2418 | (defun tags-apropos 1934,77335 |
| 2419 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 2419 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 2420 | (defun select-tags-table 1964,78397 | 2420 | (defun select-tags-table 1964,78400 |
| 2421 | (defvar select-tags-table-mode-map 2019,80524 | 2421 | (defvar select-tags-table-mode-map 2019,80527 |
| 2422 | (define-derived-mode select-tags-table-mode 2030,80907 | 2422 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 2423 | (defun select-tags-table-select 2034,81091 | 2423 | (defun select-tags-table-select 2034,81094 |
| 2424 | (defun select-tags-table-quit 2043,81457 | 2424 | (defun select-tags-table-quit 2043,81460 |
| 2425 | (defun complete-tag 2049,81612 | 2425 | (defun complete-tag 2049,81615 |
| 2426 | (defconst etags--xref-limit 2074,82553 | 2426 | (defconst etags--xref-limit 2074,82556 |
| 2427 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 2427 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 2428 | (defun etags-xref-find 2082,82878 | 2428 | (defun etags-xref-find 2082,82881 |
| 2429 | (defun etags--xref-find-definitions 2096,83407 | 2429 | (defun etags--xref-find-definitions 2096,83410 |
| 2430 | (defclass xref-etags-location 2129,85121 | 2430 | (defclass xref-etags-location 2129,85124 |
| 2431 | (defun xref-make-etags-location 2135,85344 | 2431 | (defun xref-make-etags-location 2135,85347 |
| 2432 | (cl-defmethod xref-location-marker 2139,85499 | 2432 | (cl-defmethod xref-location-marker 2139,85502 |
| 2433 | (cl-defmethod xref-location-line 2146,85743 | 2433 | (cl-defmethod xref-location-line 2146,85746 |
| 2434 | 2434 | ||
| 2435 | erl-src/gs_dialog.erl,98 | 2435 | erl-src/gs_dialog.erl,98 |
| 2436 | -define(VERSION2,32 | 2436 | -define(VERSION2,32 |
diff --git a/test/manual/etags/ETAGS.good_5 b/test/manual/etags/ETAGS.good_5 index 6d2e44fbfe6..6410685cb30 100644 --- a/test/manual/etags/ETAGS.good_5 +++ b/test/manual/etags/ETAGS.good_5 | |||
| @@ -1234,440 +1234,440 @@ record_auto_save 742,23849 | |||
| 1234 | force_auto_save_soon 751,24017 | 1234 | force_auto_save_soon 751,24017 |
| 1235 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 1235 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 1236 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 1236 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 1237 | recursive_edit_unwind 804,25748 | 1237 | recursive_edit_unwind 804,25751 |
| 1238 | any_kboard_state 817,26014 | 1238 | any_kboard_state 817,26017 |
| 1239 | single_kboard_state 838,26666 | 1239 | single_kboard_state 838,26669 |
| 1240 | not_single_kboard_state 848,26804 | 1240 | not_single_kboard_state 848,26807 |
| 1241 | struct kboard_stack858,27066 | 1241 | struct kboard_stack858,27069 |
| 1242 | KBOARD *kboard;kboard860,27088 | 1242 | KBOARD *kboard;kboard860,27091 |
| 1243 | struct kboard_stack *next;next861,27106 | 1243 | struct kboard_stack *next;next861,27109 |
| 1244 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 1244 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 1245 | push_kboard 867,27187 | 1245 | push_kboard 867,27190 |
| 1246 | pop_kboard 879,27376 | 1246 | pop_kboard 879,27379 |
| 1247 | temporarily_switch_to_single_kboard 914,28264 | 1247 | temporarily_switch_to_single_kboard 914,28267 |
| 1248 | record_single_kboard_state 943,29438 | 1248 | record_single_kboard_state 943,29441 |
| 1249 | restore_kboard_configuration 952,29622 | 1249 | restore_kboard_configuration 952,29625 |
| 1250 | cmd_error 970,30078 | 1250 | cmd_error 970,30081 |
| 1251 | cmd_error_internal 1024,31511 | 1251 | cmd_error_internal 1024,31514 |
| 1252 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 1252 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 1253 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 1253 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 1254 | static Lisp_Object command_loop_2 1086,33638 | 1254 | static Lisp_Object command_loop_2 1086,33641 |
| 1255 | static Lisp_Object top_level_1 1087,33687 | 1255 | static Lisp_Object top_level_1 1087,33690 |
| 1256 | command_loop 1094,33917 | 1256 | command_loop 1094,33920 |
| 1257 | command_loop_2 1134,35136 | 1257 | command_loop_2 1134,35139 |
| 1258 | top_level_2 1146,35340 | 1258 | top_level_2 1146,35343 |
| 1259 | top_level_1 1152,35418 | 1259 | top_level_1 1152,35421 |
| 1260 | DEFUN ("top-level", Ftop_level,1164,35788 | 1260 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 1261 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 1261 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 1262 | user_error 1183,36289 | 1262 | user_error 1183,36292 |
| 1263 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 1263 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 1264 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 1264 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 1265 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 1265 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 1266 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 1266 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 1267 | tracking_off 1216,37282 | 1267 | tracking_off 1216,37285 |
| 1268 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 1268 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 1269 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 1269 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 1270 | bool ignore_mouse_drag_p;1256,38393 | 1270 | bool ignore_mouse_drag_p;1256,38396 |
| 1271 | some_mouse_moved 1259,38442 | 1271 | some_mouse_moved 1259,38445 |
| 1272 | static int read_key_sequence 1282,38800 | 1272 | static int read_key_sequence 1282,38803 |
| 1273 | static void adjust_point_for_property 1284,38918 | 1273 | static void adjust_point_for_property 1284,38921 |
| 1274 | Lisp_Object last_undo_boundary;1287,39033 | 1274 | Lisp_Object last_undo_boundary;1287,39036 |
| 1275 | command_loop_1 1294,39274 | 1275 | command_loop_1 1294,39277 |
| 1276 | read_menu_command 1649,50890 | 1276 | read_menu_command 1649,50893 |
| 1277 | adjust_point_for_property 1678,51618 | 1277 | adjust_point_for_property 1678,51621 |
| 1278 | safe_run_hooks_1 1831,57340 | 1278 | safe_run_hooks_1 1831,57343 |
| 1279 | safe_run_hooks_error 1841,57570 | 1279 | safe_run_hooks_error 1841,57573 |
| 1280 | safe_run_hook_funcall 1878,58577 | 1280 | safe_run_hook_funcall 1878,58580 |
| 1281 | safe_run_hooks 1893,59059 | 1281 | safe_run_hooks 1893,59062 |
| 1282 | int poll_suppress_count;1908,59398 | 1282 | int poll_suppress_count;1908,59401 |
| 1283 | static struct atimer *poll_timer;poll_timer1915,59488 | 1283 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 1284 | poll_for_input_1 1919,59590 | 1284 | poll_for_input_1 1919,59593 |
| 1285 | poll_for_input 1930,59790 | 1285 | poll_for_input 1930,59793 |
| 1286 | start_polling 1942,60054 | 1286 | start_polling 1942,60057 |
| 1287 | input_polling_used 1979,61092 | 1287 | input_polling_used 1979,61095 |
| 1288 | stop_polling 1994,61391 | 1288 | stop_polling 1994,61394 |
| 1289 | set_poll_suppress_count 2009,61760 | 1289 | set_poll_suppress_count 2009,61763 |
| 1290 | bind_polling_period 2029,62142 | 1290 | bind_polling_period 2029,62145 |
| 1291 | make_ctrl_char 2048,62493 | 1291 | make_ctrl_char 2048,62496 |
| 1292 | show_help_echo 2113,64456 | 1292 | show_help_echo 2113,64459 |
| 1293 | static Lisp_Object kbd_buffer_get_event 2152,65485 | 1293 | static Lisp_Object kbd_buffer_get_event 2152,65488 |
| 1294 | static void record_char 2154,65597 | 1294 | static void record_char 2154,65600 |
| 1295 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 1295 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 1296 | read_char_help_form_unwind 2158,65702 | 1296 | read_char_help_form_unwind 2158,65705 |
| 1297 | #define STOP_POLLING 2166,65960 | 1297 | #define STOP_POLLING 2166,65963 |
| 1298 | #define RESUME_POLLING 2170,66085 | 1298 | #define RESUME_POLLING 2170,66088 |
| 1299 | read_event_from_main_queue 2175,66230 | 1299 | read_event_from_main_queue 2175,66233 |
| 1300 | read_decoded_event_from_main_queue 2249,68418 | 1300 | read_decoded_event_from_main_queue 2249,68421 |
| 1301 | #define MAX_ENCODED_BYTES 2254,68665 | 1301 | #define MAX_ENCODED_BYTES 2254,68668 |
| 1302 | echo_keystrokes_p 2342,71557 | 1302 | echo_keystrokes_p 2342,71560 |
| 1303 | read_char 2376,72849 | 1303 | read_char 2376,72852 |
| 1304 | record_menu_key 3225,98950 | 1304 | record_menu_key 3225,98953 |
| 1305 | help_char_p 3258,99675 | 1305 | help_char_p 3258,99678 |
| 1306 | record_char 3273,99954 | 1306 | record_char 3273,99957 |
| 1307 | save_getcjmp 3412,104236 | 1307 | save_getcjmp 3412,104239 |
| 1308 | restore_getcjmp 3418,104327 | 1308 | restore_getcjmp 3418,104330 |
| 1309 | readable_events 3430,104698 | 1309 | readable_events 3430,104701 |
| 1310 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 1310 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 1311 | event_to_kboard 3500,106494 | 1311 | event_to_kboard 3500,106497 |
| 1312 | kbd_buffer_nr_stored 3522,107143 | 1312 | kbd_buffer_nr_stored 3522,107146 |
| 1313 | kbd_buffer_store_event 3534,107484 | 1313 | kbd_buffer_store_event 3534,107487 |
| 1314 | kbd_buffer_store_event_hold 3550,108026 | 1314 | kbd_buffer_store_event_hold 3550,108029 |
| 1315 | kbd_buffer_unget_event 3684,111618 | 1315 | kbd_buffer_unget_event 3684,111621 |
| 1316 | #define INPUT_EVENT_POS_MAX 3698,112019 | 1316 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 1317 | #define INPUT_EVENT_POS_MIN 3701,112148 | 1317 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 1318 | position_to_Time 3706,112288 | 1318 | position_to_Time 3706,112291 |
| 1319 | Time_to_position 3716,112515 | 1319 | Time_to_position 3716,112518 |
| 1320 | gen_help_event 3738,113172 | 1320 | gen_help_event 3738,113175 |
| 1321 | kbd_buffer_store_help_event 3756,113612 | 1321 | kbd_buffer_store_help_event 3756,113615 |
| 1322 | discard_mouse_events 3773,113977 | 1322 | discard_mouse_events 3773,113980 |
| 1323 | kbd_buffer_events_waiting 3803,114712 | 1323 | kbd_buffer_events_waiting 3803,114715 |
| 1324 | clear_event 3823,115069 | 1324 | clear_event 3823,115072 |
| 1325 | kbd_buffer_get_event 3836,115409 | 1325 | kbd_buffer_get_event 3836,115412 |
| 1326 | process_special_events 4258,127882 | 1326 | process_special_events 4258,127885 |
| 1327 | swallow_events 4322,129706 | 1327 | swallow_events 4322,129709 |
| 1328 | timer_start_idle 4339,130099 | 1328 | timer_start_idle 4339,130102 |
| 1329 | timer_stop_idle 4355,130577 | 1329 | timer_stop_idle 4355,130580 |
| 1330 | timer_resume_idle 4363,130721 | 1330 | timer_resume_idle 4363,130724 |
| 1331 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1331 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1332 | Lisp_Object pending_funcalls;4377,131173 | 1332 | Lisp_Object pending_funcalls;4377,131176 |
| 1333 | decode_timer 4381,131294 | 1333 | decode_timer 4381,131297 |
| 1334 | timer_check_2 4414,132247 | 1334 | timer_check_2 4414,132250 |
| 1335 | timer_check 4572,136818 | 1335 | timer_check 4572,136821 |
| 1336 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1336 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1337 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1337 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1338 | static Lisp_Object accent_key_syms;4625,138240 | 1338 | static Lisp_Object accent_key_syms;4625,138243 |
| 1339 | static Lisp_Object func_key_syms;4626,138276 | 1339 | static Lisp_Object func_key_syms;4626,138279 |
| 1340 | static Lisp_Object mouse_syms;4627,138310 | 1340 | static Lisp_Object mouse_syms;4627,138313 |
| 1341 | static Lisp_Object wheel_syms;4628,138341 | 1341 | static Lisp_Object wheel_syms;4628,138344 |
| 1342 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1342 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1343 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1343 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1344 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1344 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1345 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1345 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1346 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1346 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1347 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1347 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1348 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1348 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1349 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1349 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1350 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1350 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1351 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1351 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1352 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1352 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1353 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1353 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1354 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1354 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1355 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1355 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1356 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1356 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1357 | static Lisp_Object button_down_location;5210,156911 | 1357 | static Lisp_Object button_down_location;5210,156914 |
| 1358 | static int last_mouse_button;5215,157066 | 1358 | static int last_mouse_button;5215,157069 |
| 1359 | static int last_mouse_x;5216,157096 | 1359 | static int last_mouse_x;5216,157099 |
| 1360 | static int last_mouse_y;5217,157121 | 1360 | static int last_mouse_y;5217,157124 |
| 1361 | static Time button_down_time;5218,157146 | 1361 | static Time button_down_time;5218,157149 |
| 1362 | static int double_click_count;5222,157230 | 1362 | static int double_click_count;5222,157233 |
| 1363 | make_lispy_position 5228,157391 | 1363 | make_lispy_position 5228,157394 |
| 1364 | toolkit_menubar_in_use 5456,163954 | 1364 | toolkit_menubar_in_use 5456,163957 |
| 1365 | make_scroll_bar_position 5469,164322 | 1365 | make_scroll_bar_position 5469,164325 |
| 1366 | make_lispy_event 5485,164968 | 1366 | make_lispy_event 5485,164971 |
| 1367 | make_lispy_movement 6104,183531 | 1367 | make_lispy_movement 6104,183534 |
| 1368 | make_lispy_switch_frame 6131,184262 | 1368 | make_lispy_switch_frame 6131,184265 |
| 1369 | make_lispy_focus_in 6137,184369 | 1369 | make_lispy_focus_in 6137,184372 |
| 1370 | make_lispy_focus_out 6145,184495 | 1370 | make_lispy_focus_out 6145,184498 |
| 1371 | parse_modifiers_uncached 6163,184945 | 1371 | parse_modifiers_uncached 6163,184948 |
| 1372 | #define SINGLE_LETTER_MOD(6185,185465 | 1372 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1373 | #undef SINGLE_LETTER_MOD6212,185906 | 1373 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1374 | #define MULTI_LETTER_MOD(6214,185932 | 1374 | #define MULTI_LETTER_MOD(6214,185935 |
| 1375 | #undef MULTI_LETTER_MOD6231,186400 | 1375 | #undef MULTI_LETTER_MOD6231,186403 |
| 1376 | apply_modifiers_uncached 6273,187574 | 1376 | apply_modifiers_uncached 6273,187577 |
| 1377 | static const char *const modifier_names[modifier_names6319,189193 | 1377 | static const char *const modifier_names[modifier_names6319,189196 |
| 1378 | #define NUM_MOD_NAMES 6325,189399 | 1378 | #define NUM_MOD_NAMES 6325,189402 |
| 1379 | static Lisp_Object modifier_symbols;6327,189449 | 1379 | static Lisp_Object modifier_symbols;6327,189452 |
| 1380 | lispy_modifier_list 6331,189586 | 1380 | lispy_modifier_list 6331,189589 |
| 1381 | #define KEY_TO_CHAR(6353,190252 | 1381 | #define KEY_TO_CHAR(6353,190255 |
| 1382 | parse_modifiers 6356,190328 | 1382 | parse_modifiers 6356,190331 |
| 1383 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1383 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1384 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1384 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1385 | apply_modifiers 6422,192391 | 1385 | apply_modifiers 6422,192394 |
| 1386 | reorder_modifiers 6491,194720 | 1386 | reorder_modifiers 6491,194723 |
| 1387 | modify_event_symbol 6536,196528 | 1387 | modify_event_symbol 6536,196531 |
| 1388 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1388 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1389 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1389 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1390 | parse_solitary_modifier 6695,201135 | 1390 | parse_solitary_modifier 6695,201138 |
| 1391 | #define SINGLE_LETTER_MOD(6701,201258 | 1391 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1392 | #define MULTI_LETTER_MOD(6705,201343 | 1392 | #define MULTI_LETTER_MOD(6705,201346 |
| 1393 | #undef SINGLE_LETTER_MOD6763,202641 | 1393 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1394 | #undef MULTI_LETTER_MOD6764,202666 | 1394 | #undef MULTI_LETTER_MOD6764,202669 |
| 1395 | lucid_event_type_list_p 6775,202889 | 1395 | lucid_event_type_list_p 6775,202892 |
| 1396 | get_input_pending 6814,203960 | 1396 | get_input_pending 6814,203963 |
| 1397 | record_asynch_buffer_change 6834,204579 | 1397 | record_asynch_buffer_change 6834,204582 |
| 1398 | gobble_input 6872,205702 | 1398 | gobble_input 6872,205705 |
| 1399 | tty_read_avail_input 6967,208310 | 1399 | tty_read_avail_input 6967,208313 |
| 1400 | handle_async_input 7149,214039 | 1400 | handle_async_input 7149,214042 |
| 1401 | process_pending_signals 7165,214359 | 1401 | process_pending_signals 7165,214362 |
| 1402 | unblock_input_to 7177,214645 | 1402 | unblock_input_to 7177,214648 |
| 1403 | unblock_input 7200,215277 | 1403 | unblock_input 7200,215280 |
| 1404 | totally_unblock_input 7209,215445 | 1404 | totally_unblock_input 7209,215448 |
| 1405 | handle_input_available_signal 7217,215529 | 1405 | handle_input_available_signal 7217,215532 |
| 1406 | deliver_input_available_signal 7226,215700 | 1406 | deliver_input_available_signal 7226,215703 |
| 1407 | struct user_signal_info7235,215865 | 1407 | struct user_signal_info7235,215868 |
| 1408 | int sig;7238,215915 | 1408 | int sig;7238,215918 |
| 1409 | char *name;name7241,215956 | 1409 | char *name;name7241,215959 |
| 1410 | int npending;7244,216007 | 1410 | int npending;7244,216010 |
| 1411 | struct user_signal_info *next;next7246,216024 | 1411 | struct user_signal_info *next;next7246,216027 |
| 1412 | static struct user_signal_info *user_signals user_signals7250,216090 | 1412 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1413 | add_user_signal 7253,216149 | 1413 | add_user_signal 7253,216152 |
| 1414 | handle_user_signal 7275,216598 | 1414 | handle_user_signal 7275,216601 |
| 1415 | deliver_user_signal 7316,217558 | 1415 | deliver_user_signal 7316,217561 |
| 1416 | find_user_signal_name 7322,217659 | 1416 | find_user_signal_name 7322,217662 |
| 1417 | store_user_signal_events 7334,217841 | 1417 | store_user_signal_events 7334,217844 |
| 1418 | static void menu_bar_item 7362,218341 | 1418 | static void menu_bar_item 7362,218344 |
| 1419 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1419 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1420 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1420 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1421 | static int menu_bar_items_index;7369,218672 | 1421 | static int menu_bar_items_index;7369,218675 |
| 1422 | static const char *separator_names[separator_names7372,218707 | 1422 | static const char *separator_names[separator_names7372,218710 |
| 1423 | menu_separator_name_p 7393,219148 | 1423 | menu_separator_name_p 7393,219151 |
| 1424 | menu_bar_items 7426,219852 | 1424 | menu_bar_items 7426,219855 |
| 1425 | Lisp_Object item_properties;7568,224603 | 1425 | Lisp_Object item_properties;7568,224606 |
| 1426 | menu_bar_item 7571,224645 | 1426 | menu_bar_item 7571,224648 |
| 1427 | menu_item_eval_property_1 7647,227175 | 1427 | menu_item_eval_property_1 7647,227178 |
| 1428 | eval_dyn 7658,227465 | 1428 | eval_dyn 7658,227468 |
| 1429 | menu_item_eval_property 7666,227675 | 1429 | menu_item_eval_property 7666,227678 |
| 1430 | parse_menu_item 7686,228341 | 1430 | parse_menu_item 7686,228344 |
| 1431 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1431 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1432 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1432 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1433 | static int ntool_bar_items;7974,236606 | 1433 | static int ntool_bar_items;7974,236609 |
| 1434 | static void init_tool_bar_items 7978,236664 | 1434 | static void init_tool_bar_items 7978,236667 |
| 1435 | static void process_tool_bar_item 7979,236711 | 1435 | static void process_tool_bar_item 7979,236714 |
| 1436 | static bool parse_tool_bar_item 7981,236801 | 1436 | static bool parse_tool_bar_item 7981,236804 |
| 1437 | static void append_tool_bar_item 7982,236861 | 1437 | static void append_tool_bar_item 7982,236864 |
| 1438 | tool_bar_items 7990,237083 | 1438 | tool_bar_items 7990,237086 |
| 1439 | process_tool_bar_item 8075,239892 | 1439 | process_tool_bar_item 8075,239895 |
| 1440 | #define PROP(8112,240969 | 1440 | #define PROP(8112,240972 |
| 1441 | set_prop 8114,241038 | 1441 | set_prop 8114,241041 |
| 1442 | parse_tool_bar_item 8167,242453 | 1442 | parse_tool_bar_item 8167,242456 |
| 1443 | #undef PROP8379,248844 | 1443 | #undef PROP8379,248847 |
| 1444 | init_tool_bar_items 8387,248969 | 1444 | init_tool_bar_items 8387,248972 |
| 1445 | append_tool_bar_item 8401,249261 | 1445 | append_tool_bar_item 8401,249264 |
| 1446 | read_char_x_menu_prompt 8443,250771 | 1446 | read_char_x_menu_prompt 8443,250774 |
| 1447 | read_char_minibuf_menu_prompt 8503,252445 | 1447 | read_char_minibuf_menu_prompt 8503,252448 |
| 1448 | #define PUSH_C_STR(8527,253014 | 1448 | #define PUSH_C_STR(8527,253017 |
| 1449 | follow_key 8726,258553 | 1449 | follow_key 8726,258556 |
| 1450 | active_maps 8733,258695 | 1450 | active_maps 8733,258698 |
| 1451 | typedef struct keyremap8742,259021 | 1451 | typedef struct keyremap8742,259024 |
| 1452 | Lisp_Object parent;8745,259107 | 1452 | Lisp_Object parent;8745,259110 |
| 1453 | Lisp_Object map;8748,259224 | 1453 | Lisp_Object map;8748,259227 |
| 1454 | int start,8753,259446 | 1454 | int start,8753,259449 |
| 1455 | int start, end;8753,259446 | 1455 | int start, end;8753,259449 |
| 1456 | } keyremap;8754,259464 | 1456 | } keyremap;8754,259467 |
| 1457 | access_keymap_keyremap 8764,259808 | 1457 | access_keymap_keyremap 8764,259811 |
| 1458 | keyremap_step 8811,261450 | 1458 | keyremap_step 8811,261453 |
| 1459 | test_undefined 8867,262934 | 1459 | test_undefined 8867,262937 |
| 1460 | read_key_sequence 8916,264861 | 1460 | read_key_sequence 8916,264864 |
| 1461 | read_key_sequence_vs 9826,295821 | 1461 | read_key_sequence_vs 9826,295824 |
| 1462 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1462 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1463 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1463 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1464 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1464 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1465 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1465 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1466 | detect_input_pending 9950,300488 | 1466 | detect_input_pending 9950,300491 |
| 1467 | detect_input_pending_ignore_squeezables 9959,300654 | 1467 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1468 | detect_input_pending_run_timers 9967,300870 | 1468 | detect_input_pending_run_timers 9967,300873 |
| 1469 | clear_input_pending 9985,301362 | 1469 | clear_input_pending 9985,301365 |
| 1470 | requeued_events_pending_p 9997,301732 | 1470 | requeued_events_pending_p 9997,301735 |
| 1471 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1471 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1472 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1472 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1473 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1473 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1474 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1474 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1475 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1475 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1476 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1476 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1477 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1477 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1478 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1478 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1479 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1479 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1480 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1480 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1481 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1481 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1482 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1482 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1483 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1483 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1484 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1484 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1485 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1485 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1486 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1486 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1487 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1487 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1488 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1488 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1489 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1489 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1490 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1490 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1491 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1491 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1492 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1492 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1493 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1493 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1494 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1494 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1495 | stuff_buffered_input 10285,311045 | 1495 | stuff_buffered_input 10285,311048 |
| 1496 | set_waiting_for_input 10323,312016 | 1496 | set_waiting_for_input 10323,312019 |
| 1497 | clear_waiting_for_input 10337,312390 | 1497 | clear_waiting_for_input 10337,312393 |
| 1498 | handle_interrupt_signal 10351,312754 | 1498 | handle_interrupt_signal 10351,312757 |
| 1499 | deliver_interrupt_signal 10378,313642 | 1499 | deliver_interrupt_signal 10378,313645 |
| 1500 | static int volatile force_quit_count;10387,313932 | 1500 | static int volatile force_quit_count;10387,313935 |
| 1501 | handle_interrupt 10401,314414 | 1501 | handle_interrupt 10401,314417 |
| 1502 | quit_throw_to_read_char 10541,318711 | 1502 | quit_throw_to_read_char 10541,318714 |
| 1503 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1503 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1504 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1504 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1505 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1505 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1506 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1506 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1507 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1507 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1508 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1508 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1509 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1509 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1510 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1510 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1511 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1511 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1512 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1512 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1513 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1513 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1514 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1514 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1515 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1515 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1516 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1516 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1517 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1517 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1518 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1518 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1519 | init_kboard 10861,328214 | 1519 | init_kboard 10861,328217 |
| 1520 | allocate_kboard 10893,329284 | 1520 | allocate_kboard 10893,329287 |
| 1521 | wipe_kboard 10909,329637 | 1521 | wipe_kboard 10909,329640 |
| 1522 | delete_kboard 10917,329751 | 1522 | delete_kboard 10917,329754 |
| 1523 | init_keyboard 10942,330281 | 1523 | init_keyboard 10942,330284 |
| 1524 | struct event_head11021,332696 | 1524 | struct event_head11021,332699 |
| 1525 | short var;11023,332716 | 1525 | short var;11023,332719 |
| 1526 | short kind;11024,332729 | 1526 | short kind;11024,332732 |
| 1527 | static const struct event_head head_table[head_table11027,332747 | 1527 | static const struct event_head head_table[head_table11027,332750 |
| 1528 | syms_of_keyboard 11045,333577 | 1528 | syms_of_keyboard 11045,333580 |
| 1529 | DEFVAR_LISP ("internal--top-level-message"11058,333972 | 1529 | DEFVAR_LISP ("internal--top-level-message"11058,333975 |
| 1530 | DEFVAR_LISP ("last-command-event"11312,342173 | 1530 | DEFVAR_LISP ("last-command-event"11312,342176 |
| 1531 | DEFVAR_LISP ("last-nonmenu-event"11315,342297 | 1531 | DEFVAR_LISP ("last-nonmenu-event"11315,342300 |
| 1532 | DEFVAR_LISP ("last-input-event"11321,342636 | 1532 | DEFVAR_LISP ("last-input-event"11321,342639 |
| 1533 | DEFVAR_LISP ("unread-command-events"11324,342730 | 1533 | DEFVAR_LISP ("unread-command-events"11324,342733 |
| 1534 | DEFVAR_LISP ("unread-post-input-method-events"11332,343190 | 1534 | DEFVAR_LISP ("unread-post-input-method-events"11332,343193 |
| 1535 | DEFVAR_LISP ("unread-input-method-events"11338,343529 | 1535 | DEFVAR_LISP ("unread-input-method-events"11338,343532 |
| 1536 | DEFVAR_LISP ("meta-prefix-char"11346,343898 | 1536 | DEFVAR_LISP ("meta-prefix-char"11346,343901 |
| 1537 | DEFVAR_KBOARD ("last-command"11351,344106 | 1537 | DEFVAR_KBOARD ("last-command"11351,344109 |
| 1538 | DEFVAR_KBOARD ("real-last-command"11368,344787 | 1538 | DEFVAR_KBOARD ("real-last-command"11368,344790 |
| 1539 | DEFVAR_KBOARD ("last-repeatable-command"11372,344973 | 1539 | DEFVAR_KBOARD ("last-repeatable-command"11372,344976 |
| 1540 | DEFVAR_LISP ("this-command"11378,345261 | 1540 | DEFVAR_LISP ("this-command"11378,345264 |
| 1541 | DEFVAR_LISP ("real-this-command"11384,345498 | 1541 | DEFVAR_LISP ("real-this-command"11384,345501 |
| 1542 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345680 | 1542 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345683 |
| 1543 | DEFVAR_LISP ("this-original-command"11396,346123 | 1543 | DEFVAR_LISP ("this-original-command"11396,346126 |
| 1544 | DEFVAR_INT ("auto-save-interval"11403,346520 | 1544 | DEFVAR_INT ("auto-save-interval"11403,346523 |
| 1545 | DEFVAR_LISP ("auto-save-timeout"11408,346734 | 1545 | DEFVAR_LISP ("auto-save-timeout"11408,346737 |
| 1546 | DEFVAR_LISP ("echo-keystrokes"11415,347079 | 1546 | DEFVAR_LISP ("echo-keystrokes"11415,347082 |
| 1547 | DEFVAR_INT ("polling-period"11421,347350 | 1547 | DEFVAR_INT ("polling-period"11421,347353 |
| 1548 | DEFVAR_LISP ("double-click-time"11428,347693 | 1548 | DEFVAR_LISP ("double-click-time"11428,347696 |
| 1549 | DEFVAR_INT ("double-click-fuzz"11435,348029 | 1549 | DEFVAR_INT ("double-click-fuzz"11435,348032 |
| 1550 | DEFVAR_INT ("num-input-keys"11446,348519 | 1550 | DEFVAR_INT ("num-input-keys"11446,348522 |
| 1551 | DEFVAR_INT ("num-nonmacro-input-events"11452,348794 | 1551 | DEFVAR_INT ("num-nonmacro-input-events"11452,348797 |
| 1552 | DEFVAR_LISP ("last-event-frame"11457,349032 | 1552 | DEFVAR_LISP ("last-event-frame"11457,349035 |
| 1553 | DEFVAR_LISP ("tty-erase-char"11463,349311 | 1553 | DEFVAR_LISP ("tty-erase-char"11463,349314 |
| 1554 | DEFVAR_LISP ("help-char"11466,349434 | 1554 | DEFVAR_LISP ("help-char"11466,349437 |
| 1555 | DEFVAR_LISP ("help-event-list"11472,349717 | 1555 | DEFVAR_LISP ("help-event-list"11472,349720 |
| 1556 | DEFVAR_LISP ("help-form"11477,349928 | 1556 | DEFVAR_LISP ("help-form"11477,349931 |
| 1557 | DEFVAR_LISP ("prefix-help-command"11483,350176 | 1557 | DEFVAR_LISP ("prefix-help-command"11483,350179 |
| 1558 | DEFVAR_LISP ("top-level"11489,350454 | 1558 | DEFVAR_LISP ("top-level"11489,350457 |
| 1559 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350675 | 1559 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350678 |
| 1560 | DEFVAR_BOOL ("cannot-suspend"11511,351488 | 1560 | DEFVAR_BOOL ("cannot-suspend"11511,351491 |
| 1561 | DEFVAR_BOOL ("menu-prompting"11516,351715 | 1561 | DEFVAR_BOOL ("menu-prompting"11516,351718 |
| 1562 | DEFVAR_LISP ("menu-prompt-more-char"11526,352145 | 1562 | DEFVAR_LISP ("menu-prompt-more-char"11526,352148 |
| 1563 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352391 | 1563 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352394 |
| 1564 | DEFVAR_LISP ("deactivate-mark"11545,353117 | 1564 | DEFVAR_LISP ("deactivate-mark"11545,353120 |
| 1565 | DEFVAR_LISP ("pre-command-hook"11553,353486 | 1565 | DEFVAR_LISP ("pre-command-hook"11553,353489 |
| 1566 | DEFVAR_LISP ("post-command-hook"11560,353841 | 1566 | DEFVAR_LISP ("post-command-hook"11560,353844 |
| 1567 | DEFVAR_LISP ("echo-area-clear-hook"11568,354204 | 1567 | DEFVAR_LISP ("echo-area-clear-hook"11568,354207 |
| 1568 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354419 | 1568 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354422 |
| 1569 | DEFVAR_LISP ("menu-bar-final-items"11578,354622 | 1569 | DEFVAR_LISP ("menu-bar-final-items"11578,354625 |
| 1570 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354872 | 1570 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354875 |
| 1571 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355230 | 1571 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355233 |
| 1572 | DEFVAR_LISP ("overriding-local-map"11598,355652 | 1572 | DEFVAR_LISP ("overriding-local-map"11598,355655 |
| 1573 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356103 | 1573 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356106 |
| 1574 | DEFVAR_LISP ("special-event-map"11613,356442 | 1574 | DEFVAR_LISP ("special-event-map"11613,356445 |
| 1575 | DEFVAR_LISP ("track-mouse"11617,356630 | 1575 | DEFVAR_LISP ("track-mouse"11617,356633 |
| 1576 | DEFVAR_KBOARD ("system-key-alist"11620,356757 | 1576 | DEFVAR_KBOARD ("system-key-alist"11620,356760 |
| 1577 | DEFVAR_KBOARD ("local-function-key-map"11629,357138 | 1577 | DEFVAR_KBOARD ("local-function-key-map"11629,357141 |
| 1578 | DEFVAR_KBOARD ("input-decode-map"11658,358597 | 1578 | DEFVAR_KBOARD ("input-decode-map"11658,358600 |
| 1579 | DEFVAR_LISP ("function-key-map"11675,359385 | 1579 | DEFVAR_LISP ("function-key-map"11675,359388 |
| 1580 | DEFVAR_LISP ("key-translation-map"11683,359801 | 1580 | DEFVAR_LISP ("key-translation-map"11683,359804 |
| 1581 | DEFVAR_LISP ("deferred-action-list"11689,360145 | 1581 | DEFVAR_LISP ("deferred-action-list"11689,360148 |
| 1582 | DEFVAR_LISP ("deferred-action-function"11694,360393 | 1582 | DEFVAR_LISP ("deferred-action-function"11694,360396 |
| 1583 | DEFVAR_LISP ("delayed-warnings-list"11700,360692 | 1583 | DEFVAR_LISP ("delayed-warnings-list"11700,360695 |
| 1584 | DEFVAR_LISP ("timer-list"11708,361100 | 1584 | DEFVAR_LISP ("timer-list"11708,361103 |
| 1585 | DEFVAR_LISP ("timer-idle-list"11712,361252 | 1585 | DEFVAR_LISP ("timer-idle-list"11712,361255 |
| 1586 | DEFVAR_LISP ("input-method-function"11716,361415 | 1586 | DEFVAR_LISP ("input-method-function"11716,361418 |
| 1587 | DEFVAR_LISP ("input-method-previous-message"11737,362384 | 1587 | DEFVAR_LISP ("input-method-previous-message"11737,362387 |
| 1588 | DEFVAR_LISP ("show-help-function"11744,362745 | 1588 | DEFVAR_LISP ("show-help-function"11744,362748 |
| 1589 | DEFVAR_LISP ("disable-point-adjustment"11749,362977 | 1589 | DEFVAR_LISP ("disable-point-adjustment"11749,362980 |
| 1590 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363527 | 1590 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363530 |
| 1591 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363893 | 1591 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363896 |
| 1592 | DEFVAR_LISP ("throw-on-input"11775,364171 | 1592 | DEFVAR_LISP ("throw-on-input"11775,364174 |
| 1593 | DEFVAR_LISP ("command-error-function"11781,364422 | 1593 | DEFVAR_LISP ("command-error-function"11781,364425 |
| 1594 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364909 | 1594 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364912 |
| 1595 | DEFVAR_LISP ("select-active-regions"11798,365236 | 1595 | DEFVAR_LISP ("select-active-regions"11798,365239 |
| 1596 | DEFVAR_LISP ("saved-region-selection"11807,365628 | 1596 | DEFVAR_LISP ("saved-region-selection"11807,365631 |
| 1597 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366013 | 1597 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366016 |
| 1598 | DEFVAR_LISP ("debug-on-event"11825,366554 | 1598 | DEFVAR_LISP ("debug-on-event"11825,366557 |
| 1599 | keys_of_keyboard 11841,367115 | 1599 | keys_of_keyboard 11841,367118 |
| 1600 | mark_kboards 11916,370434 | 1600 | mark_kboards 11916,370437 |
| 1601 | DEFVAR_LISP ("internal--top-level-message",\111058,333972 | 1601 | DEFVAR_LISP ("internal--top-level-message",\111058,333975 |
| 1602 | DEFVAR_LISP ("last-command-event",\111312,342173 | 1602 | DEFVAR_LISP ("last-command-event",\111312,342176 |
| 1603 | DEFVAR_LISP ("last-nonmenu-event",\111315,342297 | 1603 | DEFVAR_LISP ("last-nonmenu-event",\111315,342300 |
| 1604 | DEFVAR_LISP ("last-input-event",\111321,342636 | 1604 | DEFVAR_LISP ("last-input-event",\111321,342639 |
| 1605 | DEFVAR_LISP ("unread-command-events",\111324,342730 | 1605 | DEFVAR_LISP ("unread-command-events",\111324,342733 |
| 1606 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343190 | 1606 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343193 |
| 1607 | DEFVAR_LISP ("unread-input-method-events",\111338,343529 | 1607 | DEFVAR_LISP ("unread-input-method-events",\111338,343532 |
| 1608 | DEFVAR_LISP ("meta-prefix-char",\111346,343898 | 1608 | DEFVAR_LISP ("meta-prefix-char",\111346,343901 |
| 1609 | DEFVAR_KBOARD ("last-command",\111351,344106 | 1609 | DEFVAR_KBOARD ("last-command",\111351,344109 |
| 1610 | DEFVAR_KBOARD ("real-last-command",\111368,344787 | 1610 | DEFVAR_KBOARD ("real-last-command",\111368,344790 |
| 1611 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344973 | 1611 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344976 |
| 1612 | DEFVAR_LISP ("this-command",\111378,345261 | 1612 | DEFVAR_LISP ("this-command",\111378,345264 |
| 1613 | DEFVAR_LISP ("real-this-command",\111384,345498 | 1613 | DEFVAR_LISP ("real-this-command",\111384,345501 |
| 1614 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345680 | 1614 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345683 |
| 1615 | DEFVAR_LISP ("this-original-command",\111396,346123 | 1615 | DEFVAR_LISP ("this-original-command",\111396,346126 |
| 1616 | DEFVAR_INT ("auto-save-interval",\111403,346520 | 1616 | DEFVAR_INT ("auto-save-interval",\111403,346523 |
| 1617 | DEFVAR_LISP ("auto-save-timeout",\111408,346734 | 1617 | DEFVAR_LISP ("auto-save-timeout",\111408,346737 |
| 1618 | DEFVAR_LISP ("echo-keystrokes",\111415,347079 | 1618 | DEFVAR_LISP ("echo-keystrokes",\111415,347082 |
| 1619 | DEFVAR_INT ("polling-period",\111421,347350 | 1619 | DEFVAR_INT ("polling-period",\111421,347353 |
| 1620 | DEFVAR_LISP ("double-click-time",\111428,347693 | 1620 | DEFVAR_LISP ("double-click-time",\111428,347696 |
| 1621 | DEFVAR_INT ("double-click-fuzz",\111435,348029 | 1621 | DEFVAR_INT ("double-click-fuzz",\111435,348032 |
| 1622 | DEFVAR_INT ("num-input-keys",\111446,348519 | 1622 | DEFVAR_INT ("num-input-keys",\111446,348522 |
| 1623 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348794 | 1623 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348797 |
| 1624 | DEFVAR_LISP ("last-event-frame",\111457,349032 | 1624 | DEFVAR_LISP ("last-event-frame",\111457,349035 |
| 1625 | DEFVAR_LISP ("tty-erase-char",\111463,349311 | 1625 | DEFVAR_LISP ("tty-erase-char",\111463,349314 |
| 1626 | DEFVAR_LISP ("help-char",\111466,349434 | 1626 | DEFVAR_LISP ("help-char",\111466,349437 |
| 1627 | DEFVAR_LISP ("help-event-list",\111472,349717 | 1627 | DEFVAR_LISP ("help-event-list",\111472,349720 |
| 1628 | DEFVAR_LISP ("help-form",\111477,349928 | 1628 | DEFVAR_LISP ("help-form",\111477,349931 |
| 1629 | DEFVAR_LISP ("prefix-help-command",\111483,350176 | 1629 | DEFVAR_LISP ("prefix-help-command",\111483,350179 |
| 1630 | DEFVAR_LISP ("top-level",\111489,350454 | 1630 | DEFVAR_LISP ("top-level",\111489,350457 |
| 1631 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350675 | 1631 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350678 |
| 1632 | DEFVAR_BOOL ("cannot-suspend",\111511,351488 | 1632 | DEFVAR_BOOL ("cannot-suspend",\111511,351491 |
| 1633 | DEFVAR_BOOL ("menu-prompting",\111516,351715 | 1633 | DEFVAR_BOOL ("menu-prompting",\111516,351718 |
| 1634 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352145 | 1634 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352148 |
| 1635 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352391 | 1635 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352394 |
| 1636 | DEFVAR_LISP ("deactivate-mark",\111545,353117 | 1636 | DEFVAR_LISP ("deactivate-mark",\111545,353120 |
| 1637 | DEFVAR_LISP ("pre-command-hook",\111553,353486 | 1637 | DEFVAR_LISP ("pre-command-hook",\111553,353489 |
| 1638 | DEFVAR_LISP ("post-command-hook",\111560,353841 | 1638 | DEFVAR_LISP ("post-command-hook",\111560,353844 |
| 1639 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354204 | 1639 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354207 |
| 1640 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354419 | 1640 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354422 |
| 1641 | DEFVAR_LISP ("menu-bar-final-items",\111578,354622 | 1641 | DEFVAR_LISP ("menu-bar-final-items",\111578,354625 |
| 1642 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354872 | 1642 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354875 |
| 1643 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355230 | 1643 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355233 |
| 1644 | DEFVAR_LISP ("overriding-local-map",\111598,355652 | 1644 | DEFVAR_LISP ("overriding-local-map",\111598,355655 |
| 1645 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356103 | 1645 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356106 |
| 1646 | DEFVAR_LISP ("special-event-map",\111613,356442 | 1646 | DEFVAR_LISP ("special-event-map",\111613,356445 |
| 1647 | DEFVAR_LISP ("track-mouse",\111617,356630 | 1647 | DEFVAR_LISP ("track-mouse",\111617,356633 |
| 1648 | DEFVAR_KBOARD ("system-key-alist",\111620,356757 | 1648 | DEFVAR_KBOARD ("system-key-alist",\111620,356760 |
| 1649 | DEFVAR_KBOARD ("local-function-key-map",\111629,357138 | 1649 | DEFVAR_KBOARD ("local-function-key-map",\111629,357141 |
| 1650 | DEFVAR_KBOARD ("input-decode-map",\111658,358597 | 1650 | DEFVAR_KBOARD ("input-decode-map",\111658,358600 |
| 1651 | DEFVAR_LISP ("function-key-map",\111675,359385 | 1651 | DEFVAR_LISP ("function-key-map",\111675,359388 |
| 1652 | DEFVAR_LISP ("key-translation-map",\111683,359801 | 1652 | DEFVAR_LISP ("key-translation-map",\111683,359804 |
| 1653 | DEFVAR_LISP ("deferred-action-list",\111689,360145 | 1653 | DEFVAR_LISP ("deferred-action-list",\111689,360148 |
| 1654 | DEFVAR_LISP ("deferred-action-function",\111694,360393 | 1654 | DEFVAR_LISP ("deferred-action-function",\111694,360396 |
| 1655 | DEFVAR_LISP ("delayed-warnings-list",\111700,360692 | 1655 | DEFVAR_LISP ("delayed-warnings-list",\111700,360695 |
| 1656 | DEFVAR_LISP ("timer-list",\111708,361100 | 1656 | DEFVAR_LISP ("timer-list",\111708,361103 |
| 1657 | DEFVAR_LISP ("timer-idle-list",\111712,361252 | 1657 | DEFVAR_LISP ("timer-idle-list",\111712,361255 |
| 1658 | DEFVAR_LISP ("input-method-function",\111716,361415 | 1658 | DEFVAR_LISP ("input-method-function",\111716,361418 |
| 1659 | DEFVAR_LISP ("input-method-previous-message",\111737,362384 | 1659 | DEFVAR_LISP ("input-method-previous-message",\111737,362387 |
| 1660 | DEFVAR_LISP ("show-help-function",\111744,362745 | 1660 | DEFVAR_LISP ("show-help-function",\111744,362748 |
| 1661 | DEFVAR_LISP ("disable-point-adjustment",\111749,362977 | 1661 | DEFVAR_LISP ("disable-point-adjustment",\111749,362980 |
| 1662 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363527 | 1662 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363530 |
| 1663 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363893 | 1663 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363896 |
| 1664 | DEFVAR_LISP ("throw-on-input",\111775,364171 | 1664 | DEFVAR_LISP ("throw-on-input",\111775,364174 |
| 1665 | DEFVAR_LISP ("command-error-function",\111781,364422 | 1665 | DEFVAR_LISP ("command-error-function",\111781,364425 |
| 1666 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364909 | 1666 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364912 |
| 1667 | DEFVAR_LISP ("select-active-regions",\111798,365236 | 1667 | DEFVAR_LISP ("select-active-regions",\111798,365239 |
| 1668 | DEFVAR_LISP ("saved-region-selection",\111807,365628 | 1668 | DEFVAR_LISP ("saved-region-selection",\111807,365631 |
| 1669 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366013 | 1669 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366016 |
| 1670 | DEFVAR_LISP ("debug-on-event",\111825,366554 | 1670 | DEFVAR_LISP ("debug-on-event",\111825,366557 |
| 1671 | 1671 | ||
| 1672 | c-src/emacs/src/lisp.h,41391 | 1672 | c-src/emacs/src/lisp.h,41391 |
| 1673 | #define EMACS_LISP_H22,801 | 1673 | #define EMACS_LISP_H22,801 |
| @@ -3274,112 +3274,112 @@ el-src/emacs/lisp/progmodes/etags.el,5188 | |||
| 3274 | (defcustom tags-tag-face 148,5700 | 3274 | (defcustom tags-tag-face 148,5700 |
| 3275 | (defcustom tags-apropos-verbose 154,5835 | 3275 | (defcustom tags-apropos-verbose 154,5835 |
| 3276 | (defcustom tags-apropos-additional-actions 160,5999 | 3276 | (defcustom tags-apropos-additional-actions 160,5999 |
| 3277 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 3277 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 3278 | (defvar default-tags-table-function 189,7098 | 3278 | (defvar default-tags-table-function 189,7101 |
| 3279 | (defvar tags-location-ring 194,7324 | 3279 | (defvar tags-location-ring 194,7327 |
| 3280 | (defvar tags-table-files 201,7600 | 3280 | (defvar tags-table-files 201,7603 |
| 3281 | (defvar tags-completion-table 206,7767 | 3281 | (defvar tags-completion-table 206,7770 |
| 3282 | (defvar tags-included-tables 209,7859 | 3282 | (defvar tags-included-tables 209,7862 |
| 3283 | (defvar next-file-list 212,7954 | 3283 | (defvar next-file-list 212,7957 |
| 3284 | (defvar tags-table-format-functions 217,8060 | 3284 | (defvar tags-table-format-functions 217,8063 |
| 3285 | (defvar file-of-tag-function 224,8441 | 3285 | (defvar file-of-tag-function 224,8444 |
| 3286 | (defvar tags-table-files-function 228,8635 | 3286 | (defvar tags-table-files-function 228,8638 |
| 3287 | (defvar tags-completion-table-function 230,8746 | 3287 | (defvar tags-completion-table-function 230,8749 |
| 3288 | (defvar snarf-tag-function 232,8841 | 3288 | (defvar snarf-tag-function 232,8844 |
| 3289 | (defvar goto-tag-location-function 236,9050 | 3289 | (defvar goto-tag-location-function 236,9053 |
| 3290 | (defvar find-tag-regexp-search-function 239,9223 | 3290 | (defvar find-tag-regexp-search-function 239,9226 |
| 3291 | (defvar find-tag-regexp-tag-order 241,9344 | 3291 | (defvar find-tag-regexp-tag-order 241,9347 |
| 3292 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 3292 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 3293 | (defvar find-tag-search-function 245,9573 | 3293 | (defvar find-tag-search-function 245,9576 |
| 3294 | (defvar find-tag-tag-order 247,9680 | 3294 | (defvar find-tag-tag-order 247,9683 |
| 3295 | (defvar find-tag-next-line-after-failure-p 249,9775 | 3295 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 3296 | (defvar list-tags-function 251,9881 | 3296 | (defvar list-tags-function 251,9884 |
| 3297 | (defvar tags-apropos-function 253,9969 | 3297 | (defvar tags-apropos-function 253,9972 |
| 3298 | (defvar tags-included-tables-function 255,10063 | 3298 | (defvar tags-included-tables-function 255,10066 |
| 3299 | (defvar verify-tags-table-function 257,10182 | 3299 | (defvar verify-tags-table-function 257,10185 |
| 3300 | (defun initialize-new-tags-table 260,10293 | 3300 | (defun initialize-new-tags-table 260,10296 |
| 3301 | (defun tags-table-mode 276,10981 | 3301 | (defun tags-table-mode 276,10984 |
| 3302 | (defun visit-tags-table 285,11246 | 3302 | (defun visit-tags-table 285,11249 |
| 3303 | (defun tags-table-check-computed-list 321,12784 | 3303 | (defun tags-table-check-computed-list 321,12787 |
| 3304 | (defun tags-table-extend-computed-list 360,14655 | 3304 | (defun tags-table-extend-computed-list 360,14658 |
| 3305 | (defun tags-expand-table-name 400,16368 | 3305 | (defun tags-expand-table-name 400,16371 |
| 3306 | (defun tags-table-list-member 409,16711 | 3306 | (defun tags-table-list-member 409,16714 |
| 3307 | (defun tags-verify-table 421,17183 | 3307 | (defun tags-verify-table 421,17186 |
| 3308 | (defun tags-table-including 470,19303 | 3308 | (defun tags-table-including 470,19306 |
| 3309 | (defun tags-next-table 522,21347 | 3309 | (defun tags-next-table 522,21350 |
| 3310 | (defun visit-tags-table-buffer 543,22204 | 3310 | (defun visit-tags-table-buffer 543,22207 |
| 3311 | (defun tags-reset-tags-tables 712,28514 | 3311 | (defun tags-reset-tags-tables 712,28517 |
| 3312 | (defun file-of-tag 731,29171 | 3312 | (defun file-of-tag 731,29174 |
| 3313 | (defun tags-table-files 740,29521 | 3313 | (defun tags-table-files 740,29524 |
| 3314 | (defun tags-included-tables 749,29871 | 3314 | (defun tags-included-tables 749,29874 |
| 3315 | (defun tags-completion-table 755,30117 | 3315 | (defun tags-completion-table 755,30120 |
| 3316 | (defun tags-lazy-completion-table 783,31311 | 3316 | (defun tags-lazy-completion-table 783,31314 |
| 3317 | (defun tags-completion-at-point-function 799,31946 | 3317 | (defun tags-completion-at-point-function 799,31949 |
| 3318 | (defun find-tag-tag 818,32696 | 3318 | (defun find-tag-tag 818,32699 |
| 3319 | (defvar last-tag 837,33369 | 3319 | (defvar last-tag 837,33372 |
| 3320 | (defun find-tag-interactive 840,33428 | 3320 | (defun find-tag-interactive 840,33431 |
| 3321 | (defvar find-tag-history 852,33843 | 3321 | (defvar find-tag-history 852,33846 |
| 3322 | (defvar etags-case-fold-search)855,33908 | 3322 | (defvar etags-case-fold-search)855,33911 |
| 3323 | (defvar etags-syntax-table)856,33940 | 3323 | (defvar etags-syntax-table)856,33943 |
| 3324 | (defvar local-find-tag-hook)857,33968 | 3324 | (defvar local-find-tag-hook)857,33971 |
| 3325 | (defun find-tag-noselect 860,34013 | 3325 | (defun find-tag-noselect 860,34016 |
| 3326 | (defun find-tag 932,37127 | 3326 | (defun find-tag 932,37130 |
| 3327 | (defun find-tag-other-window 959,38343 | 3327 | (defun find-tag-other-window 959,38346 |
| 3328 | (defun find-tag-other-frame 1000,40271 | 3328 | (defun find-tag-other-frame 1000,40274 |
| 3329 | (defun find-tag-regexp 1025,41445 | 3329 | (defun find-tag-regexp 1025,41448 |
| 3330 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 3330 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 3331 | (defvar tag-lines-already-matched 1052,42658 | 3331 | (defvar tag-lines-already-matched 1052,42661 |
| 3332 | (defun find-tag-in-order 1055,42765 | 3332 | (defun find-tag-in-order 1055,42768 |
| 3333 | (defun tag-find-file-of-tag-noselect 1167,47111 | 3333 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 3334 | (defun tag-find-file-of-tag 1200,48957 | 3334 | (defun tag-find-file-of-tag 1200,48960 |
| 3335 | (defun etags-recognize-tags-table 1208,49183 | 3335 | (defun etags-recognize-tags-table 1208,49186 |
| 3336 | (defun etags-verify-tags-table 1241,50814 | 3336 | (defun etags-verify-tags-table 1241,50817 |
| 3337 | (defun etags-file-of-tag 1246,51012 | 3337 | (defun etags-file-of-tag 1246,51015 |
| 3338 | (defun etags-tags-completion-table 1256,51347 | 3338 | (defun etags-tags-completion-table 1256,51350 |
| 3339 | (defun etags-snarf-tag 1286,52553 | 3339 | (defun etags-snarf-tag 1286,52556 |
| 3340 | (defun etags-goto-tag-location 1324,54122 | 3340 | (defun etags-goto-tag-location 1324,54125 |
| 3341 | (defun etags-list-tags 1388,56565 | 3341 | (defun etags-list-tags 1388,56568 |
| 3342 | (defmacro tags-with-face 1423,57840 | 3342 | (defmacro tags-with-face 1423,57843 |
| 3343 | (defun etags-tags-apropos-additional 1431,58173 | 3343 | (defun etags-tags-apropos-additional 1431,58176 |
| 3344 | (defun etags-tags-apropos 1465,59410 | 3344 | (defun etags-tags-apropos 1465,59413 |
| 3345 | (defun etags-tags-table-files 1527,61619 | 3345 | (defun etags-tags-table-files 1527,61622 |
| 3346 | (defun etags-tags-included-tables 1542,62055 | 3346 | (defun etags-tags-included-tables 1542,62058 |
| 3347 | (defun tags-recognize-empty-tags-table 1559,62595 | 3347 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 3348 | (defun tag-exact-file-name-match-p 1587,63741 | 3348 | (defun tag-exact-file-name-match-p 1587,63744 |
| 3349 | (defun tag-file-name-match-p 1596,64134 | 3349 | (defun tag-file-name-match-p 1596,64137 |
| 3350 | (defun tag-exact-match-p 1609,64690 | 3350 | (defun tag-exact-match-p 1609,64693 |
| 3351 | (defun tag-implicit-name-match-p 1620,65258 | 3351 | (defun tag-implicit-name-match-p 1620,65261 |
| 3352 | (defun tag-symbol-match-p 1633,65858 | 3352 | (defun tag-symbol-match-p 1633,65861 |
| 3353 | (defun tag-word-match-p 1643,66294 | 3353 | (defun tag-word-match-p 1643,66297 |
| 3354 | (defun tag-partial-file-name-match-p 1652,66692 | 3354 | (defun tag-partial-file-name-match-p 1652,66695 |
| 3355 | (defun tag-any-match-p 1662,67136 | 3355 | (defun tag-any-match-p 1662,67139 |
| 3356 | (defun tag-re-match-p 1667,67320 | 3356 | (defun tag-re-match-p 1667,67323 |
| 3357 | (defcustom tags-loop-revert-buffers 1675,67569 | 3357 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 3358 | (defun next-file 1685,67978 | 3358 | (defun next-file 1685,67981 |
| 3359 | (defvar tags-loop-operate 1760,70892 | 3359 | (defvar tags-loop-operate 1760,70895 |
| 3360 | (defvar tags-loop-scan1763,70986 | 3360 | (defvar tags-loop-scan1763,70989 |
| 3361 | (defun tags-loop-eval 1771,71315 | 3361 | (defun tags-loop-eval 1771,71318 |
| 3362 | (defun tags-loop-continue 1782,71644 | 3362 | (defun tags-loop-continue 1782,71647 |
| 3363 | (defun tags-search 1850,73950 | 3363 | (defun tags-search 1850,73953 |
| 3364 | (defun tags-query-replace 1871,74776 | 3364 | (defun tags-query-replace 1871,74779 |
| 3365 | (defun tags-complete-tags-table-file 1896,76000 | 3365 | (defun tags-complete-tags-table-file 1896,76003 |
| 3366 | (defun list-tags 1906,76379 | 3366 | (defun list-tags 1906,76382 |
| 3367 | (defun tags-apropos 1934,77332 | 3367 | (defun tags-apropos 1934,77335 |
| 3368 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 3368 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 3369 | (defun select-tags-table 1964,78397 | 3369 | (defun select-tags-table 1964,78400 |
| 3370 | (defvar select-tags-table-mode-map 2019,80524 | 3370 | (defvar select-tags-table-mode-map 2019,80527 |
| 3371 | (define-derived-mode select-tags-table-mode 2030,80907 | 3371 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 3372 | (defun select-tags-table-select 2034,81091 | 3372 | (defun select-tags-table-select 2034,81094 |
| 3373 | (defun select-tags-table-quit 2043,81457 | 3373 | (defun select-tags-table-quit 2043,81460 |
| 3374 | (defun complete-tag 2049,81612 | 3374 | (defun complete-tag 2049,81615 |
| 3375 | (defconst etags--xref-limit 2074,82553 | 3375 | (defconst etags--xref-limit 2074,82556 |
| 3376 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 3376 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 3377 | (defun etags-xref-find 2082,82878 | 3377 | (defun etags-xref-find 2082,82881 |
| 3378 | (defun etags--xref-find-definitions 2096,83407 | 3378 | (defun etags--xref-find-definitions 2096,83410 |
| 3379 | (defclass xref-etags-location 2129,85121 | 3379 | (defclass xref-etags-location 2129,85124 |
| 3380 | (defun xref-make-etags-location 2135,85344 | 3380 | (defun xref-make-etags-location 2135,85347 |
| 3381 | (cl-defmethod xref-location-marker 2139,85499 | 3381 | (cl-defmethod xref-location-marker 2139,85502 |
| 3382 | (cl-defmethod xref-location-line 2146,85743 | 3382 | (cl-defmethod xref-location-line 2146,85746 |
| 3383 | 3383 | ||
| 3384 | erl-src/gs_dialog.erl,98 | 3384 | erl-src/gs_dialog.erl,98 |
| 3385 | -define(VERSION2,32 | 3385 | -define(VERSION2,32 |
diff --git a/test/manual/etags/ETAGS.good_6 b/test/manual/etags/ETAGS.good_6 index 9a38e20dcea..6f440a7fc95 100644 --- a/test/manual/etags/ETAGS.good_6 +++ b/test/manual/etags/ETAGS.good_6 | |||
| @@ -1234,440 +1234,440 @@ record_auto_save 742,23849 | |||
| 1234 | force_auto_save_soon 751,24017 | 1234 | force_auto_save_soon 751,24017 |
| 1235 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 | 1235 | DEFUN ("recursive-edit", Frecursive_edit,759,24138 |
| 1236 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 | 1236 | DEFUN ("recursive-edit", Frecursive_edit,recursive-edit759,24138 |
| 1237 | recursive_edit_unwind 804,25748 | 1237 | recursive_edit_unwind 804,25751 |
| 1238 | any_kboard_state 817,26014 | 1238 | any_kboard_state 817,26017 |
| 1239 | single_kboard_state 838,26666 | 1239 | single_kboard_state 838,26669 |
| 1240 | not_single_kboard_state 848,26804 | 1240 | not_single_kboard_state 848,26807 |
| 1241 | struct kboard_stack858,27066 | 1241 | struct kboard_stack858,27069 |
| 1242 | KBOARD *kboard;kboard860,27088 | 1242 | KBOARD *kboard;kboard860,27091 |
| 1243 | struct kboard_stack *next;next861,27106 | 1243 | struct kboard_stack *next;next861,27109 |
| 1244 | static struct kboard_stack *kboard_stack;kboard_stack864,27139 | 1244 | static struct kboard_stack *kboard_stack;kboard_stack864,27142 |
| 1245 | push_kboard 867,27187 | 1245 | push_kboard 867,27190 |
| 1246 | pop_kboard 879,27376 | 1246 | pop_kboard 879,27379 |
| 1247 | temporarily_switch_to_single_kboard 914,28264 | 1247 | temporarily_switch_to_single_kboard 914,28267 |
| 1248 | record_single_kboard_state 943,29438 | 1248 | record_single_kboard_state 943,29441 |
| 1249 | restore_kboard_configuration 952,29622 | 1249 | restore_kboard_configuration 952,29625 |
| 1250 | cmd_error 970,30078 | 1250 | cmd_error 970,30081 |
| 1251 | cmd_error_internal 1024,31511 | 1251 | cmd_error_internal 1024,31514 |
| 1252 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32031 | 1252 | DEFUN ("command-error-default-function", Fcommand_error_default_function,1043,32034 |
| 1253 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32031 | 1253 | DEFUN ("command-error-default-function", Fcommand_error_default_function,command-error-default-function1043,32034 |
| 1254 | static Lisp_Object command_loop_2 1086,33638 | 1254 | static Lisp_Object command_loop_2 1086,33641 |
| 1255 | static Lisp_Object top_level_1 1087,33687 | 1255 | static Lisp_Object top_level_1 1087,33690 |
| 1256 | command_loop 1094,33917 | 1256 | command_loop 1094,33920 |
| 1257 | command_loop_2 1134,35136 | 1257 | command_loop_2 1134,35139 |
| 1258 | top_level_2 1146,35340 | 1258 | top_level_2 1146,35343 |
| 1259 | top_level_1 1152,35418 | 1259 | top_level_1 1152,35421 |
| 1260 | DEFUN ("top-level", Ftop_level,1164,35788 | 1260 | DEFUN ("top-level", Ftop_level,1164,35791 |
| 1261 | DEFUN ("top-level", Ftop_level,top-level1164,35788 | 1261 | DEFUN ("top-level", Ftop_level,top-level1164,35791 |
| 1262 | user_error 1183,36289 | 1262 | user_error 1183,36292 |
| 1263 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36430 | 1263 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,1189,36433 |
| 1264 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36430 | 1264 | DEFUN ("exit-recursive-edit", Fexit_recursive_edit,exit-recursive-edit1189,36433 |
| 1265 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36820 | 1265 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,1201,36823 |
| 1266 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36820 | 1266 | DEFUN ("abort-recursive-edit", Fabort_recursive_edit,abort-recursive-edit1201,36823 |
| 1267 | tracking_off 1216,37282 | 1267 | tracking_off 1216,37285 |
| 1268 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37817 | 1268 | DEFUN ("internal--track-mouse", Ftrack_mouse,1234,37820 |
| 1269 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37817 | 1269 | DEFUN ("internal--track-mouse", Ftrack_mouse,track-mouse1234,37820 |
| 1270 | bool ignore_mouse_drag_p;1256,38393 | 1270 | bool ignore_mouse_drag_p;1256,38396 |
| 1271 | some_mouse_moved 1259,38442 | 1271 | some_mouse_moved 1259,38445 |
| 1272 | static int read_key_sequence 1282,38800 | 1272 | static int read_key_sequence 1282,38803 |
| 1273 | static void adjust_point_for_property 1284,38918 | 1273 | static void adjust_point_for_property 1284,38921 |
| 1274 | Lisp_Object last_undo_boundary;1287,39033 | 1274 | Lisp_Object last_undo_boundary;1287,39036 |
| 1275 | command_loop_1 1294,39274 | 1275 | command_loop_1 1294,39277 |
| 1276 | read_menu_command 1649,50890 | 1276 | read_menu_command 1649,50893 |
| 1277 | adjust_point_for_property 1678,51618 | 1277 | adjust_point_for_property 1678,51621 |
| 1278 | safe_run_hooks_1 1831,57340 | 1278 | safe_run_hooks_1 1831,57343 |
| 1279 | safe_run_hooks_error 1841,57570 | 1279 | safe_run_hooks_error 1841,57573 |
| 1280 | safe_run_hook_funcall 1878,58577 | 1280 | safe_run_hook_funcall 1878,58580 |
| 1281 | safe_run_hooks 1893,59059 | 1281 | safe_run_hooks 1893,59062 |
| 1282 | int poll_suppress_count;1908,59398 | 1282 | int poll_suppress_count;1908,59401 |
| 1283 | static struct atimer *poll_timer;poll_timer1915,59488 | 1283 | static struct atimer *poll_timer;poll_timer1915,59491 |
| 1284 | poll_for_input_1 1919,59590 | 1284 | poll_for_input_1 1919,59593 |
| 1285 | poll_for_input 1930,59790 | 1285 | poll_for_input 1930,59793 |
| 1286 | start_polling 1942,60054 | 1286 | start_polling 1942,60057 |
| 1287 | input_polling_used 1979,61092 | 1287 | input_polling_used 1979,61095 |
| 1288 | stop_polling 1994,61391 | 1288 | stop_polling 1994,61394 |
| 1289 | set_poll_suppress_count 2009,61760 | 1289 | set_poll_suppress_count 2009,61763 |
| 1290 | bind_polling_period 2029,62142 | 1290 | bind_polling_period 2029,62145 |
| 1291 | make_ctrl_char 2048,62493 | 1291 | make_ctrl_char 2048,62496 |
| 1292 | show_help_echo 2113,64456 | 1292 | show_help_echo 2113,64459 |
| 1293 | static Lisp_Object kbd_buffer_get_event 2152,65485 | 1293 | static Lisp_Object kbd_buffer_get_event 2152,65488 |
| 1294 | static void record_char 2154,65597 | 1294 | static void record_char 2154,65600 |
| 1295 | static Lisp_Object help_form_saved_window_configs;2156,65639 | 1295 | static Lisp_Object help_form_saved_window_configs;2156,65642 |
| 1296 | read_char_help_form_unwind 2158,65702 | 1296 | read_char_help_form_unwind 2158,65705 |
| 1297 | #define STOP_POLLING 2166,65960 | 1297 | #define STOP_POLLING 2166,65963 |
| 1298 | #define RESUME_POLLING 2170,66085 | 1298 | #define RESUME_POLLING 2170,66088 |
| 1299 | read_event_from_main_queue 2175,66230 | 1299 | read_event_from_main_queue 2175,66233 |
| 1300 | read_decoded_event_from_main_queue 2249,68418 | 1300 | read_decoded_event_from_main_queue 2249,68421 |
| 1301 | #define MAX_ENCODED_BYTES 2254,68665 | 1301 | #define MAX_ENCODED_BYTES 2254,68668 |
| 1302 | echo_keystrokes_p 2342,71557 | 1302 | echo_keystrokes_p 2342,71560 |
| 1303 | read_char 2376,72849 | 1303 | read_char 2376,72852 |
| 1304 | record_menu_key 3225,98950 | 1304 | record_menu_key 3225,98953 |
| 1305 | help_char_p 3258,99675 | 1305 | help_char_p 3258,99678 |
| 1306 | record_char 3273,99954 | 1306 | record_char 3273,99957 |
| 1307 | save_getcjmp 3412,104236 | 1307 | save_getcjmp 3412,104239 |
| 1308 | restore_getcjmp 3418,104327 | 1308 | restore_getcjmp 3418,104330 |
| 1309 | readable_events 3430,104698 | 1309 | readable_events 3430,104701 |
| 1310 | int stop_character EXTERNALLY_VISIBLE;3497,106438 | 1310 | int stop_character EXTERNALLY_VISIBLE;3497,106441 |
| 1311 | event_to_kboard 3500,106494 | 1311 | event_to_kboard 3500,106497 |
| 1312 | kbd_buffer_nr_stored 3522,107143 | 1312 | kbd_buffer_nr_stored 3522,107146 |
| 1313 | kbd_buffer_store_event 3534,107484 | 1313 | kbd_buffer_store_event 3534,107487 |
| 1314 | kbd_buffer_store_event_hold 3550,108026 | 1314 | kbd_buffer_store_event_hold 3550,108029 |
| 1315 | kbd_buffer_unget_event 3684,111618 | 1315 | kbd_buffer_unget_event 3684,111621 |
| 1316 | #define INPUT_EVENT_POS_MAX 3698,112019 | 1316 | #define INPUT_EVENT_POS_MAX 3698,112022 |
| 1317 | #define INPUT_EVENT_POS_MIN 3701,112148 | 1317 | #define INPUT_EVENT_POS_MIN 3701,112151 |
| 1318 | position_to_Time 3706,112288 | 1318 | position_to_Time 3706,112291 |
| 1319 | Time_to_position 3716,112515 | 1319 | Time_to_position 3716,112518 |
| 1320 | gen_help_event 3738,113172 | 1320 | gen_help_event 3738,113175 |
| 1321 | kbd_buffer_store_help_event 3756,113612 | 1321 | kbd_buffer_store_help_event 3756,113615 |
| 1322 | discard_mouse_events 3773,113977 | 1322 | discard_mouse_events 3773,113980 |
| 1323 | kbd_buffer_events_waiting 3803,114712 | 1323 | kbd_buffer_events_waiting 3803,114715 |
| 1324 | clear_event 3823,115069 | 1324 | clear_event 3823,115072 |
| 1325 | kbd_buffer_get_event 3836,115409 | 1325 | kbd_buffer_get_event 3836,115412 |
| 1326 | process_special_events 4258,127882 | 1326 | process_special_events 4258,127885 |
| 1327 | swallow_events 4322,129706 | 1327 | swallow_events 4322,129709 |
| 1328 | timer_start_idle 4339,130099 | 1328 | timer_start_idle 4339,130102 |
| 1329 | timer_stop_idle 4355,130577 | 1329 | timer_stop_idle 4355,130580 |
| 1330 | timer_resume_idle 4363,130721 | 1330 | timer_resume_idle 4363,130724 |
| 1331 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130913 | 1331 | struct input_event last_timer_event EXTERNALLY_VISIBLE;4372,130916 |
| 1332 | Lisp_Object pending_funcalls;4377,131173 | 1332 | Lisp_Object pending_funcalls;4377,131176 |
| 1333 | decode_timer 4381,131294 | 1333 | decode_timer 4381,131297 |
| 1334 | timer_check_2 4414,132247 | 1334 | timer_check_2 4414,132250 |
| 1335 | timer_check 4572,136818 | 1335 | timer_check 4572,136821 |
| 1336 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137663 | 1336 | DEFUN ("current-idle-time", Fcurrent_idle_time,4607,137666 |
| 1337 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137663 | 1337 | DEFUN ("current-idle-time", Fcurrent_idle_time,current-idle-time4607,137666 |
| 1338 | static Lisp_Object accent_key_syms;4625,138240 | 1338 | static Lisp_Object accent_key_syms;4625,138243 |
| 1339 | static Lisp_Object func_key_syms;4626,138276 | 1339 | static Lisp_Object func_key_syms;4626,138279 |
| 1340 | static Lisp_Object mouse_syms;4627,138310 | 1340 | static Lisp_Object mouse_syms;4627,138313 |
| 1341 | static Lisp_Object wheel_syms;4628,138341 | 1341 | static Lisp_Object wheel_syms;4628,138344 |
| 1342 | static Lisp_Object drag_n_drop_syms;4629,138372 | 1342 | static Lisp_Object drag_n_drop_syms;4629,138375 |
| 1343 | static const int lispy_accent_codes[lispy_accent_codes4634,138517 | 1343 | static const int lispy_accent_codes[lispy_accent_codes4634,138520 |
| 1344 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139879 | 1344 | static const char *const lispy_accent_keys[lispy_accent_keys4741,139882 |
| 1345 | #define FUNCTION_KEY_OFFSET 4766,140315 | 1345 | #define FUNCTION_KEY_OFFSET 4766,140318 |
| 1346 | const char *const lispy_function_keys[lispy_function_keys4768,140348 | 1346 | const char *const lispy_function_keys[lispy_function_keys4768,140351 |
| 1347 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148902 | 1347 | static const char *const lispy_multimedia_keys[lispy_multimedia_keys4962,148905 |
| 1348 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150136 | 1348 | static const char *const lispy_kana_keys[lispy_kana_keys5026,150139 |
| 1349 | #define FUNCTION_KEY_OFFSET 5061,151752 | 1349 | #define FUNCTION_KEY_OFFSET 5061,151755 |
| 1350 | static const char *const lispy_function_keys[lispy_function_keys5065,151895 | 1350 | static const char *const lispy_function_keys[lispy_function_keys5065,151898 |
| 1351 | #define ISO_FUNCTION_KEY_OFFSET 5149,154430 | 1351 | #define ISO_FUNCTION_KEY_OFFSET 5149,154433 |
| 1352 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154470 | 1352 | static const char *const iso_lispy_function_keys[iso_lispy_function_keys5151,154473 |
| 1353 | static Lisp_Object Vlispy_mouse_stem;5172,155329 | 1353 | static Lisp_Object Vlispy_mouse_stem;5172,155332 |
| 1354 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155368 | 1354 | static const char *const lispy_wheel_names[lispy_wheel_names5174,155371 |
| 1355 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155620 | 1355 | static const char *const lispy_drag_n_drop_names[lispy_drag_n_drop_names5181,155623 |
| 1356 | static short const scroll_bar_parts[scroll_bar_parts5189,155886 | 1356 | static short const scroll_bar_parts[scroll_bar_parts5189,155889 |
| 1357 | static Lisp_Object button_down_location;5210,156911 | 1357 | static Lisp_Object button_down_location;5210,156914 |
| 1358 | static int last_mouse_button;5215,157066 | 1358 | static int last_mouse_button;5215,157069 |
| 1359 | static int last_mouse_x;5216,157096 | 1359 | static int last_mouse_x;5216,157099 |
| 1360 | static int last_mouse_y;5217,157121 | 1360 | static int last_mouse_y;5217,157124 |
| 1361 | static Time button_down_time;5218,157146 | 1361 | static Time button_down_time;5218,157149 |
| 1362 | static int double_click_count;5222,157230 | 1362 | static int double_click_count;5222,157233 |
| 1363 | make_lispy_position 5228,157391 | 1363 | make_lispy_position 5228,157394 |
| 1364 | toolkit_menubar_in_use 5456,163954 | 1364 | toolkit_menubar_in_use 5456,163957 |
| 1365 | make_scroll_bar_position 5469,164322 | 1365 | make_scroll_bar_position 5469,164325 |
| 1366 | make_lispy_event 5485,164968 | 1366 | make_lispy_event 5485,164971 |
| 1367 | make_lispy_movement 6104,183531 | 1367 | make_lispy_movement 6104,183534 |
| 1368 | make_lispy_switch_frame 6131,184262 | 1368 | make_lispy_switch_frame 6131,184265 |
| 1369 | make_lispy_focus_in 6137,184369 | 1369 | make_lispy_focus_in 6137,184372 |
| 1370 | make_lispy_focus_out 6145,184495 | 1370 | make_lispy_focus_out 6145,184498 |
| 1371 | parse_modifiers_uncached 6163,184945 | 1371 | parse_modifiers_uncached 6163,184948 |
| 1372 | #define SINGLE_LETTER_MOD(6185,185465 | 1372 | #define SINGLE_LETTER_MOD(6185,185468 |
| 1373 | #undef SINGLE_LETTER_MOD6212,185906 | 1373 | #undef SINGLE_LETTER_MOD6212,185909 |
| 1374 | #define MULTI_LETTER_MOD(6214,185932 | 1374 | #define MULTI_LETTER_MOD(6214,185935 |
| 1375 | #undef MULTI_LETTER_MOD6231,186400 | 1375 | #undef MULTI_LETTER_MOD6231,186403 |
| 1376 | apply_modifiers_uncached 6273,187574 | 1376 | apply_modifiers_uncached 6273,187577 |
| 1377 | static const char *const modifier_names[modifier_names6319,189193 | 1377 | static const char *const modifier_names[modifier_names6319,189196 |
| 1378 | #define NUM_MOD_NAMES 6325,189399 | 1378 | #define NUM_MOD_NAMES 6325,189402 |
| 1379 | static Lisp_Object modifier_symbols;6327,189449 | 1379 | static Lisp_Object modifier_symbols;6327,189452 |
| 1380 | lispy_modifier_list 6331,189586 | 1380 | lispy_modifier_list 6331,189589 |
| 1381 | #define KEY_TO_CHAR(6353,190252 | 1381 | #define KEY_TO_CHAR(6353,190255 |
| 1382 | parse_modifiers 6356,190328 | 1382 | parse_modifiers 6356,190331 |
| 1383 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191517 | 1383 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,6399,191520 |
| 1384 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191517 | 1384 | DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,event-symbol-parse-modifiers6399,191520 |
| 1385 | apply_modifiers 6422,192391 | 1385 | apply_modifiers 6422,192394 |
| 1386 | reorder_modifiers 6491,194720 | 1386 | reorder_modifiers 6491,194723 |
| 1387 | modify_event_symbol 6536,196528 | 1387 | modify_event_symbol 6536,196531 |
| 1388 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199244 | 1388 | DEFUN ("event-convert-list", Fevent_convert_list,6628,199247 |
| 1389 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199244 | 1389 | DEFUN ("event-convert-list", Fevent_convert_list,event-convert-list6628,199247 |
| 1390 | parse_solitary_modifier 6695,201135 | 1390 | parse_solitary_modifier 6695,201138 |
| 1391 | #define SINGLE_LETTER_MOD(6701,201258 | 1391 | #define SINGLE_LETTER_MOD(6701,201261 |
| 1392 | #define MULTI_LETTER_MOD(6705,201343 | 1392 | #define MULTI_LETTER_MOD(6705,201346 |
| 1393 | #undef SINGLE_LETTER_MOD6763,202641 | 1393 | #undef SINGLE_LETTER_MOD6763,202644 |
| 1394 | #undef MULTI_LETTER_MOD6764,202666 | 1394 | #undef MULTI_LETTER_MOD6764,202669 |
| 1395 | lucid_event_type_list_p 6775,202889 | 1395 | lucid_event_type_list_p 6775,202892 |
| 1396 | get_input_pending 6814,203960 | 1396 | get_input_pending 6814,203963 |
| 1397 | record_asynch_buffer_change 6834,204579 | 1397 | record_asynch_buffer_change 6834,204582 |
| 1398 | gobble_input 6872,205702 | 1398 | gobble_input 6872,205705 |
| 1399 | tty_read_avail_input 6967,208310 | 1399 | tty_read_avail_input 6967,208313 |
| 1400 | handle_async_input 7149,214039 | 1400 | handle_async_input 7149,214042 |
| 1401 | process_pending_signals 7165,214359 | 1401 | process_pending_signals 7165,214362 |
| 1402 | unblock_input_to 7177,214645 | 1402 | unblock_input_to 7177,214648 |
| 1403 | unblock_input 7200,215277 | 1403 | unblock_input 7200,215280 |
| 1404 | totally_unblock_input 7209,215445 | 1404 | totally_unblock_input 7209,215448 |
| 1405 | handle_input_available_signal 7217,215529 | 1405 | handle_input_available_signal 7217,215532 |
| 1406 | deliver_input_available_signal 7226,215700 | 1406 | deliver_input_available_signal 7226,215703 |
| 1407 | struct user_signal_info7235,215865 | 1407 | struct user_signal_info7235,215868 |
| 1408 | int sig;7238,215915 | 1408 | int sig;7238,215918 |
| 1409 | char *name;name7241,215956 | 1409 | char *name;name7241,215959 |
| 1410 | int npending;7244,216007 | 1410 | int npending;7244,216010 |
| 1411 | struct user_signal_info *next;next7246,216024 | 1411 | struct user_signal_info *next;next7246,216027 |
| 1412 | static struct user_signal_info *user_signals user_signals7250,216090 | 1412 | static struct user_signal_info *user_signals user_signals7250,216093 |
| 1413 | add_user_signal 7253,216149 | 1413 | add_user_signal 7253,216152 |
| 1414 | handle_user_signal 7275,216598 | 1414 | handle_user_signal 7275,216601 |
| 1415 | deliver_user_signal 7316,217558 | 1415 | deliver_user_signal 7316,217561 |
| 1416 | find_user_signal_name 7322,217659 | 1416 | find_user_signal_name 7322,217662 |
| 1417 | store_user_signal_events 7334,217841 | 1417 | store_user_signal_events 7334,217844 |
| 1418 | static void menu_bar_item 7362,218341 | 1418 | static void menu_bar_item 7362,218344 |
| 1419 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218416 | 1419 | static Lisp_Object menu_bar_one_keymap_changed_items;7363,218419 |
| 1420 | static Lisp_Object menu_bar_items_vector;7368,218630 | 1420 | static Lisp_Object menu_bar_items_vector;7368,218633 |
| 1421 | static int menu_bar_items_index;7369,218672 | 1421 | static int menu_bar_items_index;7369,218675 |
| 1422 | static const char *separator_names[separator_names7372,218707 | 1422 | static const char *separator_names[separator_names7372,218710 |
| 1423 | menu_separator_name_p 7393,219148 | 1423 | menu_separator_name_p 7393,219151 |
| 1424 | menu_bar_items 7426,219852 | 1424 | menu_bar_items 7426,219855 |
| 1425 | Lisp_Object item_properties;7568,224603 | 1425 | Lisp_Object item_properties;7568,224606 |
| 1426 | menu_bar_item 7571,224645 | 1426 | menu_bar_item 7571,224648 |
| 1427 | menu_item_eval_property_1 7647,227175 | 1427 | menu_item_eval_property_1 7647,227178 |
| 1428 | eval_dyn 7658,227465 | 1428 | eval_dyn 7658,227468 |
| 1429 | menu_item_eval_property 7666,227675 | 1429 | menu_item_eval_property 7666,227678 |
| 1430 | parse_menu_item 7686,228341 | 1430 | parse_menu_item 7686,228344 |
| 1431 | static Lisp_Object tool_bar_items_vector;7965,236336 | 1431 | static Lisp_Object tool_bar_items_vector;7965,236339 |
| 1432 | static Lisp_Object tool_bar_item_properties;7970,236510 | 1432 | static Lisp_Object tool_bar_item_properties;7970,236513 |
| 1433 | static int ntool_bar_items;7974,236606 | 1433 | static int ntool_bar_items;7974,236609 |
| 1434 | static void init_tool_bar_items 7978,236664 | 1434 | static void init_tool_bar_items 7978,236667 |
| 1435 | static void process_tool_bar_item 7979,236711 | 1435 | static void process_tool_bar_item 7979,236714 |
| 1436 | static bool parse_tool_bar_item 7981,236801 | 1436 | static bool parse_tool_bar_item 7981,236804 |
| 1437 | static void append_tool_bar_item 7982,236861 | 1437 | static void append_tool_bar_item 7982,236864 |
| 1438 | tool_bar_items 7990,237083 | 1438 | tool_bar_items 7990,237086 |
| 1439 | process_tool_bar_item 8075,239892 | 1439 | process_tool_bar_item 8075,239895 |
| 1440 | #define PROP(8112,240969 | 1440 | #define PROP(8112,240972 |
| 1441 | set_prop 8114,241038 | 1441 | set_prop 8114,241041 |
| 1442 | parse_tool_bar_item 8167,242453 | 1442 | parse_tool_bar_item 8167,242456 |
| 1443 | #undef PROP8379,248844 | 1443 | #undef PROP8379,248847 |
| 1444 | init_tool_bar_items 8387,248969 | 1444 | init_tool_bar_items 8387,248972 |
| 1445 | append_tool_bar_item 8401,249261 | 1445 | append_tool_bar_item 8401,249264 |
| 1446 | read_char_x_menu_prompt 8443,250771 | 1446 | read_char_x_menu_prompt 8443,250774 |
| 1447 | read_char_minibuf_menu_prompt 8503,252445 | 1447 | read_char_minibuf_menu_prompt 8503,252448 |
| 1448 | #define PUSH_C_STR(8527,253014 | 1448 | #define PUSH_C_STR(8527,253017 |
| 1449 | follow_key 8726,258553 | 1449 | follow_key 8726,258556 |
| 1450 | active_maps 8733,258695 | 1450 | active_maps 8733,258698 |
| 1451 | typedef struct keyremap8742,259021 | 1451 | typedef struct keyremap8742,259024 |
| 1452 | Lisp_Object parent;8745,259107 | 1452 | Lisp_Object parent;8745,259110 |
| 1453 | Lisp_Object map;8748,259224 | 1453 | Lisp_Object map;8748,259227 |
| 1454 | int start,8753,259446 | 1454 | int start,8753,259449 |
| 1455 | int start, end;8753,259446 | 1455 | int start, end;8753,259449 |
| 1456 | } keyremap;8754,259464 | 1456 | } keyremap;8754,259467 |
| 1457 | access_keymap_keyremap 8764,259808 | 1457 | access_keymap_keyremap 8764,259811 |
| 1458 | keyremap_step 8811,261450 | 1458 | keyremap_step 8811,261453 |
| 1459 | test_undefined 8867,262934 | 1459 | test_undefined 8867,262937 |
| 1460 | read_key_sequence 8916,264861 | 1460 | read_key_sequence 8916,264864 |
| 1461 | read_key_sequence_vs 9826,295821 | 1461 | read_key_sequence_vs 9826,295824 |
| 1462 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297294 | 1462 | DEFUN ("read-key-sequence", Fread_key_sequence,9885,297297 |
| 1463 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297294 | 1463 | DEFUN ("read-key-sequence", Fread_key_sequence,read-key-sequence9885,297297 |
| 1464 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299982 | 1464 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,9938,299985 |
| 1465 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299982 | 1465 | DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,read-key-sequence-vector9938,299985 |
| 1466 | detect_input_pending 9950,300488 | 1466 | detect_input_pending 9950,300491 |
| 1467 | detect_input_pending_ignore_squeezables 9959,300654 | 1467 | detect_input_pending_ignore_squeezables 9959,300657 |
| 1468 | detect_input_pending_run_timers 9967,300870 | 1468 | detect_input_pending_run_timers 9967,300873 |
| 1469 | clear_input_pending 9985,301362 | 1469 | clear_input_pending 9985,301365 |
| 1470 | requeued_events_pending_p 9997,301732 | 1470 | requeued_events_pending_p 9997,301735 |
| 1471 | DEFUN ("input-pending-p", Finput_pending_p,10002,301813 | 1471 | DEFUN ("input-pending-p", Finput_pending_p,10002,301816 |
| 1472 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301813 | 1472 | DEFUN ("input-pending-p", Finput_pending_p,input-pending-p10002,301816 |
| 1473 | DEFUN ("recent-keys", Frecent_keys,10024,302596 | 1473 | DEFUN ("recent-keys", Frecent_keys,10024,302599 |
| 1474 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302596 | 1474 | DEFUN ("recent-keys", Frecent_keys,recent-keys10024,302599 |
| 1475 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303517 | 1475 | DEFUN ("this-command-keys", Fthis_command_keys,10055,303520 |
| 1476 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303517 | 1476 | DEFUN ("this-command-keys", Fthis_command_keys,this-command-keys10055,303520 |
| 1477 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303958 | 1477 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,10068,303961 |
| 1478 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303958 | 1478 | DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,this-command-keys-vector10068,303961 |
| 1479 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304380 | 1479 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,10080,304383 |
| 1480 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304380 | 1480 | DEFUN ("this-single-command-keys", Fthis_single_command_keys,this-single-command-keys10080,304383 |
| 1481 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304955 | 1481 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,10096,304958 |
| 1482 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304955 | 1482 | DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,this-single-command-raw-keys10096,304958 |
| 1483 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305495 | 1483 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,10109,305498 |
| 1484 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305495 | 1484 | DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,reset-this-command-lengths10109,305498 |
| 1485 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306510 | 1485 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,10136,306513 |
| 1486 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306510 | 1486 | DEFUN ("clear-this-command-keys", Fclear_this_command_keys,clear-this-command-keys10136,306513 |
| 1487 | DEFUN ("recursion-depth", Frecursion_depth,10158,307069 | 1487 | DEFUN ("recursion-depth", Frecursion_depth,10158,307072 |
| 1488 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307069 | 1488 | DEFUN ("recursion-depth", Frecursion_depth,recursion-depth10158,307072 |
| 1489 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307406 | 1489 | DEFUN ("open-dribble-file", Fopen_dribble_file,10169,307409 |
| 1490 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307406 | 1490 | DEFUN ("open-dribble-file", Fopen_dribble_file,open-dribble-file10169,307409 |
| 1491 | DEFUN ("discard-input", Fdiscard_input,10203,308447 | 1491 | DEFUN ("discard-input", Fdiscard_input,10203,308450 |
| 1492 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308447 | 1492 | DEFUN ("discard-input", Fdiscard_input,discard-input10203,308450 |
| 1493 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308949 | 1493 | DEFUN ("suspend-emacs", Fsuspend_emacs,10225,308952 |
| 1494 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308949 | 1494 | DEFUN ("suspend-emacs", Fsuspend_emacs,suspend-emacs10225,308952 |
| 1495 | stuff_buffered_input 10285,311045 | 1495 | stuff_buffered_input 10285,311048 |
| 1496 | set_waiting_for_input 10323,312016 | 1496 | set_waiting_for_input 10323,312019 |
| 1497 | clear_waiting_for_input 10337,312390 | 1497 | clear_waiting_for_input 10337,312393 |
| 1498 | handle_interrupt_signal 10351,312754 | 1498 | handle_interrupt_signal 10351,312757 |
| 1499 | deliver_interrupt_signal 10378,313642 | 1499 | deliver_interrupt_signal 10378,313645 |
| 1500 | static int volatile force_quit_count;10387,313932 | 1500 | static int volatile force_quit_count;10387,313935 |
| 1501 | handle_interrupt 10401,314414 | 1501 | handle_interrupt 10401,314417 |
| 1502 | quit_throw_to_read_char 10541,318711 | 1502 | quit_throw_to_read_char 10541,318714 |
| 1503 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319288 | 1503 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,10562,319291 |
| 1504 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319288 | 1504 | DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,set-input-interrupt-mode10562,319291 |
| 1505 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320516 | 1505 | DEFUN ("set-output-flow-control", Fset_output_flow_control,10609,320519 |
| 1506 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320516 | 1506 | DEFUN ("set-output-flow-control", Fset_output_flow_control,set-output-flow-control10609,320519 |
| 1507 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321432 | 1507 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,10643,321435 |
| 1508 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321432 | 1508 | DEFUN ("set-input-meta-mode", Fset_input_meta_mode,set-input-meta-mode10643,321435 |
| 1509 | DEFUN ("set-quit-char", Fset_quit_char,10694,322706 | 1509 | DEFUN ("set-quit-char", Fset_quit_char,10694,322709 |
| 1510 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322706 | 1510 | DEFUN ("set-quit-char", Fset_quit_char,set-quit-char10694,322709 |
| 1511 | DEFUN ("set-input-mode", Fset_input_mode,10729,323570 | 1511 | DEFUN ("set-input-mode", Fset_input_mode,10729,323573 |
| 1512 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323570 | 1512 | DEFUN ("set-input-mode", Fset_input_mode,set-input-mode10729,323573 |
| 1513 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324459 | 1513 | DEFUN ("current-input-mode", Fcurrent_input_mode,10750,324462 |
| 1514 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324459 | 1514 | DEFUN ("current-input-mode", Fcurrent_input_mode,current-input-mode10750,324462 |
| 1515 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325837 | 1515 | DEFUN ("posn-at-x-y", Fposn_at_x_y,10787,325840 |
| 1516 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325837 | 1516 | DEFUN ("posn-at-x-y", Fposn_at_x_y,posn-at-x-y10787,325840 |
| 1517 | DEFUN ("posn-at-point", Fposn_at_point,10824,327060 | 1517 | DEFUN ("posn-at-point", Fposn_at_point,10824,327063 |
| 1518 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327060 | 1518 | DEFUN ("posn-at-point", Fposn_at_point,posn-at-point10824,327063 |
| 1519 | init_kboard 10861,328214 | 1519 | init_kboard 10861,328217 |
| 1520 | allocate_kboard 10893,329284 | 1520 | allocate_kboard 10893,329287 |
| 1521 | wipe_kboard 10909,329637 | 1521 | wipe_kboard 10909,329640 |
| 1522 | delete_kboard 10917,329751 | 1522 | delete_kboard 10917,329754 |
| 1523 | init_keyboard 10942,330281 | 1523 | init_keyboard 10942,330284 |
| 1524 | struct event_head11021,332696 | 1524 | struct event_head11021,332699 |
| 1525 | short var;11023,332716 | 1525 | short var;11023,332719 |
| 1526 | short kind;11024,332729 | 1526 | short kind;11024,332732 |
| 1527 | static const struct event_head head_table[head_table11027,332747 | 1527 | static const struct event_head head_table[head_table11027,332750 |
| 1528 | syms_of_keyboard 11045,333577 | 1528 | syms_of_keyboard 11045,333580 |
| 1529 | DEFVAR_LISP ("internal--top-level-message"11058,333972 | 1529 | DEFVAR_LISP ("internal--top-level-message"11058,333975 |
| 1530 | DEFVAR_LISP ("last-command-event"11312,342173 | 1530 | DEFVAR_LISP ("last-command-event"11312,342176 |
| 1531 | DEFVAR_LISP ("last-nonmenu-event"11315,342297 | 1531 | DEFVAR_LISP ("last-nonmenu-event"11315,342300 |
| 1532 | DEFVAR_LISP ("last-input-event"11321,342636 | 1532 | DEFVAR_LISP ("last-input-event"11321,342639 |
| 1533 | DEFVAR_LISP ("unread-command-events"11324,342730 | 1533 | DEFVAR_LISP ("unread-command-events"11324,342733 |
| 1534 | DEFVAR_LISP ("unread-post-input-method-events"11332,343190 | 1534 | DEFVAR_LISP ("unread-post-input-method-events"11332,343193 |
| 1535 | DEFVAR_LISP ("unread-input-method-events"11338,343529 | 1535 | DEFVAR_LISP ("unread-input-method-events"11338,343532 |
| 1536 | DEFVAR_LISP ("meta-prefix-char"11346,343898 | 1536 | DEFVAR_LISP ("meta-prefix-char"11346,343901 |
| 1537 | DEFVAR_KBOARD ("last-command"11351,344106 | 1537 | DEFVAR_KBOARD ("last-command"11351,344109 |
| 1538 | DEFVAR_KBOARD ("real-last-command"11368,344787 | 1538 | DEFVAR_KBOARD ("real-last-command"11368,344790 |
| 1539 | DEFVAR_KBOARD ("last-repeatable-command"11372,344973 | 1539 | DEFVAR_KBOARD ("last-repeatable-command"11372,344976 |
| 1540 | DEFVAR_LISP ("this-command"11378,345261 | 1540 | DEFVAR_LISP ("this-command"11378,345264 |
| 1541 | DEFVAR_LISP ("real-this-command"11384,345498 | 1541 | DEFVAR_LISP ("real-this-command"11384,345501 |
| 1542 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345680 | 1542 | DEFVAR_LISP ("this-command-keys-shift-translated"11388,345683 |
| 1543 | DEFVAR_LISP ("this-original-command"11396,346123 | 1543 | DEFVAR_LISP ("this-original-command"11396,346126 |
| 1544 | DEFVAR_INT ("auto-save-interval"11403,346520 | 1544 | DEFVAR_INT ("auto-save-interval"11403,346523 |
| 1545 | DEFVAR_LISP ("auto-save-timeout"11408,346734 | 1545 | DEFVAR_LISP ("auto-save-timeout"11408,346737 |
| 1546 | DEFVAR_LISP ("echo-keystrokes"11415,347079 | 1546 | DEFVAR_LISP ("echo-keystrokes"11415,347082 |
| 1547 | DEFVAR_INT ("polling-period"11421,347350 | 1547 | DEFVAR_INT ("polling-period"11421,347353 |
| 1548 | DEFVAR_LISP ("double-click-time"11428,347693 | 1548 | DEFVAR_LISP ("double-click-time"11428,347696 |
| 1549 | DEFVAR_INT ("double-click-fuzz"11435,348029 | 1549 | DEFVAR_INT ("double-click-fuzz"11435,348032 |
| 1550 | DEFVAR_INT ("num-input-keys"11446,348519 | 1550 | DEFVAR_INT ("num-input-keys"11446,348522 |
| 1551 | DEFVAR_INT ("num-nonmacro-input-events"11452,348794 | 1551 | DEFVAR_INT ("num-nonmacro-input-events"11452,348797 |
| 1552 | DEFVAR_LISP ("last-event-frame"11457,349032 | 1552 | DEFVAR_LISP ("last-event-frame"11457,349035 |
| 1553 | DEFVAR_LISP ("tty-erase-char"11463,349311 | 1553 | DEFVAR_LISP ("tty-erase-char"11463,349314 |
| 1554 | DEFVAR_LISP ("help-char"11466,349434 | 1554 | DEFVAR_LISP ("help-char"11466,349437 |
| 1555 | DEFVAR_LISP ("help-event-list"11472,349717 | 1555 | DEFVAR_LISP ("help-event-list"11472,349720 |
| 1556 | DEFVAR_LISP ("help-form"11477,349928 | 1556 | DEFVAR_LISP ("help-form"11477,349931 |
| 1557 | DEFVAR_LISP ("prefix-help-command"11483,350176 | 1557 | DEFVAR_LISP ("prefix-help-command"11483,350179 |
| 1558 | DEFVAR_LISP ("top-level"11489,350454 | 1558 | DEFVAR_LISP ("top-level"11489,350457 |
| 1559 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350675 | 1559 | DEFVAR_KBOARD ("keyboard-translate-table"11495,350678 |
| 1560 | DEFVAR_BOOL ("cannot-suspend"11511,351488 | 1560 | DEFVAR_BOOL ("cannot-suspend"11511,351491 |
| 1561 | DEFVAR_BOOL ("menu-prompting"11516,351715 | 1561 | DEFVAR_BOOL ("menu-prompting"11516,351718 |
| 1562 | DEFVAR_LISP ("menu-prompt-more-char"11526,352145 | 1562 | DEFVAR_LISP ("menu-prompt-more-char"11526,352148 |
| 1563 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352391 | 1563 | DEFVAR_INT ("extra-keyboard-modifiers"11531,352394 |
| 1564 | DEFVAR_LISP ("deactivate-mark"11545,353117 | 1564 | DEFVAR_LISP ("deactivate-mark"11545,353120 |
| 1565 | DEFVAR_LISP ("pre-command-hook"11553,353486 | 1565 | DEFVAR_LISP ("pre-command-hook"11553,353489 |
| 1566 | DEFVAR_LISP ("post-command-hook"11560,353841 | 1566 | DEFVAR_LISP ("post-command-hook"11560,353844 |
| 1567 | DEFVAR_LISP ("echo-area-clear-hook"11568,354204 | 1567 | DEFVAR_LISP ("echo-area-clear-hook"11568,354207 |
| 1568 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354419 | 1568 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag"11574,354422 |
| 1569 | DEFVAR_LISP ("menu-bar-final-items"11578,354622 | 1569 | DEFVAR_LISP ("menu-bar-final-items"11578,354625 |
| 1570 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354872 | 1570 | DEFVAR_LISP ("tool-bar-separator-image-expression"11583,354875 |
| 1571 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355230 | 1571 | DEFVAR_KBOARD ("overriding-terminal-local-map"11589,355233 |
| 1572 | DEFVAR_LISP ("overriding-local-map"11598,355652 | 1572 | DEFVAR_LISP ("overriding-local-map"11598,355655 |
| 1573 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356103 | 1573 | DEFVAR_LISP ("overriding-local-map-menu-flag"11607,356106 |
| 1574 | DEFVAR_LISP ("special-event-map"11613,356442 | 1574 | DEFVAR_LISP ("special-event-map"11613,356445 |
| 1575 | DEFVAR_LISP ("track-mouse"11617,356630 | 1575 | DEFVAR_LISP ("track-mouse"11617,356633 |
| 1576 | DEFVAR_KBOARD ("system-key-alist"11620,356757 | 1576 | DEFVAR_KBOARD ("system-key-alist"11620,356760 |
| 1577 | DEFVAR_KBOARD ("local-function-key-map"11629,357138 | 1577 | DEFVAR_KBOARD ("local-function-key-map"11629,357141 |
| 1578 | DEFVAR_KBOARD ("input-decode-map"11658,358597 | 1578 | DEFVAR_KBOARD ("input-decode-map"11658,358600 |
| 1579 | DEFVAR_LISP ("function-key-map"11675,359385 | 1579 | DEFVAR_LISP ("function-key-map"11675,359388 |
| 1580 | DEFVAR_LISP ("key-translation-map"11683,359801 | 1580 | DEFVAR_LISP ("key-translation-map"11683,359804 |
| 1581 | DEFVAR_LISP ("deferred-action-list"11689,360145 | 1581 | DEFVAR_LISP ("deferred-action-list"11689,360148 |
| 1582 | DEFVAR_LISP ("deferred-action-function"11694,360393 | 1582 | DEFVAR_LISP ("deferred-action-function"11694,360396 |
| 1583 | DEFVAR_LISP ("delayed-warnings-list"11700,360692 | 1583 | DEFVAR_LISP ("delayed-warnings-list"11700,360695 |
| 1584 | DEFVAR_LISP ("timer-list"11708,361100 | 1584 | DEFVAR_LISP ("timer-list"11708,361103 |
| 1585 | DEFVAR_LISP ("timer-idle-list"11712,361252 | 1585 | DEFVAR_LISP ("timer-idle-list"11712,361255 |
| 1586 | DEFVAR_LISP ("input-method-function"11716,361415 | 1586 | DEFVAR_LISP ("input-method-function"11716,361418 |
| 1587 | DEFVAR_LISP ("input-method-previous-message"11737,362384 | 1587 | DEFVAR_LISP ("input-method-previous-message"11737,362387 |
| 1588 | DEFVAR_LISP ("show-help-function"11744,362745 | 1588 | DEFVAR_LISP ("show-help-function"11744,362748 |
| 1589 | DEFVAR_LISP ("disable-point-adjustment"11749,362977 | 1589 | DEFVAR_LISP ("disable-point-adjustment"11749,362980 |
| 1590 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363527 | 1590 | DEFVAR_LISP ("global-disable-point-adjustment"11761,363530 |
| 1591 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363893 | 1591 | DEFVAR_LISP ("minibuffer-message-timeout"11770,363896 |
| 1592 | DEFVAR_LISP ("throw-on-input"11775,364171 | 1592 | DEFVAR_LISP ("throw-on-input"11775,364174 |
| 1593 | DEFVAR_LISP ("command-error-function"11781,364422 | 1593 | DEFVAR_LISP ("command-error-function"11781,364425 |
| 1594 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364909 | 1594 | DEFVAR_LISP ("enable-disabled-menus-and-buttons"11790,364912 |
| 1595 | DEFVAR_LISP ("select-active-regions"11798,365236 | 1595 | DEFVAR_LISP ("select-active-regions"11798,365239 |
| 1596 | DEFVAR_LISP ("saved-region-selection"11807,365628 | 1596 | DEFVAR_LISP ("saved-region-selection"11807,365631 |
| 1597 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366013 | 1597 | DEFVAR_LISP ("selection-inhibit-update-commands"11815,366016 |
| 1598 | DEFVAR_LISP ("debug-on-event"11825,366554 | 1598 | DEFVAR_LISP ("debug-on-event"11825,366557 |
| 1599 | keys_of_keyboard 11841,367115 | 1599 | keys_of_keyboard 11841,367118 |
| 1600 | mark_kboards 11916,370434 | 1600 | mark_kboards 11916,370437 |
| 1601 | DEFVAR_LISP ("internal--top-level-message",\111058,333972 | 1601 | DEFVAR_LISP ("internal--top-level-message",\111058,333975 |
| 1602 | DEFVAR_LISP ("last-command-event",\111312,342173 | 1602 | DEFVAR_LISP ("last-command-event",\111312,342176 |
| 1603 | DEFVAR_LISP ("last-nonmenu-event",\111315,342297 | 1603 | DEFVAR_LISP ("last-nonmenu-event",\111315,342300 |
| 1604 | DEFVAR_LISP ("last-input-event",\111321,342636 | 1604 | DEFVAR_LISP ("last-input-event",\111321,342639 |
| 1605 | DEFVAR_LISP ("unread-command-events",\111324,342730 | 1605 | DEFVAR_LISP ("unread-command-events",\111324,342733 |
| 1606 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343190 | 1606 | DEFVAR_LISP ("unread-post-input-method-events",\111332,343193 |
| 1607 | DEFVAR_LISP ("unread-input-method-events",\111338,343529 | 1607 | DEFVAR_LISP ("unread-input-method-events",\111338,343532 |
| 1608 | DEFVAR_LISP ("meta-prefix-char",\111346,343898 | 1608 | DEFVAR_LISP ("meta-prefix-char",\111346,343901 |
| 1609 | DEFVAR_KBOARD ("last-command",\111351,344106 | 1609 | DEFVAR_KBOARD ("last-command",\111351,344109 |
| 1610 | DEFVAR_KBOARD ("real-last-command",\111368,344787 | 1610 | DEFVAR_KBOARD ("real-last-command",\111368,344790 |
| 1611 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344973 | 1611 | DEFVAR_KBOARD ("last-repeatable-command",\111372,344976 |
| 1612 | DEFVAR_LISP ("this-command",\111378,345261 | 1612 | DEFVAR_LISP ("this-command",\111378,345264 |
| 1613 | DEFVAR_LISP ("real-this-command",\111384,345498 | 1613 | DEFVAR_LISP ("real-this-command",\111384,345501 |
| 1614 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345680 | 1614 | DEFVAR_LISP ("this-command-keys-shift-translated",\111388,345683 |
| 1615 | DEFVAR_LISP ("this-original-command",\111396,346123 | 1615 | DEFVAR_LISP ("this-original-command",\111396,346126 |
| 1616 | DEFVAR_INT ("auto-save-interval",\111403,346520 | 1616 | DEFVAR_INT ("auto-save-interval",\111403,346523 |
| 1617 | DEFVAR_LISP ("auto-save-timeout",\111408,346734 | 1617 | DEFVAR_LISP ("auto-save-timeout",\111408,346737 |
| 1618 | DEFVAR_LISP ("echo-keystrokes",\111415,347079 | 1618 | DEFVAR_LISP ("echo-keystrokes",\111415,347082 |
| 1619 | DEFVAR_INT ("polling-period",\111421,347350 | 1619 | DEFVAR_INT ("polling-period",\111421,347353 |
| 1620 | DEFVAR_LISP ("double-click-time",\111428,347693 | 1620 | DEFVAR_LISP ("double-click-time",\111428,347696 |
| 1621 | DEFVAR_INT ("double-click-fuzz",\111435,348029 | 1621 | DEFVAR_INT ("double-click-fuzz",\111435,348032 |
| 1622 | DEFVAR_INT ("num-input-keys",\111446,348519 | 1622 | DEFVAR_INT ("num-input-keys",\111446,348522 |
| 1623 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348794 | 1623 | DEFVAR_INT ("num-nonmacro-input-events",\111452,348797 |
| 1624 | DEFVAR_LISP ("last-event-frame",\111457,349032 | 1624 | DEFVAR_LISP ("last-event-frame",\111457,349035 |
| 1625 | DEFVAR_LISP ("tty-erase-char",\111463,349311 | 1625 | DEFVAR_LISP ("tty-erase-char",\111463,349314 |
| 1626 | DEFVAR_LISP ("help-char",\111466,349434 | 1626 | DEFVAR_LISP ("help-char",\111466,349437 |
| 1627 | DEFVAR_LISP ("help-event-list",\111472,349717 | 1627 | DEFVAR_LISP ("help-event-list",\111472,349720 |
| 1628 | DEFVAR_LISP ("help-form",\111477,349928 | 1628 | DEFVAR_LISP ("help-form",\111477,349931 |
| 1629 | DEFVAR_LISP ("prefix-help-command",\111483,350176 | 1629 | DEFVAR_LISP ("prefix-help-command",\111483,350179 |
| 1630 | DEFVAR_LISP ("top-level",\111489,350454 | 1630 | DEFVAR_LISP ("top-level",\111489,350457 |
| 1631 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350675 | 1631 | DEFVAR_KBOARD ("keyboard-translate-table",\111495,350678 |
| 1632 | DEFVAR_BOOL ("cannot-suspend",\111511,351488 | 1632 | DEFVAR_BOOL ("cannot-suspend",\111511,351491 |
| 1633 | DEFVAR_BOOL ("menu-prompting",\111516,351715 | 1633 | DEFVAR_BOOL ("menu-prompting",\111516,351718 |
| 1634 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352145 | 1634 | DEFVAR_LISP ("menu-prompt-more-char",\111526,352148 |
| 1635 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352391 | 1635 | DEFVAR_INT ("extra-keyboard-modifiers",\111531,352394 |
| 1636 | DEFVAR_LISP ("deactivate-mark",\111545,353117 | 1636 | DEFVAR_LISP ("deactivate-mark",\111545,353120 |
| 1637 | DEFVAR_LISP ("pre-command-hook",\111553,353486 | 1637 | DEFVAR_LISP ("pre-command-hook",\111553,353489 |
| 1638 | DEFVAR_LISP ("post-command-hook",\111560,353841 | 1638 | DEFVAR_LISP ("post-command-hook",\111560,353844 |
| 1639 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354204 | 1639 | DEFVAR_LISP ("echo-area-clear-hook",\111568,354207 |
| 1640 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354419 | 1640 | DEFVAR_LISP ("lucid-menu-bar-dirty-flag",\111574,354422 |
| 1641 | DEFVAR_LISP ("menu-bar-final-items",\111578,354622 | 1641 | DEFVAR_LISP ("menu-bar-final-items",\111578,354625 |
| 1642 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354872 | 1642 | DEFVAR_LISP ("tool-bar-separator-image-expression",\111583,354875 |
| 1643 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355230 | 1643 | DEFVAR_KBOARD ("overriding-terminal-local-map",\111589,355233 |
| 1644 | DEFVAR_LISP ("overriding-local-map",\111598,355652 | 1644 | DEFVAR_LISP ("overriding-local-map",\111598,355655 |
| 1645 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356103 | 1645 | DEFVAR_LISP ("overriding-local-map-menu-flag",\111607,356106 |
| 1646 | DEFVAR_LISP ("special-event-map",\111613,356442 | 1646 | DEFVAR_LISP ("special-event-map",\111613,356445 |
| 1647 | DEFVAR_LISP ("track-mouse",\111617,356630 | 1647 | DEFVAR_LISP ("track-mouse",\111617,356633 |
| 1648 | DEFVAR_KBOARD ("system-key-alist",\111620,356757 | 1648 | DEFVAR_KBOARD ("system-key-alist",\111620,356760 |
| 1649 | DEFVAR_KBOARD ("local-function-key-map",\111629,357138 | 1649 | DEFVAR_KBOARD ("local-function-key-map",\111629,357141 |
| 1650 | DEFVAR_KBOARD ("input-decode-map",\111658,358597 | 1650 | DEFVAR_KBOARD ("input-decode-map",\111658,358600 |
| 1651 | DEFVAR_LISP ("function-key-map",\111675,359385 | 1651 | DEFVAR_LISP ("function-key-map",\111675,359388 |
| 1652 | DEFVAR_LISP ("key-translation-map",\111683,359801 | 1652 | DEFVAR_LISP ("key-translation-map",\111683,359804 |
| 1653 | DEFVAR_LISP ("deferred-action-list",\111689,360145 | 1653 | DEFVAR_LISP ("deferred-action-list",\111689,360148 |
| 1654 | DEFVAR_LISP ("deferred-action-function",\111694,360393 | 1654 | DEFVAR_LISP ("deferred-action-function",\111694,360396 |
| 1655 | DEFVAR_LISP ("delayed-warnings-list",\111700,360692 | 1655 | DEFVAR_LISP ("delayed-warnings-list",\111700,360695 |
| 1656 | DEFVAR_LISP ("timer-list",\111708,361100 | 1656 | DEFVAR_LISP ("timer-list",\111708,361103 |
| 1657 | DEFVAR_LISP ("timer-idle-list",\111712,361252 | 1657 | DEFVAR_LISP ("timer-idle-list",\111712,361255 |
| 1658 | DEFVAR_LISP ("input-method-function",\111716,361415 | 1658 | DEFVAR_LISP ("input-method-function",\111716,361418 |
| 1659 | DEFVAR_LISP ("input-method-previous-message",\111737,362384 | 1659 | DEFVAR_LISP ("input-method-previous-message",\111737,362387 |
| 1660 | DEFVAR_LISP ("show-help-function",\111744,362745 | 1660 | DEFVAR_LISP ("show-help-function",\111744,362748 |
| 1661 | DEFVAR_LISP ("disable-point-adjustment",\111749,362977 | 1661 | DEFVAR_LISP ("disable-point-adjustment",\111749,362980 |
| 1662 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363527 | 1662 | DEFVAR_LISP ("global-disable-point-adjustment",\111761,363530 |
| 1663 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363893 | 1663 | DEFVAR_LISP ("minibuffer-message-timeout",\111770,363896 |
| 1664 | DEFVAR_LISP ("throw-on-input",\111775,364171 | 1664 | DEFVAR_LISP ("throw-on-input",\111775,364174 |
| 1665 | DEFVAR_LISP ("command-error-function",\111781,364422 | 1665 | DEFVAR_LISP ("command-error-function",\111781,364425 |
| 1666 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364909 | 1666 | DEFVAR_LISP ("enable-disabled-menus-and-buttons",\111790,364912 |
| 1667 | DEFVAR_LISP ("select-active-regions",\111798,365236 | 1667 | DEFVAR_LISP ("select-active-regions",\111798,365239 |
| 1668 | DEFVAR_LISP ("saved-region-selection",\111807,365628 | 1668 | DEFVAR_LISP ("saved-region-selection",\111807,365631 |
| 1669 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366013 | 1669 | DEFVAR_LISP ("selection-inhibit-update-commands",\111815,366016 |
| 1670 | DEFVAR_LISP ("debug-on-event",\111825,366554 | 1670 | DEFVAR_LISP ("debug-on-event",\111825,366557 |
| 1671 | 1671 | ||
| 1672 | c-src/emacs/src/lisp.h,41391 | 1672 | c-src/emacs/src/lisp.h,41391 |
| 1673 | #define EMACS_LISP_H22,801 | 1673 | #define EMACS_LISP_H22,801 |
| @@ -3274,112 +3274,112 @@ el-src/emacs/lisp/progmodes/etags.el,5188 | |||
| 3274 | (defcustom tags-tag-face 148,5700 | 3274 | (defcustom tags-tag-face 148,5700 |
| 3275 | (defcustom tags-apropos-verbose 154,5835 | 3275 | (defcustom tags-apropos-verbose 154,5835 |
| 3276 | (defcustom tags-apropos-additional-actions 160,5999 | 3276 | (defcustom tags-apropos-additional-actions 160,5999 |
| 3277 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6918 | 3277 | (defvaralias 'find-tag-marker-ring find-tag-marker-ring183,6921 |
| 3278 | (defvar default-tags-table-function 189,7098 | 3278 | (defvar default-tags-table-function 189,7101 |
| 3279 | (defvar tags-location-ring 194,7324 | 3279 | (defvar tags-location-ring 194,7327 |
| 3280 | (defvar tags-table-files 201,7600 | 3280 | (defvar tags-table-files 201,7603 |
| 3281 | (defvar tags-completion-table 206,7767 | 3281 | (defvar tags-completion-table 206,7770 |
| 3282 | (defvar tags-included-tables 209,7859 | 3282 | (defvar tags-included-tables 209,7862 |
| 3283 | (defvar next-file-list 212,7954 | 3283 | (defvar next-file-list 212,7957 |
| 3284 | (defvar tags-table-format-functions 217,8060 | 3284 | (defvar tags-table-format-functions 217,8063 |
| 3285 | (defvar file-of-tag-function 224,8441 | 3285 | (defvar file-of-tag-function 224,8444 |
| 3286 | (defvar tags-table-files-function 228,8635 | 3286 | (defvar tags-table-files-function 228,8638 |
| 3287 | (defvar tags-completion-table-function 230,8746 | 3287 | (defvar tags-completion-table-function 230,8749 |
| 3288 | (defvar snarf-tag-function 232,8841 | 3288 | (defvar snarf-tag-function 232,8844 |
| 3289 | (defvar goto-tag-location-function 236,9050 | 3289 | (defvar goto-tag-location-function 236,9053 |
| 3290 | (defvar find-tag-regexp-search-function 239,9223 | 3290 | (defvar find-tag-regexp-search-function 239,9226 |
| 3291 | (defvar find-tag-regexp-tag-order 241,9344 | 3291 | (defvar find-tag-regexp-tag-order 241,9347 |
| 3292 | (defvar find-tag-regexp-next-line-after-failure-p 243,9453 | 3292 | (defvar find-tag-regexp-next-line-after-failure-p 243,9456 |
| 3293 | (defvar find-tag-search-function 245,9573 | 3293 | (defvar find-tag-search-function 245,9576 |
| 3294 | (defvar find-tag-tag-order 247,9680 | 3294 | (defvar find-tag-tag-order 247,9683 |
| 3295 | (defvar find-tag-next-line-after-failure-p 249,9775 | 3295 | (defvar find-tag-next-line-after-failure-p 249,9778 |
| 3296 | (defvar list-tags-function 251,9881 | 3296 | (defvar list-tags-function 251,9884 |
| 3297 | (defvar tags-apropos-function 253,9969 | 3297 | (defvar tags-apropos-function 253,9972 |
| 3298 | (defvar tags-included-tables-function 255,10063 | 3298 | (defvar tags-included-tables-function 255,10066 |
| 3299 | (defvar verify-tags-table-function 257,10182 | 3299 | (defvar verify-tags-table-function 257,10185 |
| 3300 | (defun initialize-new-tags-table 260,10293 | 3300 | (defun initialize-new-tags-table 260,10296 |
| 3301 | (defun tags-table-mode 276,10981 | 3301 | (defun tags-table-mode 276,10984 |
| 3302 | (defun visit-tags-table 285,11246 | 3302 | (defun visit-tags-table 285,11249 |
| 3303 | (defun tags-table-check-computed-list 321,12784 | 3303 | (defun tags-table-check-computed-list 321,12787 |
| 3304 | (defun tags-table-extend-computed-list 360,14655 | 3304 | (defun tags-table-extend-computed-list 360,14658 |
| 3305 | (defun tags-expand-table-name 400,16368 | 3305 | (defun tags-expand-table-name 400,16371 |
| 3306 | (defun tags-table-list-member 409,16711 | 3306 | (defun tags-table-list-member 409,16714 |
| 3307 | (defun tags-verify-table 421,17183 | 3307 | (defun tags-verify-table 421,17186 |
| 3308 | (defun tags-table-including 470,19303 | 3308 | (defun tags-table-including 470,19306 |
| 3309 | (defun tags-next-table 522,21347 | 3309 | (defun tags-next-table 522,21350 |
| 3310 | (defun visit-tags-table-buffer 543,22204 | 3310 | (defun visit-tags-table-buffer 543,22207 |
| 3311 | (defun tags-reset-tags-tables 712,28514 | 3311 | (defun tags-reset-tags-tables 712,28517 |
| 3312 | (defun file-of-tag 731,29171 | 3312 | (defun file-of-tag 731,29174 |
| 3313 | (defun tags-table-files 740,29521 | 3313 | (defun tags-table-files 740,29524 |
| 3314 | (defun tags-included-tables 749,29871 | 3314 | (defun tags-included-tables 749,29874 |
| 3315 | (defun tags-completion-table 755,30117 | 3315 | (defun tags-completion-table 755,30120 |
| 3316 | (defun tags-lazy-completion-table 783,31311 | 3316 | (defun tags-lazy-completion-table 783,31314 |
| 3317 | (defun tags-completion-at-point-function 799,31946 | 3317 | (defun tags-completion-at-point-function 799,31949 |
| 3318 | (defun find-tag-tag 818,32696 | 3318 | (defun find-tag-tag 818,32699 |
| 3319 | (defvar last-tag 837,33369 | 3319 | (defvar last-tag 837,33372 |
| 3320 | (defun find-tag-interactive 840,33428 | 3320 | (defun find-tag-interactive 840,33431 |
| 3321 | (defvar find-tag-history 852,33843 | 3321 | (defvar find-tag-history 852,33846 |
| 3322 | (defvar etags-case-fold-search)855,33908 | 3322 | (defvar etags-case-fold-search)855,33911 |
| 3323 | (defvar etags-syntax-table)856,33940 | 3323 | (defvar etags-syntax-table)856,33943 |
| 3324 | (defvar local-find-tag-hook)857,33968 | 3324 | (defvar local-find-tag-hook)857,33971 |
| 3325 | (defun find-tag-noselect 860,34013 | 3325 | (defun find-tag-noselect 860,34016 |
| 3326 | (defun find-tag 932,37127 | 3326 | (defun find-tag 932,37130 |
| 3327 | (defun find-tag-other-window 959,38343 | 3327 | (defun find-tag-other-window 959,38346 |
| 3328 | (defun find-tag-other-frame 1000,40271 | 3328 | (defun find-tag-other-frame 1000,40274 |
| 3329 | (defun find-tag-regexp 1025,41445 | 3329 | (defun find-tag-regexp 1025,41448 |
| 3330 | (defalias 'pop-tag-mark pop-tag-mark1049,42607 | 3330 | (defalias 'pop-tag-mark pop-tag-mark1049,42610 |
| 3331 | (defvar tag-lines-already-matched 1052,42658 | 3331 | (defvar tag-lines-already-matched 1052,42661 |
| 3332 | (defun find-tag-in-order 1055,42765 | 3332 | (defun find-tag-in-order 1055,42768 |
| 3333 | (defun tag-find-file-of-tag-noselect 1167,47111 | 3333 | (defun tag-find-file-of-tag-noselect 1167,47114 |
| 3334 | (defun tag-find-file-of-tag 1200,48957 | 3334 | (defun tag-find-file-of-tag 1200,48960 |
| 3335 | (defun etags-recognize-tags-table 1208,49183 | 3335 | (defun etags-recognize-tags-table 1208,49186 |
| 3336 | (defun etags-verify-tags-table 1241,50814 | 3336 | (defun etags-verify-tags-table 1241,50817 |
| 3337 | (defun etags-file-of-tag 1246,51012 | 3337 | (defun etags-file-of-tag 1246,51015 |
| 3338 | (defun etags-tags-completion-table 1256,51347 | 3338 | (defun etags-tags-completion-table 1256,51350 |
| 3339 | (defun etags-snarf-tag 1286,52553 | 3339 | (defun etags-snarf-tag 1286,52556 |
| 3340 | (defun etags-goto-tag-location 1324,54122 | 3340 | (defun etags-goto-tag-location 1324,54125 |
| 3341 | (defun etags-list-tags 1388,56565 | 3341 | (defun etags-list-tags 1388,56568 |
| 3342 | (defmacro tags-with-face 1423,57840 | 3342 | (defmacro tags-with-face 1423,57843 |
| 3343 | (defun etags-tags-apropos-additional 1431,58173 | 3343 | (defun etags-tags-apropos-additional 1431,58176 |
| 3344 | (defun etags-tags-apropos 1465,59410 | 3344 | (defun etags-tags-apropos 1465,59413 |
| 3345 | (defun etags-tags-table-files 1527,61619 | 3345 | (defun etags-tags-table-files 1527,61622 |
| 3346 | (defun etags-tags-included-tables 1542,62055 | 3346 | (defun etags-tags-included-tables 1542,62058 |
| 3347 | (defun tags-recognize-empty-tags-table 1559,62595 | 3347 | (defun tags-recognize-empty-tags-table 1559,62598 |
| 3348 | (defun tag-exact-file-name-match-p 1587,63741 | 3348 | (defun tag-exact-file-name-match-p 1587,63744 |
| 3349 | (defun tag-file-name-match-p 1596,64134 | 3349 | (defun tag-file-name-match-p 1596,64137 |
| 3350 | (defun tag-exact-match-p 1609,64690 | 3350 | (defun tag-exact-match-p 1609,64693 |
| 3351 | (defun tag-implicit-name-match-p 1620,65258 | 3351 | (defun tag-implicit-name-match-p 1620,65261 |
| 3352 | (defun tag-symbol-match-p 1633,65858 | 3352 | (defun tag-symbol-match-p 1633,65861 |
| 3353 | (defun tag-word-match-p 1643,66294 | 3353 | (defun tag-word-match-p 1643,66297 |
| 3354 | (defun tag-partial-file-name-match-p 1652,66692 | 3354 | (defun tag-partial-file-name-match-p 1652,66695 |
| 3355 | (defun tag-any-match-p 1662,67136 | 3355 | (defun tag-any-match-p 1662,67139 |
| 3356 | (defun tag-re-match-p 1667,67320 | 3356 | (defun tag-re-match-p 1667,67323 |
| 3357 | (defcustom tags-loop-revert-buffers 1675,67569 | 3357 | (defcustom tags-loop-revert-buffers 1675,67572 |
| 3358 | (defun next-file 1685,67978 | 3358 | (defun next-file 1685,67981 |
| 3359 | (defvar tags-loop-operate 1760,70892 | 3359 | (defvar tags-loop-operate 1760,70895 |
| 3360 | (defvar tags-loop-scan1763,70986 | 3360 | (defvar tags-loop-scan1763,70989 |
| 3361 | (defun tags-loop-eval 1771,71315 | 3361 | (defun tags-loop-eval 1771,71318 |
| 3362 | (defun tags-loop-continue 1782,71644 | 3362 | (defun tags-loop-continue 1782,71647 |
| 3363 | (defun tags-search 1850,73950 | 3363 | (defun tags-search 1850,73953 |
| 3364 | (defun tags-query-replace 1871,74776 | 3364 | (defun tags-query-replace 1871,74779 |
| 3365 | (defun tags-complete-tags-table-file 1896,76000 | 3365 | (defun tags-complete-tags-table-file 1896,76003 |
| 3366 | (defun list-tags 1906,76379 | 3366 | (defun list-tags 1906,76382 |
| 3367 | (defun tags-apropos 1934,77332 | 3367 | (defun tags-apropos 1934,77335 |
| 3368 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78158 | 3368 | (define-button-type 'tags-select-tags-tabletags-select-tags-table1957,78161 |
| 3369 | (defun select-tags-table 1964,78397 | 3369 | (defun select-tags-table 1964,78400 |
| 3370 | (defvar select-tags-table-mode-map 2019,80524 | 3370 | (defvar select-tags-table-mode-map 2019,80527 |
| 3371 | (define-derived-mode select-tags-table-mode 2030,80907 | 3371 | (define-derived-mode select-tags-table-mode 2030,80910 |
| 3372 | (defun select-tags-table-select 2034,81091 | 3372 | (defun select-tags-table-select 2034,81094 |
| 3373 | (defun select-tags-table-quit 2043,81457 | 3373 | (defun select-tags-table-quit 2043,81460 |
| 3374 | (defun complete-tag 2049,81612 | 3374 | (defun complete-tag 2049,81615 |
| 3375 | (defconst etags--xref-limit 2074,82553 | 3375 | (defconst etags--xref-limit 2074,82556 |
| 3376 | (defvar etags-xref-find-definitions-tag-order 2076,82588 | 3376 | (defvar etags-xref-find-definitions-tag-order 2076,82591 |
| 3377 | (defun etags-xref-find 2082,82878 | 3377 | (defun etags-xref-find 2082,82881 |
| 3378 | (defun etags--xref-find-definitions 2096,83407 | 3378 | (defun etags--xref-find-definitions 2096,83410 |
| 3379 | (defclass xref-etags-location 2129,85121 | 3379 | (defclass xref-etags-location 2129,85124 |
| 3380 | (defun xref-make-etags-location 2135,85344 | 3380 | (defun xref-make-etags-location 2135,85347 |
| 3381 | (cl-defmethod xref-location-marker 2139,85499 | 3381 | (cl-defmethod xref-location-marker 2139,85502 |
| 3382 | (cl-defmethod xref-location-line 2146,85743 | 3382 | (cl-defmethod xref-location-line 2146,85746 |
| 3383 | 3383 | ||
| 3384 | erl-src/gs_dialog.erl,98 | 3384 | erl-src/gs_dialog.erl,98 |
| 3385 | -define(VERSION2,32 | 3385 | -define(VERSION2,32 |