/[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.3.2.7 by camm, Fri Sep 26 13:46:54 2003 UTC revision 1.42.4.1.2.3.2.8 by camm, Thu Nov 6 16:16:49 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 sSAno_initA;  EXTER object sSAno_initA;
4        EXTER object fLidentity (object x0);  EXTER object fLidentity (object x0);
5        EXTER object fLlisp_implementation_version (void);  EXTER object fLlisp_implementation_version (void);
6  EXTER object sSAlisp_maxpagesA;  EXTER object sSAlisp_maxpagesA;
7  EXTER object sSAsystem_directoryA;  EXTER object sSAsystem_directoryA;
8  EXTER object sSAmultiply_stacksA;  EXTER object sSAmultiply_stacksA;
# Line 13  EXTER object sSAignore_maximum_pagesA; Line 13  EXTER object sSAignore_maximum_pagesA;
13  EXTER object fSallocated (object typ);  EXTER object fSallocated (object typ);
14  EXTER object fSreset_number_used (object typ);  EXTER object fSreset_number_used (object typ);
15  EXTER object fSstaticp (object x);  EXTER object fSstaticp (object x);
16        EXTER object fSallocate (object type,fixnum npages,...);  EXTER object fSallocate_sgc (object type,fixnum min,fixnum max,fixnum free_percent);
17       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);
18       EXTER object fSallocate_growth (object type,fixnum min,fixnum max,fixnum percent,fixnum percent_free);  EXTER object fSallocate_contiguous_pages (fixnum npages,...);
19        EXTER object fSallocate_contiguous_pages (fixnum npages,...);  EXTER object fSallocated_contiguous_pages (void);
20        EXTER object fSallocated_contiguous_pages (void);  EXTER object fSmaximum_contiguous_pages (void);
21        EXTER object fSmaximum_contiguous_pages (void);  EXTER object fSallocate_relocatable_pages (fixnum npages,...);
22        EXTER object fSallocate_relocatable_pages (fixnum npages,...);  EXTER object fSallocate (object type,fixnum npages,...);
23        EXTER object fSallocated_relocatable_pages (void);  EXTER object fSallocated_relocatable_pages (void);
24        EXTER object fSget_hole_size (void);  EXTER object fSget_hole_size (void);
25        EXTER object fSset_hole_size (fixnum npages,...);  EXTER object fSset_hole_size (fixnum npages,...);
26        EXTER object fLgbc (object x0);  EXTER object fLgbc (object x0);
27  EXTER object sSAnotify_gbcA;  EXTER object sSAnotify_gbcA;
28  EXTER object sSAgbc_messageA;  EXTER object sSAgbc_messageA;
29  EXTER object sLcommon;  EXTER object sLcommon;
# Line 83  EXTER object sLsigned_short; Line 83  EXTER object sLsigned_short;
83  EXTER object sLunsigned_short;  EXTER object sLunsigned_short;
84  EXTER object sLA;  EXTER object sLA;
85  EXTER object sLplusp;  EXTER object sLplusp;
86    EXTER object sLmethod_combination;
87    EXTER object sLarithmetic_error;
88    EXTER object sLbase_char;
89    EXTER object sLbase_string;
90    EXTER object sLbroadcast_stream;
91    EXTER object sLbuilt_in_class;
92    EXTER object sLcell_error;
93    EXTER object sLclass;
94    EXTER object sLconcatenated_stream;
95    EXTER object sLcondition;
96    EXTER object sLcontrol_error;
97    EXTER object sLdivision_by_zero;
98    EXTER object sLecho_stream;
99    EXTER object sLend_of_file;
100    EXTER object sLerror;
101    EXTER object sLextended_char;
102    EXTER object sLfile_error;
103    EXTER object sLfile_stream;
104    EXTER object sLfloating_point_inexact;
105    EXTER object sLfloating_point_invalid_operation;
106    EXTER object sLfloating_point_overflow;
107    EXTER object sLfloating_point_underflow;
108    EXTER object sLgeneric_function;
109    EXTER object sLlogical_pathname;
110    EXTER object sLmethod;
111    EXTER object sLpackage_error;
112    EXTER object sLparse_error;
113    EXTER object sLprint_not_readable;
114    EXTER object sLprogram_error;
115    EXTER object sLreader_error;
116    EXTER object sLserious_condition;
117    EXTER object sLsimple_base_string;
118    EXTER object sLsimple_condition;
119    EXTER object sLsimple_type_error;
120    EXTER object sLsimple_warning;
121    EXTER object sLstandard_class;
122    EXTER object sLstandard_generic_function;
123    EXTER object sLstandard_method;
124    EXTER object sLstandard_object;
125    EXTER object sLstorage_condition;
126    EXTER object sLstream_error;
127    EXTER object sLstring_stream;
128    EXTER object sLstructure_class;
129    EXTER object sLstructure_object;
130    EXTER object sLstyle_warning;
131    EXTER object sLsynonym_stream;
132    EXTER object sLtwo_way_stream;
133    EXTER object sLtype_error;
134    EXTER object sLunbound_slot;
135    EXTER object sLunbound_variable;
136    EXTER object sLundefined_function;
137    EXTER object sLwarning;
138  EXTER object sSchar_size;  EXTER object sSchar_size;
139  EXTER object sSshort_size;  EXTER object sSshort_size;
140        EXTER object fLfuncall (object fun,...);  EXTER object fLfuncall (object fun,...);
141        EXTER object fLapply (object fun,...);  EXTER object fLapply (object fun,...);
142        EXTER object fLeval (object x0);  EXTER object fLeval (object x0);
143        EXTER object fLconstantp (object x0);  EXTER object fLconstantp (object x0);
144  EXTER object sSlambda_block_expanded;  EXTER object sSlambda_block_expanded;
145  EXTER object sSAbreak_pointsA;  EXTER object sSAbreak_pointsA;
146  EXTER object sSAbreak_stepA;  EXTER object sSAbreak_stepA;
147        EXTER object fLmacroexpand (object form,...);  EXTER object fLmacroexpand (object form,...);
148  EXTER object sLfuncall;  EXTER object sLfuncall;
149  EXTER object sLAmacroexpand_hookA;  EXTER object sLAmacroexpand_hookA;
150  EXTER object sSdefmacroA;  EXTER object sSdefmacroA;
151  EXTER object sSAinhibit_macro_specialA;  EXTER object sSAinhibit_macro_specialA;
152           EXTER object fLnot (object x0);  EXTER object fLnull (object x0);
153    EXTER object fLnot (object x0);  EXTER object fLnot (object x0);
154    EXTER object fLsymbolp (object x0);  EXTER object fLsymbolp (object x0);
155    EXTER object fLatom (object x0);  EXTER object fLatom (object x0);
156    EXTER object fLconsp (object x0);  EXTER object fLconsp (object x0);
157    EXTER object fLlistp (object x0);  EXTER object fLlistp (object x0);
158    EXTER object fLnumberp (object x0);  EXTER object fLnumberp (object x0);
159    EXTER object fLintegerp (object x0);  EXTER object fLintegerp (object x0);
160    EXTER object fLrationalp (object x0);  EXTER object fLrationalp (object x0);
161    EXTER object fLrealp (object x0);  EXTER object fLrealp (object x0);
162    EXTER object fLfloatp (object x0);  EXTER object fLfloatp (object x0);
163    EXTER object fLcomplexp (object x0);  EXTER object fLcomplexp (object x0);
164    EXTER object fLcharacterp (object x0);  EXTER object fLcharacterp (object x0);
165    EXTER object fLstringp (object x0);  EXTER object fLstringp (object x0);
166    EXTER object fLbit_vector_p (object x0);  EXTER object fLbit_vector_p (object x0);
167    EXTER object fLvectorp (object x0);  EXTER object fLvectorp (object x0);
168    EXTER object fLsimple_string_p (object x0);  EXTER object fLsimple_string_p (object x0);
169    EXTER object fLsimple_bit_vector_p (object x0);  EXTER object fLsimple_bit_vector_p (object x0);
170    EXTER object fLsimple_vector_p (object x0);  EXTER object fLsimple_vector_p (object x0);
171    EXTER object fLarrayp (object x0);  EXTER object fLarrayp (object x0);
172    EXTER object fLpackagep (object x0);  EXTER object fLpackagep (object x0);
173    EXTER object fLfunctionp (object x0);  EXTER object fLfunctionp (object x0);
174    EXTER object fLcompiled_function_p (object x0);  EXTER object fLcompiled_function_p (object x0);
175    EXTER object fLcommonp (object x0);  EXTER object fLcommonp (object x0);
176    EXTER object fLeq (object x0,object x1);  EXTER object fLeq (object x0,object x1);
177    EXTER object fLeql (object x0,object x1);  EXTER object fLeql (object x0,object x1);
178    EXTER object fLequal (object x0,object x1);  EXTER object fLequal (object x0,object x1);
179    EXTER object fLequalp (object x0,object x1);  EXTER object fLequalp (object x0,object x1);
180    EXTER object fScontains_sharp_comma (object x0);  EXTER object fScontains_sharp_comma (object x0);
181    EXTER object fSspicep (object x0);  EXTER object fSspicep (object x0);
182    EXTER object fSfixnump (object x0);  EXTER object fSfixnump (object x0);
183    EXTER object fLset (object symbol,object value);  EXTER object fLset (object symbol,object value);
184    EXTER object fSfset (object sym,object function);  EXTER object fSfset (object sym,object function);
185    EXTER object fLmakunbound (object sym);  EXTER object fLmakunbound (object sym);
186    EXTER object fLfmakunbound (object sym);  EXTER object fLfmakunbound (object sym);
187  EXTER object sSclear_compiler_properties;  EXTER object sSclear_compiler_properties;
188    EXTER object fSclear_compiler_properties (object x0,object x1);  EXTER object fSclear_compiler_properties (object x0,object x1);
189  EXTER object sLaref;  EXTER object sLaref;
190  EXTER object sLcar;  EXTER object sLcar;
191  EXTER object sLcdr;  EXTER object sLcdr;
# Line 155  EXTER object sLsvref; Line 207  EXTER object sLsvref;
207  EXTER object sStraced;  EXTER object sStraced;
208  EXTER object sLvector;  EXTER object sLvector;
209  EXTER object sKallow_other_keys;  EXTER object sKallow_other_keys;
210        EXTER object fSerror_set (volatile object x0);  EXTER object fSerror_set (volatile object x0);
211  EXTER object sLgensym_counter;  EXTER object sLgensym_counter;
212    EXTER object fSmc (object name,object address);  EXTER object fSmc (object name,object address);
213    EXTER object fSmfsfun (object name,object address,object argd);  EXTER object fSmfsfun (object name,object address,object argd);
214    EXTER object fSmfvfun (object name,object address,object argd);  EXTER object fSmfvfun (object name,object address,object argd);
215    EXTER object fSmfvfun_key (object symbol,object address,object argd,object keys);  EXTER object fSmfvfun_key (object symbol,object address,object argd,object keys);
216    EXTER object fSmf (object name,object addr);  EXTER object fSmf (object name,object addr);
217    EXTER object fSmm (object name,object addr);  EXTER object fSmm (object name,object addr);
218    EXTER object fScompiled_function_name (object fun);  EXTER object fScompiled_function_name (object fun);
219    EXTER object fSturbo_closure (object funobj);  EXTER object fSturbo_closure (object funobj);
220        EXTER object fSspecialp (object sym);  EXTER object fSspecialp (object sym);
221  EXTER object sSdebug;  EXTER object sSdebug;
222        EXTER object fSdefvar1 (object sym,object val,...);  EXTER object fSdefvar1 (object sym,object val,...);
223        EXTER object fSdebug (object sym,object val);  EXTER object fSdebug (object sym,object val);
224        EXTER object fSsetvv (object index,object val);  EXTER object fSsetvv (object index,object val);
225  EXTER object sSPmemory;  EXTER object sSPmemory;
226  EXTER object sSPinit;  EXTER object sSPinit;
227       EXTER object fSinit_cmp_anon (void);  EXTER object fSinit_cmp_anon (void);
228  EXTER object sKexternal;  EXTER object sKexternal;
229  EXTER object sKinherited;  EXTER object sKinherited;
230  EXTER object sKinternal;  EXTER object sKinternal;
231  EXTER object sKnicknames;  EXTER object sKnicknames;
232  EXTER object sKuse;  EXTER object sKuse;
233  EXTER object sLApackageA;  EXTER object sLApackageA;
234       EXTER object fSset_gmp_allocate_relocatable (object flag);  EXTER object fSset_gmp_allocate_relocatable (object flag);
235       EXTER object fSallocate_bigger_fixnum_range (fixnum min,fixnum max);  EXTER object fSallocate_bigger_fixnum_range (fixnum min,fixnum max);
236    EXTER object fScmod (object num);  EXTER object fScmod (object num);
237    EXTER object fScplus (object x0,object x1);  EXTER object fScplus (object x0,object x1);
238    EXTER object fSctimes (object x0,object x1);  EXTER object fSctimes (object x0,object x1);
239    EXTER object fScdifference (object x0,object x1);  EXTER object fScdifference (object x0,object x1);
240  EXTER object fLnth (fixnum index,object list);  EXTER object fLnth (fixnum index,object list);
241  EXTER object fLfirst (object x);  EXTER object fLfirst (object x);
242  EXTER object fLsecond (object x);  EXTER object fLsecond (object x);
# Line 199  EXTER object fLtenth (object x); Line 251  EXTER object fLtenth (object x);
251  EXTER object fSnext_hash_table_entry (object table,object ind);  EXTER object fSnext_hash_table_entry (object table,object ind);
252  EXTER object fLhash_table_test (object table);  EXTER object fLhash_table_test (object table);
253  EXTER object fLhash_table_size (object table);  EXTER object fLhash_table_size (object table);
254          EXTER object sLarray_rank_limit;  EXTER object sLarray_rank_limit;
255          EXTER object sLarray_dimension_limit;  EXTER object sLarray_dimension_limit;
256          EXTER object sLarray_total_size_limit;  EXTER object sLarray_total_size_limit;
257  EXTER object sLbit;  EXTER object sLbit;
258        EXTER object fLaref (object x,fixnum i, ...);  EXTER object fLaref (object x,fixnum i, ...);
259       EXTER object fLsvref (object x,ufixnum i);  EXTER object fLsvref (object x,ufixnum i);
260       EXTER object fLrow_major_aref (object x,fixnum i);  EXTER object fLrow_major_aref (object x,fixnum i);
261  EXTER object fSaset1 (object x, fixnum i,object val);  EXTER object fSaset1 (object x, fixnum i,object val);
262        EXTER object fSaset (object x,fixnum i,object y, ...);  EXTER object fSaset (object x,fixnum i,object y, ...);
263        EXTER object fSsvset (object x,fixnum i,object val);  EXTER object fSsvset (object x,fixnum i,object val);
264       EXTER object fSmake_vector1 (fixnum n,fixnum elt_type,object staticp,...);  EXTER object fSmake_vector1 (fixnum n,fixnum elt_type,object staticp,...);
265  EXTER object fSget_aelttype (object x);  EXTER object fSget_aelttype (object x);
266        EXTER object fSmake_vector (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...);  EXTER object fSmake_vector (object x0,object x1,object x2,object x3,object x4,object x5,object x6,...);
267        EXTER object fSmake_array1 (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset, object dimensions);  EXTER object fSmake_array1 (fixnum elt_type,object staticp,object initial_element,object displaced_to,fixnum displaced_index_offset, object dimensions);
268    EXTER object fScopy_array_portion (object x,object y,fixnum i1,fixnum i2,object n1o);  EXTER object fScopy_array_portion (object x,object y,fixnum i1,fixnum i2,object n1o);
269        EXTER object fSfill_pointer_set (object x,fixnum i);  EXTER object fSfill_pointer_set (object x,fixnum i);
270        EXTER object fLfill_pointer (object x);  EXTER object fLfill_pointer (object x);
271       EXTER object fLarray_has_fill_pointer_p (object x);  EXTER object fLarray_has_fill_pointer_p (object x);
272        EXTER object fLarray_element_type (object x);  EXTER object fLarray_element_type (object x);
273        EXTER object fLadjustable_array_p (object x);  EXTER object fLadjustable_array_p (object x);
274        EXTER object fSdisplaced_array_p (object x);  EXTER object fSdisplaced_array_p (object x);
275        EXTER object fLarray_rank (object x);  EXTER object fLarray_rank (object x);
276        EXTER object fLarray_dimension (object x,fixnum i);  EXTER object fLarray_dimension (object x,fixnum i);
277        EXTER object fSreplace_array (object old,object new);  EXTER object fSreplace_array (object old,object new);
278        EXTER object fLarray_total_size (object x);  EXTER object fLarray_total_size (object x);
279        EXTER object fSaset_by_cursor (object array,object val,object cursor);  EXTER object fSaset_by_cursor (object array,object val,object cursor);
280  EXTER object sSAmatch_dataA;  EXTER object sSAmatch_dataA;
281        EXTER object sSAcase_fold_searchA;  EXTER object sSAcase_fold_searchA;
282    EXTER object fSmatch_beginning (fixnum i);  EXTER object fSmatch_beginning (fixnum i);
283    EXTER object fSmatch_end (fixnum i);  EXTER object fSmatch_end (fixnum i);
284       EXTER object fSstring_match (object pattern,object string,...);  EXTER object fSstring_match (object pattern,object string,...);
285  EXTER object sSs_data;  EXTER object sSs_data;
286  EXTER object sLcompile;  EXTER object sLcompile;
287  EXTER object sLdeclare;  EXTER object sLdeclare;
# Line 255  EXTER object sLAstandard_inputA; Line 307  EXTER object sLAstandard_inputA;
307  EXTER object sLAstandard_outputA;  EXTER object sLAstandard_outputA;
308  EXTER object sLAerror_outputA;  EXTER object sLAerror_outputA;
309  EXTER object sLAterminal_ioA;  EXTER object sLAterminal_ioA;
310         EXTER object sLAquery_ioA;  EXTER object sLAquery_ioA;
311  EXTER object sLAdebug_ioA;  EXTER object sLAdebug_ioA;
312  EXTER object sLAtrace_outputA;  EXTER object sLAtrace_outputA;
313  EXTER object sSAignore_eof_on_terminal_ioA;  EXTER object sSAignore_eof_on_terminal_ioA;
# Line 282  EXTER object sKrename_and_delete; Line 334  EXTER object sKrename_and_delete;
334  EXTER object sKset_default_pathname;  EXTER object sKset_default_pathname;
335  EXTER object sKsupersede;  EXTER object sKsupersede;
336  EXTER object sKverbose;  EXTER object sKverbose;
337    EXTER object sLAread_default_float_formatA;  EXTER object sLAread_default_float_formatA;
338  EXTER object sLAread_baseA;  EXTER object sLAread_baseA;
339  EXTER object sLAread_suppressA;  EXTER object sLAread_suppressA;
340  EXTER object sSY;  EXTER object sSY;
# Line 323  EXTER object sSAprint_packageA; Line 375  EXTER object sSAprint_packageA;
375  EXTER object sSAprint_structureA;  EXTER object sSAprint_structureA;
376  EXTER object sSpretty_print_format;  EXTER object sSpretty_print_format;
377  EXTER object sSAprint_nansA;  EXTER object sSAprint_nansA;
378        EXTER object fLformat (object strm, object control,...);  EXTER object fLformat (object strm, object control,...);
379  EXTER object sSAindent_formatted_outputA;  EXTER object sSAindent_formatted_outputA;
380  EXTER object fSsetenv (object variable,object value);  EXTER object fSsetenv (object variable,object value);
381    EXTER object fLdelete_file (object path);  EXTER object fLdelete_file (object path);
382        EXTER object fLerror (object fmt_string,...);  EXTER object fLerror (object fmt_string,...);
383        EXTER object fLspecific_error (object error_name,object fmt_string,...);  EXTER object fLspecific_error (object error_name,object fmt_string,...);
384        EXTER object fLspecific_correctable_error (object error_name,object fmt_string,...);  EXTER object fLspecific_correctable_error (object error_name,object fmt_string,...);
385        EXTER object fLcerror (object continue_fmt_string,object fmt_string,...);  EXTER object fLcerror (object continue_fmt_string,object fmt_string,...);
386        EXTER object fSihs_top (void);  EXTER object fSihs_top (void);
387        EXTER object fSihs_fun (object x0);  EXTER object fSihs_fun (object x0);
388        EXTER object fSihs_vs (object x0);  EXTER object fSihs_vs (object x0);
389        EXTER object fSfrs_top (void);  EXTER object fSfrs_top (void);
390        EXTER object fSfrs_vs (object x0);  EXTER object fSfrs_vs (object x0);
391        EXTER object fSfrs_bds (object x0);  EXTER object fSfrs_bds (object x0);
392        EXTER object fSfrs_class (object x0);  EXTER object fSfrs_class (object x0);
393        EXTER object fSfrs_tag (object x0);  EXTER object fSfrs_tag (object x0);
394        EXTER object fSfrs_ihs (object x0);  EXTER object fSfrs_ihs (object x0);
395        EXTER object fSbds_top (void);  EXTER object fSbds_top (void);
396        EXTER object fSbds_var (object x0);  EXTER object fSbds_var (object x0);
397        EXTER object fSbds_val (object x0);  EXTER object fSbds_val (object x0);
398        EXTER object fSvs_top (void);  EXTER object fSvs_top (void);
399        EXTER object fSvs (object x0);  EXTER object fSvs (object x0);
400        EXTER object fSsch_frs_base (object x0,object x1);  EXTER object fSsch_frs_base (object x0,object x1);
401        EXTER object fSinternal_super_go (object tag,object x1,object x2);  EXTER object fSinternal_super_go (object tag,object x1,object x2);
402              EXTER object sSuniversal_error_handler;  EXTER object sSuniversal_error_handler;
403            EXTER object fSuniversal_error_handler (object x0,object x1,object x2,object x3,object error_fmt_string);  EXTER object fSuniversal_error_handler (object x0,object x1,object x2,object x3,object error_fmt_string);
404  EXTER object sSterminal_interrupt;  EXTER object sSterminal_interrupt;
405  EXTER object sKwrong_type_argument;  EXTER object sKwrong_type_argument;
406  EXTER object sKtoo_few_arguments;  EXTER object sKtoo_few_arguments;
# Line 363  EXTER object sKpackage_error; Line 415  EXTER object sKpackage_error;
415  EXTER object sKcatch;  EXTER object sKcatch;
416  EXTER object sKprotect;  EXTER object sKprotect;
417  EXTER object sKcatchall;  EXTER object sKcatchall;
418    EXTER object fLget_universal_time (void);  EXTER object fLget_universal_time (void);
419  EXTER object fLget_internal_real_time (void);  EXTER object fLget_internal_real_time (void);
420  EXTER object sSAdefault_time_zoneA;  EXTER object sSAdefault_time_zoneA;
421       EXTER object fSgetpid (void);  EXTER object fSgetpid (void);
422       EXTER object fSuse_fast_links (object flag,...);  EXTER object fSuse_fast_links (object flag,...);
423  EXTER object sScdefn;  EXTER object sScdefn;
424  EXTER object sLAlink_arrayA;  EXTER object sLAlink_arrayA;
425        EXTER object fSprofile (object start_address,object scale);  EXTER object fSprofile (object start_address,object scale);
426        EXTER object fSfunction_start (object funobj);  EXTER object fSfunction_start (object funobj);
427        EXTER object fSset_up_combined (object first,...);  EXTER object fSset_up_combined (object first,...);
428        EXTER object fSdisplay_profile (object start_addr,object scal);  EXTER object fSdisplay_profile (object start_addr,object scal);
429        EXTER object fSarray_adress (object array);  EXTER object fSarray_adress (object array);
430  EXTER object sSAprofile_arrayA;  EXTER object sSAprofile_arrayA;
431  EXTER object sSAinterrupt_enableA;  EXTER object sSAinterrupt_enableA;
432  EXTER object sSsigusr1_interrupt;  EXTER object sSsigusr1_interrupt;
433  EXTER object sSsigio_interrupt;  EXTER object sSsigio_interrupt;
434       EXTER object sSsignal_safety_required (fixnum signo,fixnum safety);  EXTER object sSsignal_safety_required (fixnum signo,fixnum safety);
435       EXTER object fSallow_signal (fixnum n);  EXTER object fSallow_signal (fixnum n);
436       EXTER object fSinitfun (object sym,object addr_ind,object argd,...);  EXTER object fSinitfun (object sym,object addr_ind,object argd,...);
437       EXTER object fSinitmacro (object first,...);  EXTER object fSinitmacro (object first,...);
438       EXTER object fSset_key_struct (object key_struct_ind);  EXTER object fSset_key_struct (object key_struct_ind);
439       EXTER object fSinvoke (object x);  EXTER object fSinvoke (object x);
440  EXTER object fSopen_named_socket (fixnum port);  EXTER object fSopen_named_socket (fixnum port);
441       EXTER object fSclose_fd (fixnum fd);  EXTER object fSclose_fd (fixnum fd);
442       EXTER object fSclose_sfd (object sfd);  EXTER object fSclose_sfd (object sfd);
443       EXTER object fSaccept_socket_connection (object named_socket);  EXTER object fSaccept_socket_connection (object named_socket);
444       EXTER object fShostname_to_hostid (object host);  EXTER object fShostname_to_hostid (object host);
445       EXTER object fSgethostname (void);  EXTER object fSgethostname (void);
446       EXTER object fShostid_to_hostname (object host_id);  EXTER object fShostid_to_hostname (object host_id);
447  EXTER object fScheck_fd_for_input (fixnum fd,fixnum timeout);  EXTER object fScheck_fd_for_input (fixnum fd,fixnum timeout);
448       EXTER object fSclear_connection (fixnum fd);  EXTER object fSclear_connection (fixnum fd);
449  EXTER object fSconnection_state_fd (object sfd);  EXTER object fSconnection_state_fd (object sfd);
450  EXTER object fSour_write (object sfd,object buffer,fixnum nbytes);  EXTER object fSour_write (object sfd,object buffer,fixnum nbytes);
451       EXTER object fSour_read_with_offset (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout);  EXTER object fSour_read_with_offset (object fd,object buffer,fixnum offset,fixnum nbytes,fixnum timeout);
452       EXTER object fSprint_to_string1 (object str,object x,object the_code);  EXTER object fSprint_to_string1 (object str,object x,object the_code);
453  EXTER object fSset_sigio_for_fd (fixnum fd);  EXTER object fSset_sigio_for_fd (fixnum fd);
454       EXTER object fSreset_string_input_stream (object strm,object string,fixnum start,fixnum end);  EXTER object fSreset_string_input_stream (object strm,object string,fixnum start,fixnum end);
455       EXTER object fScheck_state_input (object osfd,fixnum timeout);  EXTER object fScheck_state_input (object osfd,fixnum timeout);
456       EXTER object fSclear_connection_state (object osfd);  EXTER object fSclear_connection_state (object osfd);
457  EXTER object fSgetpeername (object sock);  EXTER object fSgetpeername (object sock);
458  EXTER object fSgetsockname (object sock);  EXTER object fSgetsockname (object sock);
459       EXTER object fSset_blocking (object sock,object setBlocking);  EXTER object fSset_blocking (object sock,object setBlocking);

Legend:
Removed from v.1.42.4.1.2.3.2.7  
changed lines
  Added in v.1.42.4.1.2.3.2.8

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