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

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