int off = tokoff;
int len = toklen;
- /* Rewrite the tag so that emacs lisp DEFUNs
- can be found by their elisp name */
if (defun)
{
off += 1;
len -= 1;
+
+ /* First, tag it as its C name */
+ linebuffer_setlen (&token_name, toklen);
+ memcpy (token_name.buffer,
+ newlb.buffer + tokoff, toklen);
+ token_name.buffer[toklen] = '\0';
+ token.named = true;
+ token.lineno = lineno;
+ token.offset = tokoff;
+ token.length = toklen;
+ token.line = newlb.buffer;
+ token.linepos = newlinepos;
+ token.valid = true;
+ make_C_tag (funorvar);
}
+ /* Rewrite the tag so that emacs lisp DEFUNs
+ can be found also by their elisp name */
linebuffer_setlen (&token_name, len);
memcpy (token_name.buffer,
newlb.buffer + off, len);
FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5061
F_getit c-src/etags.c /^F_getit (FILE *inf)$/
F_takeprec c-src/etags.c /^F_takeprec (void)$/
+Fabbrev_expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/
+Fabbrev_symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
+Fabort_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
Fails_t c-src/h.h 5
+Fclear_abbrev_table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
+Fclear_this_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
+Fcommand_error_default_function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
+Fcurrent_idle_time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
+Fcurrent_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("current-input-mode", Fcurrent_input_mode, /
+Fdefine_abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
+Fdefine_abbrev_table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
+Fdefine_global_abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
+Fdefine_mode_abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
+Fdiscard_input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
+Fevent_convert_list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
+Fevent_symbol_parse_modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
+Fexit_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
+Fexpand_abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
Finalize_Cond/p ada-src/2ataspri.adb /^ procedure Finalize_Cond (Cond : in out Conditio/
Finalize_Cond/p ada-src/2ataspri.ads /^ procedure Finalize_Cond (Cond : in out Conditio/
Finalize_Lock/p ada-src/2ataspri.adb /^ procedure Finalize_Lock (L : in out Lock) is$/
Finalize_Lock/p ada-src/2ataspri.ads /^ procedure Finalize_Lock (L : in out Lock);$/
Finalize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Finalize_TAS_Cell (Cell : in out TAS_/
Finalize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Finalize_TAS_Cell (Cell : in out TA/
+Finput_pending_p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
+Finsert_abbrev_table_description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
First100Chars pas-src/common.pas /^procedure First100Chars; (*($/
+Fmake_abbrev_table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
Foo perl-src/kai-test.pl /^package Foo;$/
Foo::Bar perl-src/kai-test.pl /^package Foo::Bar;$/
+Fopen_dribble_file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/
Forth_help c-src/etags.c 573
Forth_suffixes c-src/etags.c 571
Forth_words c-src/etags.c /^Forth_words (FILE *inf)$/
Fortran_functions c-src/etags.c /^Fortran_functions (FILE *inf)$/
Fortran_help c-src/etags.c 579
Fortran_suffixes c-src/etags.c 577
+Fposn_at_point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
+Fposn_at_x_y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
+Fread_key_sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
+Fread_key_sequence_vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
+Frecent_keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
+Frecursion_depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
+Frecursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
+Freset_this_command_lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
+Fset_input_interrupt_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
+Fset_input_meta_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
+Fset_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
+Fset_output_flow_control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
+Fset_quit_char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
+Fsuspend_emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
+Fthis_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
+Fthis_command_keys_vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
+Fthis_single_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
+Fthis_single_command_raw_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
+Ftop_level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
+Ftrack_mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
+Funexpand_abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
+Fx_get_selection_internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
+Fx_get_selection_internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
+Fy_get_selection_internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
GCALIGNED c-src/emacs/src/lisp.h 288
GCALIGNED c-src/emacs/src/lisp.h 290
GCALIGNMENT c-src/emacs/src/lisp.h 243
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,1432
+c-src/abbrev.c,2072
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
\f
} re_wctype_t;\7f618,23260
typedef int re_wchar_t;\7f623,23387
\f
-c-src/emacs/src/keyboard.c,13565
+c-src/emacs/src/keyboard.c,15539
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
command_loop \7f1094,33916
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,1663
+c.c,1807
my_printf \7f135,
void fatala \7f138,
max \7f141,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,1432
+c-src/abbrev.c,2072
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
\f
typedef int re_wchar_t;\7f623,23387
extern void re_set_whitespace_regexp \7f625,23412
\f
-c-src/emacs/src/keyboard.c,15493
+c-src/emacs/src/keyboard.c,17467
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
static Lisp_Object command_loop_2 \7f1086,33637
static Lisp_Object top_level_1 \7f1087,33686
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,1836
+c.c,1980
void (*fa)\7ffa\ 1131,
void \7f132,
my_printf \7f135,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,1432
+c-src/abbrev.c,2072
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
\f
} re_wctype_t;\7f618,23260
typedef int re_wchar_t;\7f623,23387
\f
-c-src/emacs/src/keyboard.c,13949
+c-src/emacs/src/keyboard.c,15923
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
command_loop \7f1094,33916
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,1963
+c.c,2107
my_printf \7f135,
void fatala \7f138,
max \7f141,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,2634
+c-src/abbrev.c,3274
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
DEFVAR_LISP ("abbrev-table-name-list"\7f542,16087
} re_wctype_t;\7f618,23260
typedef int re_wchar_t;\7f623,23387
\f
-c-src/emacs/src/keyboard.c,20957
+c-src/emacs/src/keyboard.c,22931
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
command_loop \7f1094,33916
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,1663
+c.c,1807
my_printf \7f135,
void fatala \7f138,
max \7f141,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,2634
+c-src/abbrev.c,3274
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
DEFVAR_LISP ("abbrev-table-name-list"\7f542,16087
typedef int re_wchar_t;\7f623,23387
extern void re_set_whitespace_regexp \7f625,23412
\f
-c-src/emacs/src/keyboard.c,23269
+c-src/emacs/src/keyboard.c,25243
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
static Lisp_Object command_loop_2 \7f1086,33637
static Lisp_Object top_level_1 \7f1087,33686
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,2136
+c.c,2280
void (*fa)\7ffa\ 1131,
void \7f132,
my_printf \7f135,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,
protected body Bidule \7fBidule/b\ 1139,2181
protected body Machin_T \7fMachin_T/b\ 1146,2281
\f
-c-src/abbrev.c,2634
+c-src/abbrev.c,3274
Lisp_Object Vabbrev_table_name_list;\7f43,1424
Lisp_Object Vglobal_abbrev_table;\7f48,1569
Lisp_Object Vfundamental_mode_abbrev_table;\7f52,1680
int last_abbrev_point;\7f79,2409
Lisp_Object Vpre_abbrev_expand_hook,\7f83,2482
Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook;\7f83,2482
+DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7f85,2546
DEFUN ("make-abbrev-table", Fmake_abbrev_table,\7fmake-abbrev-table\ 185,2546
+DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7f92,2738
DEFUN ("clear-abbrev-table", Fclear_abbrev_table,\7fclear-abbrev-table\ 192,2738
+DEFUN ("define-abbrev", Fdefine_abbrev,\7f107,3119
DEFUN ("define-abbrev", Fdefine_abbrev,\7fdefine-abbrev\ 1107,3119
+DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7f149,4438
DEFUN ("define-global-abbrev", Fdefine_global_abbrev,\7fdefine-global-abbrev\ 1149,4438
+DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7f160,4809
DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev,\7fdefine-mode-abbrev\ 1160,4809
+DEFUN ("abbrev-symbol", Fabbrev_symbol,\7f174,5277
DEFUN ("abbrev-symbol", Fabbrev_symbol,\7fabbrev-symbol\ 1174,5277
+DEFUN ("abbrev-expansion", Fabbrev_expansion,\7f202,6241
DEFUN ("abbrev-expansion", Fabbrev_expansion,\7fabbrev-expansion\ 1202,6241
+DEFUN ("expand-abbrev", Fexpand_abbrev,\7f218,6756
DEFUN ("expand-abbrev", Fexpand_abbrev,\7fexpand-abbrev\ 1218,6756
+DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7f389,11677
DEFUN ("unexpand-abbrev", Funexpand_abbrev,\7funexpand-abbrev\ 1389,11677
write_abbrev \7f426,12884
describe_abbrev \7f445,13319
+DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7f466,13834
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,\7finsert-abbrev-table-description\ 1466,13834
+DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7f506,14990
DEFUN ("define-abbrev-table", Fdefine_abbrev_table,\7fdefine-abbrev-table\ 1506,14990
syms_of_abbrev \7f540,16067
DEFVAR_LISP ("abbrev-table-name-list"\7f542,16087
typedef int re_wchar_t;\7f623,23387
extern void re_set_whitespace_regexp \7f625,23412
\f
-c-src/emacs/src/keyboard.c,23269
+c-src/emacs/src/keyboard.c,25243
volatile int interrupt_input_blocked;\7f76,1808
volatile bool pending_signals;\7f80,1944
#define KBD_BUFFER_SIZE \7f82,1976
recursive_edit_1 \7f697,22406
record_auto_save \7f742,23848
force_auto_save_soon \7f751,24016
+DEFUN ("recursive-edit", Frecursive_edit,\7f759,24137
DEFUN ("recursive-edit", Frecursive_edit,\7frecursive-edit\ 1759,24137
recursive_edit_unwind \7f804,25747
any_kboard_state \7f817,26013
restore_kboard_configuration \7f952,29621
cmd_error \7f970,30077
cmd_error_internal \7f1024,31510
+DEFUN ("command-error-default-function", Fcommand_error_default_function,\7f1043,32030
DEFUN ("command-error-default-function", Fcommand_error_default_function,\7fcommand-error-default-function\ 11043,32030
static Lisp_Object command_loop_2 \7f1086,33637
static Lisp_Object top_level_1 \7f1087,33686
command_loop_2 \7f1134,35135
top_level_2 \7f1146,35339
top_level_1 \7f1152,35417
+DEFUN ("top-level", Ftop_level,\7f1164,35787
DEFUN ("top-level", Ftop_level,\7ftop-level\ 11164,35787
user_error \7f1183,36288
+DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7f1189,36429
DEFUN ("exit-recursive-edit", Fexit_recursive_edit,\7fexit-recursive-edit\ 11189,36429
+DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7f1201,36819
DEFUN ("abort-recursive-edit", Fabort_recursive_edit,\7fabort-recursive-edit\ 11201,36819
tracking_off \7f1216,37281
+DEFUN ("internal--track-mouse", Ftrack_mouse,\7f1234,37816
DEFUN ("internal--track-mouse", Ftrack_mouse,\7ftrack-mouse\ 11234,37816
bool ignore_mouse_drag_p;\7f1256,38392
some_mouse_moved \7f1259,38441
decode_timer \7f4381,131293
timer_check_2 \7f4414,132246
timer_check \7f4572,136817
+DEFUN ("current-idle-time", Fcurrent_idle_time,\7f4607,137662
DEFUN ("current-idle-time", Fcurrent_idle_time,\7fcurrent-idle-time\ 14607,137662
static Lisp_Object accent_key_syms;\7f4625,138239
static Lisp_Object func_key_syms;\7f4626,138275
lispy_modifier_list \7f6331,189586
#define KEY_TO_CHAR(\7f6353,190252
parse_modifiers \7f6356,190328
+DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7f6399,191517
DEFUN ("internal-event-symbol-parse-modifiers", Fevent_symbol_parse_modifiers,\7fevent-symbol-parse-modifiers\ 16399,191517
apply_modifiers \7f6422,192391
reorder_modifiers \7f6491,194720
modify_event_symbol \7f6536,196528
+DEFUN ("event-convert-list", Fevent_convert_list,\7f6628,199244
DEFUN ("event-convert-list", Fevent_convert_list,\7fevent-convert-list\ 16628,199244
parse_solitary_modifier \7f6695,201135
#define SINGLE_LETTER_MOD(\7f6701,201258
test_undefined \7f8867,262934
read_key_sequence \7f8916,264861
read_key_sequence_vs \7f9826,295821
+DEFUN ("read-key-sequence", Fread_key_sequence,\7f9885,297294
DEFUN ("read-key-sequence", Fread_key_sequence,\7fread-key-sequence\ 19885,297294
+DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7f9938,299982
DEFUN ("read-key-sequence-vector", Fread_key_sequence_vector,\7fread-key-sequence-vector\ 19938,299982
detect_input_pending \7f9950,300488
detect_input_pending_ignore_squeezables \7f9959,300654
detect_input_pending_run_timers \7f9967,300870
clear_input_pending \7f9985,301362
requeued_events_pending_p \7f9997,301732
+DEFUN ("input-pending-p", Finput_pending_p,\7f10002,301813
DEFUN ("input-pending-p", Finput_pending_p,\7finput-pending-p\ 110002,301813
+DEFUN ("recent-keys", Frecent_keys,\7f10024,302596
DEFUN ("recent-keys", Frecent_keys,\7frecent-keys\ 110024,302596
+DEFUN ("this-command-keys", Fthis_command_keys,\7f10055,303517
DEFUN ("this-command-keys", Fthis_command_keys,\7fthis-command-keys\ 110055,303517
+DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7f10068,303958
DEFUN ("this-command-keys-vector", Fthis_command_keys_vector,\7fthis-command-keys-vector\ 110068,303958
+DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7f10080,304380
DEFUN ("this-single-command-keys", Fthis_single_command_keys,\7fthis-single-command-keys\ 110080,304380
+DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7f10096,304955
DEFUN ("this-single-command-raw-keys", Fthis_single_command_raw_keys,\7fthis-single-command-raw-keys\ 110096,304955
+DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7f10109,305495
DEFUN ("reset-this-command-lengths", Freset_this_command_lengths,\7freset-this-command-lengths\ 110109,305495
+DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7f10136,306510
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,\7fclear-this-command-keys\ 110136,306510
+DEFUN ("recursion-depth", Frecursion_depth,\7f10158,307069
DEFUN ("recursion-depth", Frecursion_depth,\7frecursion-depth\ 110158,307069
+DEFUN ("open-dribble-file", Fopen_dribble_file,\7f10169,307406
DEFUN ("open-dribble-file", Fopen_dribble_file,\7fopen-dribble-file\ 110169,307406
+DEFUN ("discard-input", Fdiscard_input,\7f10203,308447
DEFUN ("discard-input", Fdiscard_input,\7fdiscard-input\ 110203,308447
+DEFUN ("suspend-emacs", Fsuspend_emacs,\7f10225,308949
DEFUN ("suspend-emacs", Fsuspend_emacs,\7fsuspend-emacs\ 110225,308949
stuff_buffered_input \7f10285,311045
set_waiting_for_input \7f10323,312016
static int volatile force_quit_count;\7f10387,313932
handle_interrupt \7f10401,314414
quit_throw_to_read_char \7f10541,318711
+DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7f10562,319288
DEFUN ("set-input-interrupt-mode", Fset_input_interrupt_mode,\7fset-input-interrupt-mode\ 110562,319288
+DEFUN ("set-output-flow-control", Fset_output_flow_control,\7f10609,320516
DEFUN ("set-output-flow-control", Fset_output_flow_control,\7fset-output-flow-control\ 110609,320516
+DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7f10643,321432
DEFUN ("set-input-meta-mode", Fset_input_meta_mode,\7fset-input-meta-mode\ 110643,321432
+DEFUN ("set-quit-char", Fset_quit_char,\7f10694,322706
DEFUN ("set-quit-char", Fset_quit_char,\7fset-quit-char\ 110694,322706
+DEFUN ("set-input-mode", Fset_input_mode,\7f10729,323570
DEFUN ("set-input-mode", Fset_input_mode,\7fset-input-mode\ 110729,323570
+DEFUN ("current-input-mode", Fcurrent_input_mode,\7f10750,324459
DEFUN ("current-input-mode", Fcurrent_input_mode,\7fcurrent-input-mode\ 110750,324459
+DEFUN ("posn-at-x-y", Fposn_at_x_y,\7f10787,325837
DEFUN ("posn-at-x-y", Fposn_at_x_y,\7fposn-at-x-y\ 110787,325837
+DEFUN ("posn-at-point", Fposn_at_point,\7f10824,327060
DEFUN ("posn-at-point", Fposn_at_point,\7fposn-at-point\ 110824,327060
init_kboard \7f10861,328214
allocate_kboard \7f10893,329284
int foobar(\7f6,94
interface_locate(\7f9,131
\f
-c.c,2136
+c.c,2280
void (*fa)\7ffa\ 1131,
void \7f132,
my_printf \7f135,
int f\7f193,
DEAFUN \7f196,
XDEFUN \7f203,
+DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7f206,
DEFUN ("x-get-selection-internal", Fx_get_selection_internal,\7fx-get-selection-internal\ 1206,
+ Fx_get_selection_internal,\7f212,
Fx_get_selection_internal,\7fx-get-selection-internal\ 1212,
+ Fy_get_selection_internal,\7f216,
Fy_get_selection_internal,\7fy-get-selection-internal\ 1216,
defun_func1(\7f218,
DEFUN_func2(\7f220,