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

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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