1632
|
1 /* Put the usual header here */
|
|
2 /* The symbol to import/export is on the left. If the symbol is not
|
|
3 meant to be used directly, but a macro or inline function in the
|
|
4 API expands to a form containing the symbol, then the macro or
|
|
5 inline function is named in a comment to the right. */
|
|
6 #define NOT_C_CODE
|
|
7 #include <config.h>
|
|
8 NAME xemacs.exe
|
|
9 EXPORTS
|
|
10 /* Exported functions */
|
|
11 acons
|
2720
|
12 #ifdef MC_ALLOC
|
|
13 alloc_lrecord /* alloc_lrecord_type */
|
|
14 lrecord_subr /* DEFSUBR */
|
|
15 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */
|
|
16 #ifdef DEBUG_XEMACS
|
|
17 mcpro_1 /* mcpro */
|
|
18 #endif
|
2775
|
19 mc_alloc /* DEFSUBR */
|
2720
|
20 #else /* not MC_ALLOC */
|
3024
|
21 alloc_automanaged_lcrecord /* old_alloc_lcrecord_type */
|
2720
|
22 #endif /* not MC_ALLOC */
|
1706
|
23 apply1
|
1632
|
24 #ifdef USE_ASSERTIONS
|
|
25 assert_failed /* abort(), assert(), etc. */
|
|
26 #endif
|
|
27 build_ext_string
|
|
28 build_intstring
|
|
29 build_msg_intstring
|
|
30 build_msg_string
|
|
31 build_string
|
|
32 #ifdef MULE
|
|
33 bytecount_to_charcount_fun /* bytecount_to_charcount */
|
1706
|
34 #endif
|
|
35 call0
|
|
36 call1
|
|
37 call2
|
|
38 call3
|
|
39 call4
|
|
40 call5
|
|
41 call6
|
|
42 call7
|
|
43 call8
|
|
44 #ifdef MULE
|
1632
|
45 charcount_to_bytecount_fun /* charcount_to_bytecount */
|
|
46 #endif
|
|
47 check_quit /* QUITP */
|
|
48 check_what_happened /* QUIT */
|
|
49 cons3
|
|
50 copy_lisp_object
|
|
51 dead_wrong_type_argument /* CHECK_xxx */
|
|
52 #ifdef DEBUG_GCPRO
|
|
53 debug_gcpro1 /* GCPRO1 */
|
|
54 debug_gcpro2 /* GCPRO2 */
|
|
55 debug_gcpro3 /* GCPRO3 */
|
|
56 debug_gcpro4 /* GCPRO4 */
|
|
57 debug_gcpro5 /* GCPRO5 */
|
|
58 debug_ungcpro /* UNGCPRO */
|
|
59 #endif
|
|
60 deferror
|
|
61 deferror_massage_name /* DEFERROR */
|
|
62 deferror_massage_name_and_message /* DEFERROR_STANDARD */
|
|
63 defkeyword
|
|
64 defkeyword_massage_name /* DEFKEYWORD */
|
|
65 defsubr /* DEFSUBR */
|
|
66 defsubr_macro /* DEFSUBR_MACRO */
|
|
67 defsymbol
|
|
68 defsymbol_nodump /* == defsymbol in modules */
|
|
69 defsymbol_massage_multiword_predicate /* DEFSYMBOL_MULTIWORD_PREDICATE */
|
|
70 defsymbol_massage_multiword_predicate_nodump /* DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP */
|
|
71 defsymbol_massage_name /* DEFSYMBOL */
|
|
72 defsymbol_massage_name_nodump /* DEFSYMBOL_NO_DUMP == DEFSYMBOL in modules */
|
|
73 defvar_magic /* DEFVAR_LISP, DEFVAR_INT, ... */
|
|
74 dfc_coding_system_is_unicode /* TO_INTERNAL_FORMAT */
|
|
75 dfc_convert_to_external_format /* TO_EXTERNAL_FORMAT */
|
|
76 dfc_convert_to_internal_format /* TO_INTERNAL_FORMAT */
|
|
77 egetenv
|
|
78 #ifndef EMODULES_GATHER_VERSION
|
|
79 emodules_doc_subr /* CDOCSUBR */
|
|
80 emodules_doc_sym /* CDOCSYM */
|
|
81 #endif
|
|
82 eputenv
|
|
83 #ifdef DEBUG_XEMACS
|
|
84 eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */
|
|
85 #endif
|
|
86 free_opaque_ptr
|
|
87 get_coding_system_for_text_file
|
|
88 intern
|
|
89 invalid_argument
|
|
90 invalid_argument_2
|
|
91 invalid_constant
|
|
92 invalid_operation
|
|
93 invalid_operation_2
|
|
94 list1
|
|
95 list2
|
|
96 list3
|
|
97 list4
|
|
98 list5
|
|
99 list6
|
|
100 make_ext_string
|
|
101 make_float
|
|
102 make_opaque_ptr
|
|
103 make_string
|
|
104 make_vector
|
|
105 maybe_invalid_operation
|
|
106 message
|
2382
|
107 new_dfc_convert_copy_data /* C_STRING_TO_EXTERNAL, ... */
|
1632
|
108 new_dfc_convert_malloc /* C_STRING_TO_EXTERNAL_MALLOC, ... */
|
|
109 new_dfc_convert_size /* C_STRING_TO_EXTERNAL, ... */
|
|
110 #ifdef MULE
|
|
111 non_ascii_itext_copy_ichar /* itext_copy_ichar */
|
|
112 non_ascii_itext_ichar /* itext_ichar */
|
|
113 non_ascii_set_itext_ichar /* set_itext_ichar */
|
|
114 non_ascii_valid_ichar_p /* valid_ichar_p */
|
|
115 #endif
|
|
116 out_of_memory /* The postgresql module uses this */
|
|
117 printing_unreadable_object
|
|
118 record_unwind_protect
|
|
119 record_unwind_protect_freeing
|
|
120 report_process_error
|
1927
|
121 signal_circular_list_error /* EXTERNAL_LIST_LOOP* */
|
|
122 signal_circular_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */
|
1632
|
123 signal_error
|
|
124 signal_ferror
|
1927
|
125 signal_malformed_list_error /* EXTERNAL_LIST_LOOP* */
|
|
126 signal_malformed_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */
|
1632
|
127 signal_quit /* QUIT */
|
1927
|
128 slow_down_interrupts
|
|
129 speed_up_interrupts
|
1632
|
130 #ifndef DEBUG_XEMACS
|
|
131 staticpro
|
|
132 staticpro_nodump
|
|
133 #else
|
|
134 staticpro_1
|
|
135 staticpro_nodump_1
|
|
136 #endif
|
|
137 unbind_to_1 /* unbind_to */
|
|
138 #ifndef DEBUG_XEMACS
|
|
139 unstaticpro_nodump
|
|
140 #else
|
|
141 unstaticpro_nodump_1
|
|
142 #endif
|
|
143 vector1
|
|
144 vector2
|
|
145 vector3
|
|
146 warn_when_safe
|
|
147 write_c_string
|
|
148 write_fmt_string
|
|
149 write_fmt_string_lisp
|
|
150 write_string
|
|
151 wrong_type_argument /* CONCHECK_xxx */
|
|
152 xemacs_c_alloca /* ALLOCA */
|
|
153 xfree_1 /* xfree */
|
|
154 xmalloc
|
|
155 xmalloc_and_zero
|
|
156 xrealloc
|
|
157 xstrdup
|
|
158 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */
|
|
159 Dynarr_free
|
|
160 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */
|
|
161 Dynarr_newf /* Dynarr_new, Dynarr_new2 */
|
|
162 Dynarr_resize /* Dynarr_add */
|
|
163 Fappend
|
1706
|
164 Fapply
|
1632
|
165 Fbuffer_modified_p
|
|
166 Fbuffer_name
|
1706
|
167 Fcall_with_condition_handler
|
1632
|
168 Fcons
|
|
169 Fcurrent_buffer
|
|
170 Fequal
|
1706
|
171 Feval
|
1632
|
172 Fexpand_abbrev
|
1706
|
173 Ffuncall
|
1632
|
174 Fget
|
|
175 Fkill_buffer
|
|
176 Flength
|
|
177 Flist
|
|
178 Fmake_list
|
|
179 Fmake_string
|
|
180 Fmake_symbol
|
|
181 Fmake_vector
|
|
182 Fnreverse
|
|
183 Fprovide
|
|
184 Fput
|
|
185 Freverse
|
|
186 Fset_buffer
|
1706
|
187 Fsignal
|
|
188 Fthrow
|
1632
|
189 Fvector
|
|
190
|
|
191 /* Exported variables */
|
|
192 __temp_alloca_size__ /* ALLOCA */
|
|
193 #ifdef DEBUG_XEMACS
|
|
194 debug_issue_ebola_notices /* EQ_WITH_EBOLA_NOTICE */
|
|
195 #endif
|
|
196 dont_check_for_quit /* QUITP, QUIT */
|
|
197 gcprolist /* GCPRO1, GCPRO2, ... */
|
|
198 initialized /* LOADHIST_ATTACH */
|
|
199 lrecord_cons /* CONSP */
|
|
200 lrecord_implementations_table /* RECORD_DUMPABLE */
|
|
201 lrecord_marker /* MARKERP */
|
1689
|
202 #ifdef USE_KKCC
|
|
203 lrecord_memory_descriptions /* INIT_LRECORD_IMPLEMENTATION */
|
|
204 #else
|
1632
|
205 lrecord_markers /* INIT_LRECORD_IMPLEMENTATION */
|
1689
|
206 #endif
|
1632
|
207 lrecord_string /* STRINGP */
|
|
208 lrecord_symbol /* SYMBOLP */
|
|
209 lrecord_type_count /* INIT_EXTERNAL_LRECORD_IMPLEMENTATION */
|
3104
|
210 lrecord_uid_counter
|
1632
|
211 need_to_check_c_alloca /* ALLOCA */
|
|
212 print_readably
|
|
213 quit_check_signal_happened /* QUITP */
|
|
214 #ifdef ERROR_CHECK_MALLOC
|
|
215 regex_malloc_disallowed /* REGEX_MALLOC_CHECK */
|
|
216 #endif
|
|
217 #ifdef MULE
|
|
218 rep_bytes_by_first_byte /* itext_ichar_len, INC_IBYTEPTR, ... */
|
|
219 #endif
|
|
220 something_happened /* QUIT */
|
|
221 specpdl_depth_counter /* specpdl_depth */
|
|
222 Qconsp /* CHECK_CONS */
|
1927
|
223 Qcritical /* QUIT, QUITP */
|
|
224 Qdelete
|
1632
|
225 Qfile_name /* Qdll_filename_encoding */
|
|
226 Qintegerp /* CHECK_INT, CONCHECK_INT */
|
|
227 Qinvalid_argument
|
|
228 Qnative
|
|
229 Qnil
|
|
230 Qnotice
|
|
231 #ifdef USE_UNION_TYPE
|
|
232 Qnull_pointer /* DEFVAR_xxx */
|
|
233 #endif
|
|
234 Qprocess_error
|
1927
|
235 Qsearch
|
|
236 Qsimple
|
1632
|
237 Qstringp /* CHECK_STRING */
|
|
238 Qsymbolp /* CHECK_SYMBOL */
|
|
239 Qsyntax_error
|
|
240 Qt
|
|
241 Qunbound
|
|
242 #ifdef USE_UNION_TYPE
|
|
243 Qzero /* ZEROP */
|
1928
|
244 #endif
|
1927
|
245 Vinhibit_quit /* QUIT, QUITP */
|
|
246 Vquit_flag /* QUIT, QUITP */
|