ENDLIST	polish.c	/^#define ENDLIST(p,n,r) for(p=r; p->n; p=p->n)$/
FORLIST	polish.c	/^#define FORLIST(p,n,r) for(p=r; p; p=p->n)$/
LINK	polish.c	/^#define LINK(p,n,r,t) if(!r)r = p = NEWNODE(t);\\$/
NEWNODE	polish.c	/^#define NEWNODE(type) (struct type *) calloc(1, (u/
_concat	concat.c	/^_concat(out, list)$/
abs	getmaxamp.c	/^# define abs(x) ((x) < 0 ? -(x) : (x))$/
ceil	floor.c	/^ceil (d)$/
closesnd	opensf.c	/^closesnd(sndptr)$/
crack	crack.c	/^char    crack (argc, argv, flags, ign)$/
envmatch	setenv.c	/^static char *envmatch(s, t)$/
ffindamp	getmaxamp.c	/^ffindamp(buf,samples,chans)$/
floor	floor.c	/^floor (d)$/
fsndi	fsndi.c	/^float	fsndi(sndptr,sampnum)$/
getflbuf	getflbuf.c	/^getflbuf(buf,beg,dur,name)$/
getmaxamp	getmaxamp.c	/^SFMAXAMP *getmaxamp(fd,update,startsampf,dursampf)/
getsfcode	sfcodes.c	/^char *getsfcode(hd,code)$/
getsfname	getsfname.c	/^char *getsfname(shortname)$/
lmin	lmaxmin.c	/^long    lmin (i1, i2)$/
malerr	malerr.c	/^malerr(s, x)$/
notify	notify.c	/^notify (who, message)$/
opensf	opensf.c	/^struct	sndesc	*opensf(name)$/
polish	polish.c	/^char   *polish (expression, unops, binops, postops/
putsfcode	sfcodes.c	/^putsfcode(hd,ptr,codeptr)$/
rmenv	setenv.c	/^char	*rmenv(s)$/
setenv	setenv.c	/^char	*setenv(s)$/
setfilts	setfilts.c	/^setfilts (srate, ada)$/
sfexpr	sfexpr.c	/^float   sfexpr (string, timefac)$/
sffield	sfexpr.c	/^sffield (input, string, iglist, brklist)$/
sfindamp	getmaxamp.c	/^sfindamp(buf,samples,chans)$/
strsav	strsav.c	/^strsav (base, string)$/
strsave	strsave.c	/^char *strsave(s)$/
strstrip	strstrip.c	/^char *strstrip(s)$/
tilde	tilde.c	/^tilde (new, old)$/
