File: xlftab.h

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (295 lines) | stat: -rw-r--r-- 9,746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
/* xlftab.h - xlisp function table */
/*New file which holds the external declarations for all the xlisp functions*/
#ifdef ANSI
#define V void
#else
#define V /* */
#endif
/* external functions */
extern LVAL
    rmhash(V),rmquote(V),rmdquote(V),rmbquote(V),rmcomma(V),
    clnew(V),clisnew(V),clanswer(V), clmethod(V),
    obisnew(V),obclass(V),obshow(V),
    rmlpar(V),rmrpar(V),rmsemi(V),xcomplement(V),
    xeval(V),xapply(V),xfuncall(V),xquote(V),xfunction(V),xbquote(V),
    xlambda(V),xset(V),xsetq(V),xsetf(V),xdefun(V),xdefmacro(V),
    xgensym(V),xmakesymbol(V),xintern(V),
    xsymname(V),xsymvalue(V),xsymplist(V),
    xget(V),xgetf(V),xputprop(V),xremprop(V),
    xhash(V),xmkarray(V),xaref(V),
    xcar(V),xcdr(V),
    xcaar(V),xcadr(V),xcdar(V),xcddr(V),
    xcaaar(V),xcaadr(V),xcadar(V),xcaddr(V),
    xcdaar(V),xcdadr(V),xcddar(V),xcdddr(V),
    xcaaaar(V),xcaaadr(V),xcaadar(V),xcaaddr(V),
    xcadaar(V),xcadadr(V),xcaddar(V),xcadddr(V),
    xcdaaar(V),xcdaadr(V),xcdadar(V),xcdaddr(V),
    xcddaar(V),xcddadr(V),xcdddar(V),xcddddr(V),
    xcons(V),xlist(V),xappend(V),xreverse(V),xlast(V),xnth(V),xnthcdr(V),
    xnsublis(V),xnsubst(V),xnsubstif(V),xnsubstifnot(V),
    xmember(V),xassoc(V),xsubst(V),xsublis(V),xlength(V),xlistlength(V),
    xsort(V),xremove(V),xremif(V),xremifnot(V),
    xmapc(V),xmapcar(V),xmapl(V),xmaplist(V),xmapcan(V),xmapcon(V),
    xrplca(V),xrplcd(V),xnconc(V),
    xdelete(V),xdelif(V),xdelifnot(V),
    xatom(V),xsymbolp(V),xnumberp(V),xboundp(V),xnull(V),xlistp(V),xendp(V),
    xconsp(V),xvectorp(V),xeq(V),xeql(V),xequal(V),
    xcond(V),xcase(V),xand(V),xor(V),xlet(V),xletstar(V),xif(V),
    xprog(V),xprogstar(V),xprog1(V),xprog2(V),xprogn(V),xgo(V),xreturn(V),
    xcatch(V),xthrow(V),
    xerror(V),xcerror(V),xbreak(V),
    xcleanup(V),xtoplevel(V),xcontinue(V),xerrset(V),
    xbaktrace(V),xevalhook(V),
    xdo(V),xdostar(V),xdolist(V),xdotimes(V),
    xminusp(V),xzerop(V),xplusp(V),xevenp(V),xoddp(V),
    xfix(V),xfloat(V),
    xgcd(V),xadd(V),xsub(V),xmul(V),xdiv(V),xrem(V),xmin(V),xmax(V),xabs(V),
#ifdef XLISP_STAT
    xfdiv(V),xfexpt(V),
#endif /* XLISP_STAT */
    xadd1(V),xsub1(V),xlogand(V),xlogior(V),xlogxor(V),xlognot(V),
    xsin(V),xcos(V),xtan(V),xexpt(V),xexp(V),xsqrt(V),xrand(V),
    xlss(V),xleq(V),xequ(V),xneq(V),xgeq(V),xgtr(V),
    xsubseq(V),xstring(V),xchar(V),
    xread(V),xreadpw(V),xprint(V),xprin1(V),xprinc(V),xterpri(V),
    xflatsize(V),xflatc(V),
    xopen(V),xclose(V),xrdchar(V),xpkchar(V),xwrchar(V),xreadline(V),
    xunrdchar(V),
    xload(V),xtranscript(V),xenablintr(V),
    xtype(V),xexit(V),xpeek(V),xpoke(V),xaddrs(V),
    xnpaddr(V),xnpprot(V),xnpincr(V),
    xvector(V),xblock(V),xrtnfrom(V),xtagbody(V),
    xpsetq(V),xpsetf(V),xflet(V),xlabels(V),xmacrolet(V),
    xunwindprotect(V),xpp(V),
    xstrlss(V),xstrleq(V),xstreql(V),xstrneq(V),xstrgeq(V),xstrgtr(V),
    xstrilss(V),xstrileq(V),xstrieql(V),xstrineq(V),xstrigeq(V),xstrigtr(V),
    xupcase(V),xdowncase(V),xnupcase(V),xndowncase(V),
    xcapcase(V),xncapcase(V),
    xtrim(V),xlefttrim(V),xrighttrim(V),
    xuppercasep(V),xlowercasep(V),xbothcasep(V),xdigitp(V),xalphanumericp(V),
    xalphacharp(V),
    xcharcode(V),xcodechar(V),xchupcase(V),xchdowncase(V),xdigitchar(V),
    xchrlss(V),xchrleq(V),xchreql(V),xchrneq(V),xchrgeq(V),xchrgtr(V),
    xchrilss(V),xchrileq(V),xchrieql(V),xchrineq(V),xchrigeq(V),xchrigtr(V),
    xintegerp(V),xfloatp(V),xstringp(V),xarrayp(V),xstreamp(V),xobjectp(V),
    xwhen(V),xunless(V),xloop(V),
    xsymfunction(V),xfboundp(V),xsend(V),xsendsuper(V),
    xprogv(V),xrdbyte(V),xwrbyte(V),xformat(V),
    xcharp(V),xcharint(V),xintchar(V),
    xmkstrinput(V),xmkstroutput(V),xgetstroutput(V),xgetlstoutput(V),
    xgetlambda(V),xmacroexpand(V),x1macroexpand(V),xmacrofun(V),
    xtrace(V),xuntrace(V),obprin1(V),
    xdefconstant(V), xconstantp(V), xdefparameter(V),
    xdefvar(V), xmakunbound(V), xfmakunbound(V),
    xspecialp(V), xmarkspecial(V),
    xdefstruct(V),xmkstruct(V),xcpystruct(V),xstrref(V),xstrset(V),
    xstrtypep(V), xasin(V),xacos(V),xatan(V),
    xnreverse(V),xbutlast(V),xcoerce(V),xconcatenate(V),xelt(V),xtypep(V),
    xliststar(V),
    xfileposition(V), xfilelength(V), xfreshline(V),
    xtoplevelloop(V), xresetsystem(V),
    xopenstreamp(V), xinputstreamp(V), xoutputstreamp(V),
    xmklist(V), xforceoutput(V);

#ifdef SUBSTITUTE
extern LVAL
    xsubstitute(V),xsubstituteif(V),xsubstituteifnot(V),
    xnsubstitute(V),xnsubstituteif(V),xnsubstituteifnot(V);
#endif
#ifdef SRCHFCN
  extern LVAL xsearch(V);
#endif   
#ifdef POSFCNS
  extern LVAL xcount(V), xfind(V), xposition(V);
  extern LVAL xcountif(V), xfindif(V), xpositionif(V);
  extern LVAL xcountifnot(V), xfindifnot(V), xpositionifnot(V);
#endif
#ifdef REMDUPS
  extern LVAL xremove_duplicates(V);
#endif
#ifdef MAPFCNS
  extern LVAL xsome(V), xevery(V), xnotany(V), xnotevery(V),
     xmap(V), xmapinto(V);
#endif
#ifdef REDUCE
  extern LVAL xreduce(V);
#endif
extern LVAL xreplace(V);
#ifdef FILETABLE
extern LVAL xtruename(V), xdeletefile(V), xfilemtime(V), xrenamefile(V),
  xbasedir(V), xfiletype(V);
#endif

/* functions specific to xldmem.c */
extern LVAL
    xgc(V),xexpand(V),xalloc(V),xmem(V),xregfinal(V),
    xmkweakbox(V),xweakboxval(V);

#ifdef SAVERESTORE
extern LVAL
    xsave(V),xrestore(V);
#endif

#ifdef APPLYHOOK
extern LVAL 
    xapplyhook(V);
#endif

#ifdef SETS
extern LVAL 
    xadjoin(V), xunion(V), xintersection(V), xsubsetp(V),
    xset_difference(V);
#endif

#ifdef TIMES
extern LVAL
    xtime(V), xruntime(V), xrealtime(V), xgctime(V);
#endif

#ifdef HASHFCNS
extern LVAL
    xgethash(V),xremhash(V),xmakehash(V),xclrhash(V),xmaphash(V),
    xhashcount(V), xhashtablep(V), xhashtablefun(V), xhashtablesize(V),
    xhashtablerhthresh(V), xhashtablerhsize(V);
#endif

extern LVAL
    xcomplexp(V), xcomplex(V), xconjugate(V), xrealpart(V), ximagpart(V),
    xlog(V), xfloor(V), xceil(V), xround(V), xphase(V), xlcm(V), xash(V),
    xmod(V);

#ifdef BIGNUMS
extern LVAL xffix(V), xffloor(V), xfceil(V), xfround(V);
extern LVAL xrationalp(V), xnumerator(V), xdenominator(V), xrational(V);
extern LVAL xlogeqv(V), xlognand(V), xlognand(V), xlognor(V), xlogandc1(V);
extern LVAL xlogandc2(V), xlogorc1(V), xlogorc2(V);
extern LVAL xlogtest(V), xlogbitp(V), xlogcount(V), xintlen(V);
#endif

#ifdef STSZ
extern LVAL xsetmark(V);
#endif

extern LVAL xarraydimensions(V);
extern LVAL xarrayrank(V);
extern LVAL xarraytotalsize(V);
extern LVAL xarraydimension(V);
extern LVAL xarrayinboundsp(V);
extern LVAL xarrayrowmajorindex(V);
extern LVAL xrowmajoraref(V);
extern LVAL xarrayelementtype(V);

#ifdef PACKAGES
extern LVAL xmakepackage(V);
extern LVAL xinpackage(V);
extern LVAL xexport(V);
extern LVAL xunexport(V);
extern LVAL ximport(V);
extern LVAL xsympackage(V);
extern LVAL xusepackage(V);
extern LVAL xunusepackage(V);
extern LVAL xpackageuselist(V);
extern LVAL xpackageusedbylist(V);
extern LVAL xpackageshadows(V);
extern LVAL xpackagename(V);
extern LVAL xpackagenicknames(V);
extern LVAL xpackageobarray(V);
extern LVAL xpackagevalidp(V);
extern LVAL xlistallpackages(V);
extern LVAL xunintern(V);
extern LVAL xshadow(V);
extern LVAL xshadowingimport(V);
extern LVAL xfindpackage(V);
extern LVAL xfindsymbol(V);
extern LVAL xdeletepackage(V);
extern LVAL xrenamepackage(V);
extern LVAL xfindallsymbols(V);
#endif /* PACKAGES */

#ifdef MULVALS
extern LVAL xvalues(V);
extern LVAL xmulvalcall(V);
extern LVAL xmulvalprog1(V);
extern LVAL xnthvalue(V);
#endif /* MULVALS */

extern LVAL xfunctionp(V);

extern LVAL xcopyseq(V);
extern LVAL xsignal(V);
extern LVAL xwarn(V);
extern LVAL xdebug(V);
extern LVAL xstackval(V);
extern LVAL xgetdectime(V);
extern LVAL xmkstring(V);
extern LVAL xmkrndstate(V);
extern LVAL xrndstatep(V);

#ifdef BYTECODE
extern LVAL xsetget(V);
extern LVAL xsetsymval(V);
extern LVAL xsetsymfun(V);
extern LVAL xsetsymplist(V);
extern LVAL xsetaref(V);
extern LVAL xsetgethash(V);
extern LVAL xsetcar(V);
extern LVAL xsetcdr(V);
extern LVAL xsetnth(V);
extern LVAL xsetelt(V);
extern LVAL xsetsvref(V);
extern LVAL xlbcclose(V);
extern LVAL xlcoercemacro(V);
extern LVAL xlmakebcode(V);
extern LVAL xlmakecpsnode(V);
extern LVAL xlcpsinternal(V);
extern LVAL xlcpstransform(V);
extern LVAL xlcpsleafnodep(V);
extern LVAL xlcpslambdanodep(V);
extern LVAL xlcpscallnodep(V);
extern LVAL xlcpsanyrefs(V);
extern LVAL xlcpsfindrefs(V);
extern LVAL xlcpsnodechildren(V);
extern LVAL xlcpsnodeparent(V);
extern LVAL xlcpsnodesimplified(V);
extern LVAL xlcpsnodenote(V);
extern LVAL xlcpsleafnodevalue(V);
extern LVAL xlcpsleafnodecount(V);
extern LVAL xlcpslambdanodearglist(V);
extern LVAL xlcpslambdanodelambdalist(V);
extern LVAL xlcpslambdanodename(V);
extern LVAL xlcpssetnodechildren(V);
extern LVAL xlcpssetnodeparent(V);
extern LVAL xlcpssetnodesimplified(V);
extern LVAL xlcpssetnodenote(V);
extern LVAL xlcpssetleafnodevalue(V);
extern LVAL xlcpssetleafnodecount(V);
extern LVAL xlcpssetlambdanodearglist(V);
extern LVAL xlcpssetlambdanodelambdalist(V);
extern LVAL xlcpssetlambdanodename(V);
extern LVAL xlcpslambdanodebody(V);
extern LVAL xlcpscallnodefunction(V);
extern LVAL xlcpscallnodeargs(V);
extern LVAL xldval(V);
extern LVAL xlgetlambdaname(V);
#endif /* BYTECODE */

#ifdef SHAREDLIBS
extern LVAL xshlibopen(V);
extern LVAL xshlibsymaddr(V);
extern LVAL xshlibclose(V);
extern LVAL xshlibcalladdr(V);
#ifdef _Windows
extern LVAL xshlibstdcalladdr(V);
#endif
extern LVAL xarraydata_addr(V);
extern LVAL xmakesubr(V);
extern LVAL xclearsubr(V);
extern LVAL xshlibinit(V);
extern LVAL xshlibinfo(V);
#endif /* SHAREDLIBS */

extern LVAL xsetwd(V), xgetwd(V);
extern LVAL xthe(V), xsymaclet(V);
extern LVAL xinstallfun(V);

/* $putpatch.c$: "MODULE_XLFTAB_H_GLOBALS" */