/[gcl]/gcl/h/new_decl.h
ViewVC logotype

Diff of /gcl/h/new_decl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42.4.1 by camm, Wed Jul 16 02:02:49 2003 UTC revision 1.42.4.1.2.1 by camm, Sat Jul 19 20:41:21 2003 UTC
# Line 1  Line 1 
1  EXTER object fLbye (fixnum exitc);  EXTER  object   fLbye   (fixnum exitc) ;
2  EXTER object fLquit (fixnum exitc);  EXTER  object   fLquit   (fixnum exitc) ;
3  EXTER object fLexit (fixnum exitc);  EXTER  object   fLexit   (fixnum exitc) ;
4  EXTER object sSAno_initA;  EXTER object  sSAno_initA ;
5  EXTER object fLidentity (object x0);  EXTER  object   fLidentity   (object x0) ;
6  EXTER object fLlisp_implementation_version (void);  EXTER  object   fLlisp_implementation_version   (void) ;
7  EXTER object sSAlisp_maxpagesA;  EXTER object  sSAlisp_maxpagesA ;
8  EXTER object sSAsystem_directoryA;  EXTER object  sSAsystem_directoryA ;
9  EXTER object sSAmultiply_stacksA;  EXTER object  sSAmultiply_stacksA ;
10  EXTER object sStop_level;  EXTER object  sStop_level ;
11  EXTER object sSAcommand_argsA;  EXTER object  sSAcommand_argsA ;
12  EXTER object sSAafter_gbc_hookA;  EXTER object  sSAafter_gbc_hookA ;
13  EXTER object sSAignore_maximum_pagesA;  EXTER object  sSAignore_maximum_pagesA ;
14  EXTER object fSallocated (object typ);  EXTER  object   fSallocated   (object typ) ;
15  EXTER object fSreset_number_used (object typ);  EXTER  object   fSreset_number_used   (object typ) ;
16  EXTER object fSstaticp (object x);  EXTER  object   fSstaticp   (object x) ;
17  EXTER object fSallocate (object type,fixnum npages,...);  EXTER  object   fSallocate   (object type,fixnum npages,...) ;
18  EXTER object fSallocate_sgc (object type,fixnum min,fixnum max,fixnum free_percent);  EXTER  object   fSallocate_sgc   (object type,fixnum min,fixnum max,fixnum free_percent) ;
19  EXTER object fSallocate_growth (object type,fixnum min,fixnum max,fixnum percent,fixnum percent_free);  EXTER  object   fSallocate_growth  
20  EXTER object fSallocate_contiguous_pages (fixnum npages,...);        (object type,fixnum min,fixnum max,fixnum percent,fixnum percent_free) ;
21  EXTER object fSallocated_contiguous_pages (void);  EXTER  object   fSallocate_contiguous_pages   (fixnum npages,...) ;
22  EXTER object fSmaximum_contiguous_pages (void);  EXTER  object   fSallocated_contiguous_pages   (void) ;
23  EXTER object fSallocate_relocatable_pages (fixnum npages,...);  EXTER  object   fSmaximum_contiguous_pages   (void) ;
24  EXTER object fSallocated_relocatable_pages (void);  EXTER  object   fSallocate_relocatable_pages   (fixnum npages,...) ;
25  EXTER object fSget_hole_size (void);  EXTER  object   fSallocated_relocatable_pages   (void) ;
26  EXTER object fSset_hole_size (fixnum npages,...);  EXTER  object   fSget_hole_size   (void) ;
27  EXTER object fLgbc (object x0);  EXTER  object   fSset_hole_size   (fixnum npages,...) ;
28  EXTER object sSAnotify_gbcA;  EXTER  object   fLgbc   (object x0) ;
29  EXTER object sSAgbc_messageA;  EXTER object  sSAnotify_gbcA ;
30  EXTER object sLcommon;  EXTER object  sSAgbc_messageA ;
31  EXTER object sLnull;  EXTER object  sLcommon ;
32  EXTER object sLcons;  EXTER object  sLnull ;
33  EXTER object sLlist;  EXTER object  sLcons ;
34  EXTER object sLsymbol;  EXTER object  sLlist ;
35  EXTER object sLarray;  EXTER object  sLsymbol ;
36  EXTER object sLvector;  EXTER object  sLarray ;
37  EXTER object sLbit_vector;  EXTER object  sLvector ;
38  EXTER object sLstring;  EXTER object  sLbit_vector ;
39  EXTER object sLsequence;  EXTER object  sLstring ;
40  EXTER object sLsimple_array;  EXTER object  sLsequence ;
41  EXTER object sLsimple_vector;  EXTER object  sLsimple_array ;
42  EXTER object sLsimple_bit_vector;  EXTER object  sLsimple_vector ;
43  EXTER object sLsimple_string;  EXTER object  sLsimple_bit_vector ;
44  EXTER object sLfunction;  EXTER object  sLsimple_string ;
45  EXTER object sLcompiled_function;  EXTER object  sLfunction ;
46  EXTER object sLpathname;  EXTER object  sLcompiled_function ;
47  EXTER object sLcharacter;  EXTER object  sLpathname ;
48  EXTER object sLnumber;  EXTER object  sLcharacter ;
49  EXTER object sLrational;  EXTER object  sLnumber ;
50  EXTER object sLfloat;  EXTER object  sLrational ;
51  EXTER object sLstring_char;  EXTER object  sLfloat ;
52  EXTER object sLinteger;  EXTER object  sLstring_char ;
53  EXTER object sLratio;  EXTER object  sLinteger ;
54  EXTER object sLshort_float;  EXTER object  sLratio ;
55  EXTER object sLstandard_char;  EXTER object  sLshort_float ;
56  EXTER object sLboolean;  EXTER object  sLstandard_char ;
57  EXTER object sLfixnum;  EXTER object  sLboolean ;
58  EXTER object sLpositive_fixnum;  EXTER object  sLfixnum ;
59  EXTER object sLcomplex;  EXTER object  sLpositive_fixnum ;
60  EXTER object sLsingle_float;  EXTER object  sLcomplex ;
61  EXTER object sLpackage;  EXTER object  sLsingle_float ;
62  EXTER object sLbignum;  EXTER object  sLpackage ;
63  EXTER object sLrandom_state;  EXTER object  sLbignum ;
64  EXTER object sLdouble_float;  EXTER object  sLrandom_state ;
65  EXTER object sLstream;  EXTER object  sLdouble_float ;
66  EXTER object sLbit;  EXTER object  sLstream ;
67  EXTER object sLreadtable;  EXTER object  sLbit ;
68  EXTER object sLlong_float;  EXTER object  sLreadtable ;
69  EXTER object sLhash_table;  EXTER object  sLlong_float ;
70  EXTER object sLkeyword;  EXTER object  sLhash_table ;
71  EXTER object sLstructure;  EXTER object  sLkeyword ;
72  EXTER object sLsatisfies;  EXTER object  sLstructure ;
73  EXTER object sLmember;  EXTER object  sLsatisfies ;
74  EXTER object sLnot;  EXTER object  sLmember ;
75  EXTER object sLor;  EXTER object  sLnot ;
76  EXTER object sLand;  EXTER object  sLor ;
77  EXTER object sLvalues;  EXTER object  sLand ;
78  EXTER object sLmod;  EXTER object  sLvalues ;
79  EXTER object sLsigned_byte;  EXTER object  sLmod ;
80  EXTER object sLunsigned_byte;  EXTER object  sLsigned_byte ;
81  EXTER object sLsigned_char;  EXTER object  sLunsigned_byte ;
82  EXTER object sLunsigned_char;  EXTER object  sLsigned_char ;
83  EXTER object sLsigned_short;  EXTER object  sLunsigned_char ;
84  EXTER object sLunsigned_short;  EXTER object  sLsigned_short ;
85  EXTER object sLA;  EXTER object  sLunsigned_short ;
86  EXTER object sLplusp;  EXTER object  sLA ;
87  EXTER object sLmethod_combination;  EXTER object  sLplusp ;
88  EXTER object sLarithmetic_error;  EXTER object  sLmethod_combination ;
89  EXTER object sLbase_char;  EXTER object  sLarithmetic_error ;
90  EXTER object sLbase_string;  EXTER object  sLbase_char ;
91  EXTER object sLbroadcast_stream;  EXTER object  sLbase_string ;
92  EXTER object sLbuilt_in_class;  EXTER object  sLbroadcast_stream ;
93  EXTER object sLcell_error;  EXTER object  sLbuilt_in_class ;
94  EXTER object sLclass;  EXTER object  sLcell_error ;
95  EXTER object sLconcatenated_stream;  EXTER object  sLclass ;
96  EXTER object sLcondition;  EXTER object  sLconcatenated_stream ;
97  EXTER object sLcontrol_error;  EXTER object  sLcondition ;
98  EXTER object sLdivision_by_zero;  EXTER object  sLcontrol_error ;
99  EXTER object sLecho_stream;  EXTER object  sLdivision_by_zero ;
100  EXTER object sLend_of_file;  EXTER object  sLecho_stream ;
101  EXTER object sLerror;  EXTER object  sLend_of_file ;
102  EXTER object sLextended_char;  EXTER object  sLerror ;
103  EXTER object sLfile_error;  EXTER object  sLextended_char ;
104  EXTER object sLfile_stream;  EXTER object  sLfile_error ;
105  EXTER object sLfloating_point_inexact;  EXTER object  sLfile_stream ;
106  EXTER object sLfloating_point_invalid_operation;  EXTER object  sLfloating_point_inexact ;
107  EXTER object sLfloating_point_overflow;  EXTER object  sLfloating_point_invalid_operation ;
108  EXTER object sLfloating_point_underflow;  EXTER object  sLfloating_point_overflow ;
109  EXTER object sLgeneric_function;  EXTER object  sLfloating_point_underflow ;
110  EXTER object sLlogical_pathname;  EXTER object  sLgeneric_function ;
111  EXTER object sLmethod;  EXTER object  sLlogical_pathname ;
112  EXTER object sLpackage_error;  EXTER object  sLmethod ;
113  EXTER object sLparse_error;  EXTER object  sLpackage_error ;
114  EXTER object sLprint_not_readable;  EXTER object  sLparse_error ;
115  EXTER object sLprogram_error;  EXTER object  sLprint_not_readable ;
116  EXTER object sLreader_error;  EXTER object  sLprogram_error ;
117  EXTER object sLserious_condition;  EXTER object  sLreader_error ;
118  EXTER object sLsimple_base_string;  EXTER object  sLserious_condition ;
119  EXTER object sLsimple_condition;  EXTER object  sLsimple_base_string ;
120  EXTER object sLsimple_type_error;  EXTER object  sLsimple_condition ;
121  EXTER object sLsimple_warning;  EXTER object  sLsimple_type_error ;
122  EXTER object sLstandard_class;  EXTER object  sLsimple_warning ;
123  EXTER object sLstandard_generic_function;  EXTER object  sLstandard_class ;
124  EXTER object sLstandard_method;  EXTER object  sLstandard_generic_function ;
125  EXTER object sLstandard_object;  EXTER object  sLstandard_method ;
126  EXTER object sLstorage_condition;  EXTER object  sLstandard_object ;
127  EXTER object sLstream_error;  EXTER object  sLstorage_condition ;
128  EXTER object sLstring_stream;  EXTER object  sLstream_error ;
129  EXTER object sLstructure_class;  EXTER object  sLstring_stream ;
130  EXTER object sLstructure_object;  EXTER object  sLstructure_class ;
131  EXTER object sLstyle_warning;  EXTER object  sLstructure_object ;
132  EXTER object sLsynonym_stream;  EXTER object  sLstyle_warning ;
133  EXTER object sLtwo_way_stream;  EXTER object  sLsynonym_stream ;
134  EXTER object sLtype_error;  EXTER object  sLtwo_way_stream ;
135  EXTER object sLunbound_slot;  EXTER object  sLtype_error ;
136  EXTER object sLunbound_variable;  EXTER object  sLunbound_slot ;
137  EXTER object sLundefined_function;  EXTER object  sLunbound_variable ;
138  EXTER object sLwarning;  EXTER object  sLundefined_function ;
139  EXTER object sSchar_size;  EXTER object  sLwarning ;
140  EXTER object sSshort_size;  EXTER object  sSchar_size ;
141  EXTER object fLfuncall (object fun,...);  EXTER object  sSshort_size ;
142  EXTER object fLapply (object fun,...);  EXTER  object   fLfuncall   (object fun,...) ;
143  EXTER object fLeval (object x0);  EXTER  object   fLapply   (object fun,...) ;
144  EXTER object fLconstantp (object x0);  EXTER  object   fLeval   (object x0) ;
145  EXTER object sSlambda_block_expanded;  EXTER  object   fLconstantp   (object x0) ;
146  EXTER object sSAbreak_pointsA;  EXTER object  sSlambda_block_expanded ;
147  EXTER object sSAbreak_stepA;  EXTER object  sSAbreak_pointsA ;
148  EXTER object fLmacroexpand (object form,...);  EXTER object  sSAbreak_stepA ;
149  EXTER object sLfuncall;  EXTER  object   fLmacroexpand   (object form,...) ;
150  EXTER object sLAmacroexpand_hookA;  EXTER object  sLfuncall ;
151  EXTER object sSdefmacroA;  EXTER object  sLAmacroexpand_hookA ;
152  EXTER object sSAinhibit_macro_specialA;  EXTER object  sSdefmacroA ;
153  EXTER object fLnot (object x0);  EXTER object  sSAinhibit_macro_specialA ;
154  EXTER object fLnot (object x0);  EXTER  object   fLnot   (object x0) ;
155  EXTER object fLsymbolp (object x0);  EXTER  object   fLnot   (object x0) ;
156  EXTER object fLatom (object x0);  EXTER  object   fLsymbolp   (object x0) ;
157  EXTER object fLconsp (object x0);  EXTER  object   fLatom     (object x0) ;
158  EXTER object fLlistp (object x0);  EXTER  object   fLconsp   (object x0) ;
159  EXTER object fLnumberp (object x0);  EXTER  object   fLlistp   (object x0) ;
160  EXTER object fLintegerp (object x0);  EXTER  object   fLnumberp   (object x0) ;
161  EXTER object fLrationalp (object x0);  EXTER  object   fLintegerp    (object x0) ;
162  EXTER object fLrealp (object x0);  EXTER  object   fLrationalp   (object x0) ;
163  EXTER object fLfloatp (object x0);  EXTER  object   fLrealp   (object x0) ;
164  EXTER object fLcomplexp (object x0);  EXTER  object   fLfloatp   (object x0) ;
165  EXTER object fLcharacterp (object x0);  EXTER  object   fLcomplexp   (object x0) ;
166  EXTER object fLstringp (object x0);  EXTER  object   fLcharacterp   (object x0) ;
167  EXTER object fLbit_vector_p (object x0);  EXTER  object   fLstringp    (object x0) ;
168  EXTER object fLvectorp (object x0);  EXTER  object   fLbit_vector_p   (object x0) ;
169  EXTER object fLsimple_string_p (object x0);  EXTER  object   fLvectorp   (object x0) ;
170  EXTER object fLsimple_bit_vector_p (object x0);  EXTER  object   fLsimple_string_p   (object x0) ;
171  EXTER object fLsimple_vector_p (object x0);  EXTER  object   fLsimple_bit_vector_p    (object x0) ;
172  EXTER object fLarrayp (object x0);  EXTER  object   fLsimple_vector_p    (object x0) ;
173  EXTER object fLpackagep (object x0);  EXTER  object   fLarrayp    (object x0) ;
174  EXTER object fLfunctionp (object x0);  EXTER  object   fLpackagep    (object x0) ;
175  EXTER object fLcompiled_function_p (object x0);  EXTER  object   fLfunctionp   (object x0) ;
176  EXTER object fLcommonp (object x0);  EXTER  object   fLcompiled_function_p   (object x0) ;
177  EXTER object fLeq (object x0,object x1);  EXTER  object   fLcommonp   (object x0) ;
178  EXTER object fLeql (object x0,object x1);  EXTER  object   fLeq   (object x0,object x1) ;
179  EXTER object fLequal (object x0,object x1);  EXTER  object   fLeql   (object x0,object x1) ;
180  EXTER object fLequalp (object x0,object x1);  EXTER  object   fLequal   (object x0,object x1) ;
181  EXTER object fScontains_sharp_comma (object x0);  EXTER  object   fLequalp   (object x0,object x1) ;
182  EXTER object fSspicep (object x0);  EXTER  object   fScontains_sharp_comma   (object x0) ;
183  EXTER object fSfixnump (object x0);  EXTER  object   fSspicep     (object x0) ;
184  EXTER object fLset (object symbol,object value);  EXTER  object   fSfixnump   (object x0) ;
185  EXTER object fSfset (object sym,object function);  EXTER  object   fLset   (object symbol,object value) ;
186  EXTER object fLmakunbound (object sym);  EXTER  object   fSfset   (object sym,object function) ;
187  EXTER object fLfmakunbound (object sym);  EXTER  object   fLmakunbound   (object sym) ;
188  EXTER object sSclear_compiler_properties;  EXTER  object   fLfmakunbound   (object sym) ;
189  EXTER object fSclear_compiler_properties (object x0,object x1);  EXTER object  sSclear_compiler_properties ;
190  EXTER object sLaref;  EXTER  object   fSclear_compiler_properties   (object x0,object x1) ;
191  EXTER object sLcar;  EXTER object  sLaref ;
192  EXTER object sLcdr;  EXTER object  sLcar ;
193  EXTER object sLchar;  EXTER object  sLcdr ;
194  EXTER object sLdecf;  EXTER object  sLchar ;
195  EXTER object sLelt;  EXTER object  sLdecf ;
196  EXTER object sLfill_pointer;  EXTER object  sLelt ;
197  EXTER object sLget;  EXTER object  sLfill_pointer ;
198  EXTER object sLgetf;  EXTER object  sLget ;
199  EXTER object sLgethash;  EXTER object  sLgetf ;
200  EXTER object sLincf;  EXTER object  sLgethash ;
201  EXTER object sLpop;  EXTER object  sLincf ;
202  EXTER object sLpush;  EXTER object  sLpop ;
203  EXTER object sLschar;  EXTER object  sLpush ;
204  EXTER object sLsetf;  EXTER object  sLschar ;
205  EXTER object sSsetf_lambda;  EXTER object  sLsetf ;
206  EXTER object sSstructure_access;  EXTER object  sSsetf_lambda ;
207  EXTER object sLsvref;  EXTER object  sSstructure_access ;
208  EXTER object sStraced;  EXTER object  sLsvref ;
209  EXTER object sLvector;  EXTER object  sStraced ;
210  EXTER object sKallow_other_keys;  EXTER object  sLvector ;
211  EXTER object fSerror_set (volatile object x0);  EXTER object  sKallow_other_keys ;
212  EXTER object sLgensym_counter;  EXTER  object   fSerror_set   (volatile object x0) ;
213  EXTER object fSmc (object name,object address);  EXTER object  sLgensym_counter ;
214  EXTER object fSmfsfun (object name,object address,object argd);  EXTER  object   fSmc   (object name,object address) ;
215  EXTER object fSmfvfun (object name,object address,object argd);  EXTER  object   fSmfsfun   (object name,object address,object argd) ;
216  EXTER object fSmfvfun_key (object symbol,object address,object argd,object keys);  EXTER  object   fSmfvfun   (object name,object address,object argd) ;
217  EXTER object fSmf (object name,object addr);  EXTER  object   fSmfvfun_key   (object symbol,object address,object argd,object keys) ;
218  EXTER object fSmm (object name,object addr);  EXTER  object   fSmf   (object name,object addr) ;
219  EXTER object fScompiled_function_name (object fun);  EXTER  object   fSmm   (object name,object addr) ;
220  EXTER object fSturbo_closure (object funobj);  EXTER  object   fScompiled_function_name   (object fun) ;
221  EXTER object fSspecialp (object sym);  EXTER  object   fSturbo_closure   (object funobj) ;
222  EXTER object sSdebug;  EXTER  object   fSspecialp   (object sym) ;
223  EXTER object fSdefvar1 (object sym,object val,...);  EXTER object  sSdebug ;
224  EXTER object fSdebug (object sym,object val);  EXTER  object   fSdefvar1   (object sym,object val,...) ;
225  EXTER object fSsetvv (object index,object val);  EXTER  object   fSdebug   (object sym,object val) ;
226  EXTER object sSPmemory;  EXTER  object   fSsetvv   (object index,object val) ;
227  EXTER object sSPinit;  EXTER object  sSPmemory ;
228  EXTER object fSinit_cmp_anon (void);  EXTER object  sSPinit ;
229  EXTER object sKexternal;  EXTER   object    fSinit_cmp_anon   (void) ;
230  EXTER object sKinherited;  EXTER object  sKexternal ;
231  EXTER object sKinternal;  EXTER object  sKinherited ;
232  EXTER object sKnicknames;  EXTER object  sKinternal ;
233  EXTER object sKuse;  EXTER object  sKnicknames ;
234  EXTER object sLApackageA;  EXTER object  sKuse ;
235  EXTER object fSset_gmp_allocate_relocatable (object flag);  EXTER object  sLApackageA ;
236  EXTER object fSallocate_bigger_fixnum_range (fixnum min,fixnum max);  EXTER  object   fSset_gmp_allocate_relocatable  
237  EXTER object fScmod (object num);        (object flag) ;
238  EXTER object fScplus (object x0,object x1);  EXTER  object   fSallocate_bigger_fixnum_range   (fixnum min,fixnum max) ;
239  EXTER object fSctimes (object x0,object x1);  EXTER  object   fScmod   (object num) ;
240  EXTER object fScdifference (object x0,object x1);  EXTER  object   fScplus   (object x0,object x1) ;
241  EXTER object fLnth (fixnum index,object list);  EXTER  object   fSctimes   (object x0,object x1) ;
242  EXTER object fLfirst (object x);  EXTER  object   fScdifference   (object x0,object x1) ;
243  EXTER object fLsecond (object x);  EXTER  object   fLnth   (fixnum index,object list) ;
244  EXTER object fLthird (object x);  EXTER  object   fLfirst   (object x) ;
245  EXTER object fLfourth (object x);  EXTER  object   fLsecond   (object x) ;
246  EXTER object fLfifth (object x);  EXTER  object   fLthird   (object x) ;
247  EXTER object fLsixth (object x);  EXTER  object   fLfourth   (object x) ;
248  EXTER object fLseventh (object x);  EXTER  object   fLfifth   (object x) ;
249  EXTER object fLeighth (object x);  EXTER  object   fLsixth   (object x) ;
250  EXTER object fLninth (object x);  EXTER  object   fLseventh   (object x) ;
251  EXTER object fLtenth (object x);  EXTER  object   fLeighth   (object x) ;
252  EXTER object fSnext_hash_table_entry (object table,object ind);  EXTER  object   fLninth   (object x) ;
253  EXTER object fLhash_table_test (object table);  EXTER  object   fLtenth   (object x) ;
254  EXTER object fLhash_table_size (object table);  EXTER  object   fSnext_hash_table_entry   (object table,object ind) ;
255  EXTER object sLarray_rank_limit;  EXTER  object   fLhash_table_test   (object table) ;
256  EXTER object sLarray_dimension_limit;  EXTER  object   fLhash_table_size   (object table) ;
257  EXTER object sLarray_total_size_limit;  EXTER object   sLarray_rank_limit ;
258  EXTER object sLbit;  EXTER object   sLarray_dimension_limit ;
259  EXTER object fLaref (object x,fixnum i, ...);  EXTER object   sLarray_total_size_limit ;
260  EXTER object fLsvref (object x,ufixnum i);  EXTER object  sLbit ;
261  EXTER object fLrow_major_aref (object x,fixnum i);  EXTER   object    fLaref   (object x,fixnum i, ...) ;
262  EXTER object fSaset1 (object x, fixnum i,object val);  EXTER   object    fLsvref   (object x,ufixnum i) ;
263  EXTER object fSaset (object x,fixnum i,object y, ...);  EXTER   object    fLrow_major_aref   (object x,fixnum i) ;
264  EXTER object fSsvset (object x,fixnum i,object val);  EXTER   object    fSaset1   (object x, fixnum i,object val) ;
265  EXTER object fSmake_vector1 (fixnum n,fixnum elt_type,object staticp,...);  EXTER   object    fSaset   (object x,fixnum i,object y, ...) ;
266  EXTER object fSget_aelttype (object x);  EXTER   object    fSsvset   (object x,fixnum i,object val) ;
267  EXTER object fSmake_vector (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...);  EXTER  object   fSmake_vector1   (fixnum n,fixnum elt_type,object staticp,...) ;
268  EXTER object fSmake_array1 (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset, object dimensions);  EXTER  object   fSget_aelttype   (object x) ;
269  EXTER object fScopy_array_portion (object x,object y,fixnum i1,fixnum i2,object n1o);  EXTER  object   fSmake_vector   (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...) ;
270  EXTER object fSfill_pointer_set (object x,fixnum i);  EXTER  object   fSmake_array1  
271  EXTER object fLfill_pointer (object x);        (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset,
272  EXTER object fLarray_has_fill_pointer_p (object x);         object dimensions) ;
273  EXTER object fLarray_element_type (object x);  EXTER  object   fScopy_array_portion   (object x,object y,fixnum i1,fixnum i2,object n1o) ;
274  EXTER object fLadjustable_array_p (object x);  EXTER  object   fSfill_pointer_set   (object x,fixnum i) ;
275  EXTER object fSdisplaced_array_p (object x);  EXTER  object   fLfill_pointer   (object x) ;
276  EXTER object fLarray_rank (object x);  EXTER  object  
277  EXTER object fLarray_dimension (object x,fixnum i);        fLarray_has_fill_pointer_p   (object x) ;
278  EXTER object fSreplace_array (object old,object new);  EXTER  object   fLarray_element_type   (object x) ;
279  EXTER object fLarray_total_size (object x);  EXTER  object   fLadjustable_array_p   (object x) ;
280  EXTER object fSaset_by_cursor (object array,object val,object cursor);  EXTER  object   fSdisplaced_array_p   (object x) ;
281  EXTER object sSAmatch_dataA;  EXTER  object   fLarray_rank   (object x) ;
282  EXTER object sSAcase_fold_searchA;  EXTER  object   fLarray_dimension   (object x,fixnum i) ;
283  EXTER object fSmatch_beginning (fixnum i);  EXTER  object   fSreplace_array   (object old,object new) ;
284  EXTER object fSmatch_end (fixnum i);  EXTER  object   fLarray_total_size   (object x) ;
285  EXTER object fSstring_match (object pattern,object string,...);  EXTER  object   fSaset_by_cursor   (object array,object val,object cursor) ;
286  EXTER object sSs_data;  EXTER object  sSAmatch_dataA ;
287  EXTER object sLcompile;  EXTER object  sSAcase_fold_searchA ;
288  EXTER object sLdeclare;  EXTER  object   fSmatch_beginning   (fixnum i) ;
289  EXTER object sLeval;  EXTER  object   fSmatch_end   (fixnum i) ;
290  EXTER object sLeval;  EXTER  object   fSstring_match   (object pattern,object string,...) ;
291  EXTER object sSfunction_documentation;  EXTER object  sSs_data ;
292  EXTER object sLload;  EXTER object  sLcompile ;
293  EXTER object sLprogn;  EXTER object  sLdeclare ;
294  EXTER object sLtypep;  EXTER object  sLeval ;
295  EXTER object sLvalues;  EXTER object  sLeval ;
296  EXTER object sSvariable_documentation;  EXTER object  sSfunction_documentation ;
297  EXTER object sLwarn;  EXTER object  sLload ;
298  EXTER object sSAallow_gzipped_fileA;  EXTER object  sLprogn ;
299  EXTER object sKmyaddr;  EXTER object  sLtypep ;
300  EXTER object sKmyport;  EXTER object  sLvalues ;
301  EXTER object sKasync;  EXTER object  sSvariable_documentation ;
302  EXTER object sKhost;  EXTER object  sLwarn ;
303  EXTER object sKserver;  EXTER object  sSAallow_gzipped_fileA ;
304  EXTER object sSsocket;  EXTER object  sKmyaddr ;
305  EXTER object sLAstandard_inputA;  EXTER object  sKmyport ;
306  EXTER object sLAstandard_outputA;  EXTER object  sKasync ;
307  EXTER object sLAerror_outputA;  EXTER object  sKhost ;
308  EXTER object sLAterminal_ioA;  EXTER object  sKserver ;
309  EXTER object sLAquery_ioA;  EXTER object  sSsocket ;
310  EXTER object sLAdebug_ioA;  EXTER object  sLAstandard_inputA ;
311  EXTER object sLAtrace_outputA;  EXTER object  sLAstandard_outputA ;
312  EXTER object sSAignore_eof_on_terminal_ioA;  EXTER object  sLAerror_outputA ;
313  EXTER object sSAload_pathnameA;  EXTER object  sLAterminal_ioA ;
314  EXTER object sLAload_verboseA;  EXTER object  sLAquery_ioA ;
315  EXTER object sKabort;  EXTER object  sLAdebug_ioA ;
316  EXTER object sKappend;  EXTER object  sLAtrace_outputA ;
317  EXTER object sKcreate;  EXTER object  sSAignore_eof_on_terminal_ioA ;
318  EXTER object sKdefault;  EXTER object  sSAload_pathnameA ;
319  EXTER object sKdirection;  EXTER object  sLAload_verboseA ;
320  EXTER object sKelement_type;  EXTER object  sKabort ;
321  EXTER object sKerror;  EXTER object  sKappend ;
322  EXTER object sKif_does_not_exist;  EXTER object  sKcreate ;
323  EXTER object sKif_exists;  EXTER object  sKdefault ;
324  EXTER object sKinput;  EXTER object  sKdirection ;
325  EXTER object sKio;  EXTER object  sKelement_type ;
326  EXTER object sKnew_version;  EXTER object  sKerror ;
327  EXTER object sKoutput;  EXTER object  sKif_does_not_exist ;
328  EXTER object sKoverwrite;  EXTER object  sKif_exists ;
329  EXTER object sKprint;  EXTER object  sKinput ;
330  EXTER object sKprobe;  EXTER object  sKio ;
331  EXTER object sKrename;  EXTER object  sKnew_version ;
332  EXTER object sKrename_and_delete;  EXTER object  sKoutput ;
333  EXTER object sKset_default_pathname;  EXTER object  sKoverwrite ;
334  EXTER object sKsupersede;  EXTER object  sKprint ;
335  EXTER object sKverbose;  EXTER object  sKprobe ;
336  EXTER object sLAread_default_float_formatA;  EXTER object  sKrename ;
337  EXTER object sLAread_baseA;  EXTER object  sKrename_and_delete ;
338  EXTER object sLAread_suppressA;  EXTER object  sKset_default_pathname ;
339  EXTER object sSY;  EXTER object  sKsupersede ;
340  EXTER object sSYB;  EXTER object  sKverbose ;
341  EXTER object sSYZ;  EXTER object  sLAread_default_float_formatA ;
342  EXTER object sLlistA;  EXTER object  sLAread_baseA ;
343  EXTER object sLappend;  EXTER object  sLAread_suppressA ;
344  EXTER object sLnconc;  EXTER object  sSY ;
345  EXTER object sLapply;  EXTER object  sSYB ;
346  EXTER object sLvector;  EXTER object  sSYZ ;
347  EXTER object sKupcase;  EXTER object  sLlistA ;
348  EXTER object sKdowncase;  EXTER object  sLappend ;
349  EXTER object sKcapitalize;  EXTER object  sLnconc ;
350  EXTER object sKstream;  EXTER object  sLapply ;
351  EXTER object sKescape;  EXTER object  sLvector ;
352  EXTER object sKreadably;  EXTER object  sKupcase ;
353  EXTER object sKpretty;  EXTER object  sKdowncase ;
354  EXTER object sKcircle;  EXTER object  sKcapitalize ;
355  EXTER object sKbase;  EXTER object  sKstream ;
356  EXTER object sKradix;  EXTER object  sKescape ;
357  EXTER object sKcase;  EXTER object  sKreadably ;
358  EXTER object sKgensym;  EXTER object  sKpretty ;
359  EXTER object sKlevel;  EXTER object  sKcircle ;
360  EXTER object sKlength;  EXTER object  sKbase ;
361  EXTER object sKarray;  EXTER object  sKradix ;
362  EXTER object sLAprint_escapeA;  EXTER object  sKcase ;
363  EXTER object sLAprint_readablyA;  EXTER object  sKgensym ;
364  EXTER object sLAprint_prettyA;  EXTER object  sKlevel ;
365  EXTER object sLAprint_circleA;  EXTER object  sKlength ;
366  EXTER object sLAprint_baseA;  EXTER object  sKarray ;
367  EXTER object sLAprint_radixA;  EXTER object  sLAprint_escapeA ;
368  EXTER object sLAprint_caseA;  EXTER object  sLAprint_readablyA ;
369  EXTER object sLAprint_gensymA;  EXTER object  sLAprint_prettyA ;
370  EXTER object sLAprint_levelA;  EXTER object  sLAprint_circleA ;
371  EXTER object sLAprint_lengthA;  EXTER object  sLAprint_baseA ;
372  EXTER object sLAprint_arrayA;  EXTER object  sLAprint_radixA ;
373  EXTER object sSAprint_packageA;  EXTER object  sLAprint_caseA ;
374  EXTER object sSAprint_structureA;  EXTER object  sLAprint_gensymA ;
375  EXTER object sSpretty_print_format;  EXTER object  sLAprint_levelA ;
376  EXTER object sSAprint_nansA;  EXTER object  sLAprint_lengthA ;
377  EXTER object fLformat (object strm, object control,...);  EXTER object  sLAprint_arrayA ;
378  EXTER object sSAindent_formatted_outputA;  EXTER object  sSAprint_packageA ;
379  EXTER object fSsetenv (object variable,object value);  EXTER object  sSAprint_structureA ;
380  EXTER object fLdelete_file (object path);  EXTER object  sSpretty_print_format ;
381  EXTER object fLerror (object fmt_string,...);  EXTER object  sSAprint_nansA ;
382  EXTER object fLspecific_error (object error_name,object fmt_string,...);  EXTER  object   fLformat   (object strm, object control,...) ;
383  EXTER object fLspecific_correctable_error (object error_name,object fmt_string,...);  EXTER object  sSAindent_formatted_outputA ;
384  EXTER object fLcerror (object continue_fmt_string,object fmt_string,...);  EXTER  object   fSsetenv   (object variable,object value) ;
385  EXTER object fSihs_top (void);  EXTER  object   fLdelete_file   (object path) ;
386  EXTER object fSihs_fun (object x0);  EXTER  object   fLerror   (object fmt_string,...) ;
387  EXTER object fSihs_vs (object x0);  EXTER  object   fLspecific_error   (object error_name,object fmt_string,...) ;
388  EXTER object fSfrs_top (void);  EXTER  object   fLspecific_correctable_error  
389  EXTER object fSfrs_vs (object x0);         (object error_name,object fmt_string,...) ;
390  EXTER object fSfrs_bds (object x0);  EXTER  object   fLcerror   (object continue_fmt_string,object fmt_string,...) ;
391  EXTER object fSfrs_class (object x0);  EXTER  object   fSihs_top   (void) ;
392  EXTER object fSfrs_tag (object x0);  EXTER  object   fSihs_fun   (object x0) ;
393  EXTER object fSfrs_ihs (object x0);  EXTER  object   fSihs_vs   (object x0) ;
394  EXTER object fSbds_top (void);  EXTER  object   fSfrs_top   (void) ;
395  EXTER object fSbds_var (object x0);  EXTER  object   fSfrs_vs   (object x0) ;
396  EXTER object fSbds_val (object x0);  EXTER  object   fSfrs_bds   (object x0) ;
397  EXTER object fSvs_top (void);  EXTER  object   fSfrs_class   (object x0) ;
398  EXTER object fSvs (object x0);  EXTER  object   fSfrs_tag   (object x0) ;
399  EXTER object fSsch_frs_base (object x0,object x1);  EXTER  object   fSfrs_ihs   (object x0) ;
400  EXTER object fSinternal_super_go (object tag,object x1,object x2);  EXTER  object   fSbds_top   (void) ;
401  EXTER object sSuniversal_error_handler;  EXTER  object   fSbds_var   (object x0) ;
402  EXTER object fSuniversal_error_handler (object x0,object x1,object x2,object x3,object error_fmt_string);  EXTER  object   fSbds_val   (object x0) ;
403  EXTER object sSterminal_interrupt;  EXTER  object   fSvs_top   (void) ;
404  EXTER object sKwrong_type_argument;  EXTER  object   fSvs   (object x0) ;
405  EXTER object sKtoo_few_arguments;  EXTER  object   fSsch_frs_base   (object x0,object x1) ;
406  EXTER object sKtoo_many_arguments;  EXTER  object   fSinternal_super_go   (object tag,object x1,object x2) ;
407  EXTER object sKunexpected_keyword;  EXTER object  sSuniversal_error_handler ;
408  EXTER object sKinvalid_form;  EXTER  object   fSuniversal_error_handler   (object x0,object x1,object x2,object x3,object error_fmt_string) ;
409  EXTER object sKunbound_variable;  EXTER object  sSterminal_interrupt ;
410  EXTER object sKinvalid_variable;  EXTER object  sKwrong_type_argument ;
411  EXTER object sKundefined_function;  EXTER object  sKtoo_few_arguments ;
412  EXTER object sKinvalid_function;  EXTER object  sKtoo_many_arguments ;
413  EXTER object sKpackage_error;  EXTER object  sKunexpected_keyword ;
414  EXTER object sKcatch;  EXTER object  sKinvalid_form ;
415  EXTER object sKprotect;  EXTER object  sKunbound_variable ;
416  EXTER object sKcatchall;  EXTER object  sKinvalid_variable ;
417  EXTER object fLget_universal_time (void);  EXTER object  sKundefined_function ;
418  EXTER object fLget_internal_real_time (void);  EXTER object  sKinvalid_function ;
419  EXTER object sSAdefault_time_zoneA;  EXTER object  sKpackage_error ;
420  EXTER object fSgetpid (void);  EXTER object  sKcatch ;
421  EXTER object fSuse_fast_links (object flag,...);  EXTER object  sKprotect ;
422  EXTER object sScdefn;  EXTER object  sKcatchall ;
423  EXTER object sLAlink_arrayA;  EXTER  object   fLget_universal_time   (void) ;
424  EXTER object fSprofile (object start_address,object scale);  EXTER  object   fLget_internal_real_time   (void) ;
425  EXTER object fSfunction_start (object funobj);  EXTER object  sSAdefault_time_zoneA ;
426  EXTER object fSset_up_combined (object first,...);  EXTER  object   fSgetpid   (void) ;
427  EXTER object fSdisplay_profile (object start_addr,object scal);  EXTER  object   fSuse_fast_links   (object flag,...) ;
428  EXTER object fSarray_adress (object array);  EXTER object  sScdefn ;
429  EXTER object sSAprofile_arrayA;  EXTER object  sLAlink_arrayA ;
430  EXTER object sSAinterrupt_enableA;  EXTER  object   fSprofile   (object start_address,object scale) ;
431  EXTER object sSsigusr1_interrupt;  EXTER  object   fSfunction_start   (object funobj) ;
432  EXTER object sSsigio_interrupt;  EXTER  object   fSset_up_combined   (object first,...) ;
433  EXTER object sSsignal_safety_required (fixnum signo,fixnum safety);  EXTER  object   fSdisplay_profile   (object start_addr,object scal) ;
434  EXTER object fSallow_signal (fixnum n);  EXTER  object   fSarray_adress   (object array) ;
435  EXTER object fSinitfun (object sym,object addr_ind,object argd,...);  EXTER object  sSAprofile_arrayA ;
436  EXTER object fSinitmacro (object first,...);  EXTER object  sSAinterrupt_enableA ;
437  EXTER object fSset_key_struct (object key_struct_ind);  EXTER object  sSsigusr1_interrupt ;
438  EXTER object fSinvoke (object x);  EXTER object  sSsigio_interrupt ;
439  EXTER object fSopen_named_socket (fixnum port);  EXTER  object   sSsignal_safety_required   (fixnum signo,fixnum safety) ;
440  EXTER object fSclose_fd (fixnum fd);  EXTER  object   fSallow_signal   (fixnum n) ;
441  EXTER object fSclose_sfd (object sfd);  EXTER  object   fSinitfun  
442  EXTER object fSaccept_socket_connection (object named_socket);        (object sym,object addr_ind,object argd,...) ;
443  EXTER object fShostname_to_hostid (object host);  EXTER  object   fSinitmacro   (object first,...) ;
444  EXTER object fSgethostname (void);  EXTER  object   fSset_key_struct   (object key_struct_ind) ;
445  EXTER object fShostid_to_hostname (object host_id);  EXTER  object   fSinvoke   (object x) ;
446  EXTER object fScheck_fd_for_input (fixnum fd,fixnum timeout);  EXTER  object   fSopen_named_socket   (fixnum port) ;
447  EXTER object fSclear_connection (fixnum fd);  EXTER  object   fSclose_fd   (fixnum fd) ;
448  EXTER object fSconnection_state_fd (object sfd);  EXTER  object   fSclose_sfd   (object sfd) ;
449  EXTER object fSour_write (object sfd,object buffer,fixnum nbytes);  EXTER  object   fSaccept_socket_connection   (object named_socket) ;
450  EXTER object fSour_read_with_offset (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout);  EXTER  object   fShostname_to_hostid   (object host) ;
451  EXTER object fSprint_to_string1 (object str,object x,object the_code);  EXTER  object   fSgethostname   (void) ;
452  EXTER object fSset_sigio_for_fd (fixnum fd);  EXTER  object   fShostid_to_hostname   (object host_id) ;
453  EXTER object fSreset_string_input_stream (object strm,object string,fixnum start,fixnum end);  EXTER  object   fScheck_fd_for_input   (fixnum fd,fixnum timeout) ;
454  EXTER object fScheck_state_input (object osfd,fixnum timeout);  EXTER  object   fSclear_connection   (fixnum fd) ;
455  EXTER object fSclear_connection_state (object osfd);  EXTER  object   fSconnection_state_fd   (object sfd) ;
456  EXTER object fSgetpeername (object sock);  EXTER  object   fSour_write   (object sfd,object buffer,fixnum nbytes) ;
457  EXTER object fSgetsockname (object sock);  EXTER  object   fSour_read_with_offset   (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout) ;
458  EXTER object fSset_blocking (object sock,object setBlocking);  EXTER  object   fSprint_to_string1   (object str,object x,object the_code) ;
459    EXTER  object   fSset_sigio_for_fd   (fixnum fd) ;
460    EXTER  object   fSreset_string_input_stream   (object strm,object string,fixnum start,fixnum end) ;
461    EXTER  object   fScheck_state_input   (object osfd,fixnum timeout) ;
462    EXTER  object   fSclear_connection_state   (object osfd) ;
463    EXTER  object   fSgetpeername   (object sock) ;
464    EXTER  object   fSgetsockname   (object sock) ;
465    EXTER  object   fSset_blocking   (object sock,object setBlocking) ;

Legend:
Removed from v.1.42.4.1  
changed lines
  Added in v.1.42.4.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26