ALPHA	sccs/hdr/defines.h	/^#define	ALPHA(c)	(LOWER(c) || UPPER(c))$/
BLANK	sccs/cmd/src/prt.c	/^# define BLANK(p)	while (!(*p == '\\0' || *p == ' '/
CHRTRAN	sccs/cmd/src/diff.c	/^#define	CHRTRAN(x)	(iflag ? (iswupper(x) ? towlowe/
DEBUG	sgs/inc/common/macros.h	/^#define	DEBUG(var, type)	fprintf(stderr, #var "= %/
DEC	sccs/lib/comobj/src/encode.c	/^#define DEC(c)	(((c) - ' ') & 077)$/
DO2	sccs/lib/comobj/src/date_ba.c	/^# define DO2(p,n,c)	*p++ = ((char) ((n)\/10) + '0')/
DO2_	sccs/lib/comobj/src/date_bal.c	/^# define DO2_(p,n)	*p++ = ((char) ((n)\/10) + '0');/
DO4	sccs/lib/comobj/src/date_bal.c	/^# define DO4(p,n,c)	*p++ = ((char) ((n)\/1000) + '0/
DO8	sccs/lib/comobj/src/ssum.c	/^#define	DO8(a)	a; a; a; a; a; a; a; a;$/
ENC	sccs/lib/comobj/src/encode.c	/^#define ENC(c) (((c) & 077) + ' ')$/
ERRABORT	sgs/inc/common/macros.h	/^#define	ERRABORT()	_error() { abort(); }$/
FRSTR	sgs/inc/common/fatal.h	/^# define FRSTR()	RSTR(Fflags,old_Fflags);$/
FSAVE	sgs/inc/common/fatal.h	/^# define FSAVE(val)	SAVE(Fflags,old_Fflags); Fflag/
INCR	sccs/cmd/src/vc.c	/^# define INCR(int) if (++int == nslots) { \\$/
LOWER	sccs/hdr/defines.h	/^#define	LOWER(c)	((c) >= 'a' && (c) <= 'z')$/
Madmin	sccs/cmd/src/admin.c	/^main(argc,argv)$/
Mbdiff	sccs/cmd/src/bdiff.c	/^main(argc, argv)$/
Mcomb	sccs/cmd/src/comb.c	/^main(argc,argv)$/
Mdelta	sccs/cmd/src/delta.c	/^main(argc,argv)$/
Mdiff	sccs/cmd/src/diff.c	/^main(argc, argv)$/
Mdiffh	sccs/cmd/src/diffh.c	/^main(argc, argv)$/
Mget	sccs/cmd/src/get.c	/^main(argc,argv)$/
Mhelp	sccs/cmd/src/help.c	/^main(argc,argv)$/
Mhelp2	sccs/cmd/src/help2.c	/^main(argc, argv)$/
Mprs	sccs/cmd/src/prs.c	/^main(argc,argv)$/
Mprt	sccs/cmd/src/prt.c	/^main(argc,argv)$/
Mrmchg	sccs/cmd/src/rmchg.c	/^main(argc,argv)$/
Msccs	sccs/cmd/src/sccs.c	/^main(argc, argv)$/
Msccscvt	sccs/cmd/src/sccscvt.c	/^main(ac, av)$/
Msccslog	sccs/cmd/src/sccslog.c	/^main(ac, av)$/
Munget	sccs/cmd/src/unget.c	/^main(argc,argv)$/
Mval	sccs/cmd/src/val.c	/^main(argc,argv)$/
Mvc	sccs/cmd/src/vc.c	/^main(argc, argv)$/
Mwhat	sccs/cmd/src/what.c	/^main(argc,argv)$/
NCCHRTRAN	sccs/cmd/src/diff.c	/^#define	NCCHRTRAN(x)	(iswupper(x) ? towlower(x) : /
NOGETTEXT	sccs/hdr/i18n.h	/^#define  NOGETTEXT(str)  (str)	\/* Wrap text not to/
NONBLANK	sgs/inc/common/macros.h	/^#define	NONBLANK(p)	while (*(p) == ' ' || *(p) == /
PROGPATH	sccs/cmd/src/sccs.c	/^#define	PROGPATH(name)	#name$/
ROUND	sccs/hdr/defines.h	/^#define	ROUND(x,base)   (((x) + (base-1)) & ~(base/
SAVE	sgs/inc/common/macros.h	/^#define	SAVE(name, place)	{ int place = name;$/
SCCSID	sgs/inc/common/macros.h	/^#define	SCCSID(arg)		static char Sccsid[] = #arg$/
TR	sccs/lib/cassi/src/cmrcheck.c	/^#define TR(W,X,Y,Z) fprintf (stdout, W, X, Y, Z)$/
UPPER	sccs/hdr/defines.h	/^#define	UPPER(c)	((c) >= 'A' && (c) <= 'Z')$/
USXALLOC	sccs/hdr/defines.h	/^# define USXALLOC() \\$/
__PR	sccs/cmd/src/diff.c	/^#define	__PR(a)	a$/
__comobj	sccs/lib/comobj/src/cdata.c	/^__comobj()$/
__mpw	sccs/lib/mpwlib/src/mdata.c	/^__mpw()$/
_exists	sgs/inc/common/macros.h	/^#define	_exists(file)		(stat(file, &_Statbuf) < 0 /
_lhash_add	sccs/lib/comobj/src/lhash.c	/^_lhash_add(str, htab)$/
_trans	sccs/cmd/src/get.c	/^_trans(tp,str,rest)$/
abs	sgs/inc/common/macros.h	/^#define	abs(x)			((x) >= 0 ? (x) : -(x))$/
add_q	sccs/cmd/src/val.c	/^add_q(pkt,ser,keep,iord,user)$/
addgen	sccs/cmd/src/bdiff.c	/^addgen(lpp, bufsizp, fp)$/
addq	sccs/lib/comobj/src/rdmod.c	/^void addq(pkt, ser, keep, iord, user)$/
adjust	sccs/cmd/src/admin.c	/^adjust(line)$/
admin	sccs/cmd/src/admin.c	/^admin(afile)$/
after	sccs/cmd/src/delta.c	/^after(pkt, n)$/
annotate	sccs/cmd/src/get.c	/^annotate(pkt)$/
any	sccs/lib/mpwlib/src/any.c	/^any(c,s)$/
apply	sccs/cmd/src/val.c	/^# define apply(qp)	((qp->q_iord == INS && qp->q_ke/
argchop	sccs/lib/cassi/src/filehand.c	/^argchop (s, fldsep, sargs)		\/* Seperate s into its/
asgfunc	sccs/cmd/src/vc.c	/^asgfunc(aptr)$/
ask	sccs/cmd/src/help2.c	/^ask()$/
aux_create	sccs/cmd/src/prs.c	/^aux_create(iop,file,delchar)$/
auxf	sccs/lib/comobj/src/auxf.c	/^auxf(sfile,ch)$/
before	sccs/cmd/src/delta.c	/^before(pkt, n)$/
binary	sccs/cmd/src/diff.c	/^binary(f)$/
bitset	sccs/cmd/src/sccs.c	/^#define	bitset(bit, word)	((bool) ((bit) & (word))/
bool	sccs/cmd/src/sccs.c	228
buff	sccs/cmd/src/diff.c	2498
bulkprepare	sccs/cmd/src/admin.c	/^bulkprepare(afile)$/
calldiff	sccs/cmd/src/diff.c	/^calldiff(wantpr)$/
callprog	sccs/cmd/src/sccs.c	/^callprog(progpath, flags, argv, forkflag)$/
cand	sccs/cmd/src/diff.h	108
cat	sccs/lib/mpwlib/src/cat.c	/^cat(char *dest, ...)$/
catpfile	sccs/cmd/src/unget.c	/^catpfile(pkt)$/
cftime	sccs/cmd/src/diff.c	/^#define	cftime(buf, dcmsg, tl)	(strcpy(buf, ctime(/
change	sccs/cmd/src/diff.c	/^change(a, b, c, d)$/
check	sccs/cmd/src/diff.c	/^check()$/
check_permission_SccsDir	sccs/lib/mpwlib/src/fatal.c	/^check_permission_SccsDir(path)$/
checkmagic	sccs/lib/comobj/src/sinit.c	/^checkmagic(pkt, p)$/
checkpfent	sccs/cmd/src/sccs.c	/^checkpfent(pf)$/
chk_ix	sccs/cmd/src/val.c	/^chk_ix(new,head)$/
chkid	sccs/lib/comobj/src/chkid.c	/^chkid(line, idstr, sflags)$/
chkix	sccs/lib/comobj/src/rdmod.c	/^chkix(new, head)$/
chksid	sccs/lib/comobj/src/chksid.c	/^chksid(p,sp)$/
ck_lock	sccs/lib/comobj/src/permiss.c	/^ck_lock(p,pkt)$/
ck_spec	sccs/cmd/src/prs.c	/^ck_spec(p)$/
ckmrs	sccs/cmd/src/rmchg.c	/^ckmrs(pkt,p)$/
clean	sccs/cmd/src/sccs.c	/^clean(mode, argv)$/
clean_up	sccs/cmd/src/admin.c	/^clean_up()$/
clrl	sccs/cmd/src/diffh.c	/^clrl(f, n)$/
cmp	sccs/cmd/src/diffh.c	/^cmp(s, t)$/
cmpdate	sccs/lib/comobj/src/cmpdate.c	/^cmpdate(d1, d2)$/
cmrcheck	sccs/lib/cassi/src/cmrcheck.c	/^cmrcheck (cmr, appl)$/
cmrerror	sccs/lib/cassi/src/error.c	/^void cmrerror(dummy)$/
cmrinsert	sccs/cmd/src/get.c	/^cmrinsert(pkt)$/
cmt_ba	sccs/cmd/src/admin.c	/^cmt_ba(dt,str, flags)$/
code	sccs/cmd/src/admin.c	/^code(iptr,afile,offset,thash,pktp)$/
comb	sccs/cmd/src/comb.c	/^comb(file)$/
command	sccs/cmd/src/sccs.c	/^command(argv, forkflag, arg0)$/
compare	sccs/cmd/src/diff.c	/^compare(dp)$/
condset	sccs/lib/comobj/src/setup.c	/^condset(ap,code,reason)$/
context_vec	sccs/cmd/src/diff.h	124
convert	sccs/cmd/src/sccscvt.c	/^convert(file)$/
copy	sccs/hdr/defines.h	/^# define copy(srce,dest)	cat(dest, srce, (char *)0/
copyrest	sccs/lib/cassi/src/filehand.c	/^copyrest (fp1, fp2, place, bsize)		\/* Copy the res/
copytemp	sccs/cmd/src/diff.c	/^copytemp(fn)$/
cvtdelt2v4	sccs/cmd/src/sccscvt.c	/^cvtdelt2v4(pkt)$/
cvtdelt2v6	sccs/cmd/src/sccscvt.c	/^cvtdelt2v6(pkt)$/
d_outdec	sccs/lib/comobj/src/encode.c	/^d_outdec(p, f, n)$/
date_ab	sccs/lib/comobj/src/date_ab.c	/^date_ab(adt, bdt, flags)$/
date_abz	sccs/lib/comobj/src/date_ab.c	/^date_abz(adt, bdt, flags)$/
date_ba	sccs/lib/comobj/src/date_ba.c	/^date_ba(bdt, adt, flags)$/
date_bal	sccs/lib/comobj/src/date_bal.c	/^date_bal(bdt, adt, flags)$/
date_bazl	sccs/lib/comobj/src/date_bal.c	/^date_bazl(bdt, adt, flags)$/
dbg_fmalloc	sccs/lib/mpwlib/src/fmalloc.c	/^dbg_fmalloc(asize, file, line)$/
dclfunc	sccs/cmd/src/vc.c	/^dclfunc(dptr)$/
decode	sccs/lib/comobj/src/encode.c	/^decode(istr,outfile)$/
defined	sccs/cmd/src/admin.c	/^#if defined(sun)$/
del_ab	sccs/lib/comobj/src/del_ab.c	/^del_ab(p,dt,pkt)$/
del_ba	sccs/lib/comobj/src/del_ba.c	/^del_ba(dt, str, flags)$/
delent	sccs/cmd/src/prt.c	76
delete	sccs/cmd/src/delta.c	/^delete(pkt, linenum, n, ser)$/
delgen	sccs/cmd/src/bdiff.c	/^delgen(lpp, bufsizp, fp)$/
delta	sccs/cmd/src/delta.c	/^delta(file)$/
deltab	sccs/hdr/defines.h	341
deltack	sccs/lib/cassi/src/deltack.c	/^deltack(pfile, mrs, nsid, apl, sflags)$/
deltblchk	sccs/cmd/src/prs.c	/^deltblchk(pkt)$/
diffdir	sccs/cmd/src/diff.c	/^diffdir(argv)$/
diffs	sccs/cmd/src/sccs.c	/^diffs(nfiles, argv)$/
dir	sccs/cmd/src/diff.h	94
direrror	sccs/cmd/src/admin.c	/^direrror(dir, keylet)$/
dname	sccs/lib/mpwlib/src/dname.c	/^char *dname(p)$/
do_delt	sccs/cmd/src/val.c	/^do_delt(pkt,goods,d_sid)$/
do_diffs	sccs/cmd/src/sccs.c	/^do_diffs(file)$/
do_file	sccs/lib/comobj/src/dofile.c	/^do_file(p, func, check_file, need_sdot)$/
do_get	sccs/cmd/src/get.c	/^do_get(file)$/
do_unedit	sccs/cmd/src/sccs.c	/^do_unedit(fn)$/
do_validate	sccs/cmd/src/val.c	/^do_validate(c_path)$/
doand	sccs/cmd/src/vc.c	/^doand()$/
dodelt	sccs/lib/comobj/src/dodelt.c	/^dodelt(pkt,statp,sidp,type)$/
dodeltbl	sccs/cmd/src/prs.c	/^dodeltbl(pkt)$/
dodiff	sccs/cmd/src/delta.c	/^dodiff(newf,oldf,difflim)$/
dodir	sccs/cmd/src/sccscvt.c	/^dodir(name)$/
dofile	sccs/cmd/src/sccslog.c	/^dofile(name)$/
doflags	sccs/lib/comobj/src/permiss.c	/^doflags(pkt)$/
dohist	sccs/lib/comobj/src/dohist.c	/^dohist(file)$/
doie	sccs/lib/comobj/src/doie.c	/^doie(pkt,ilist,elist,glist)$/
doixg	sccs/lib/comobj/src/dodelt.c	/^doixg(p,ixgp)$/
dolist	sccs/lib/comobj/src/dolist.c	/^dolist(pkt,list,ch)$/
dometa	sccs/lib/comobj/src/dometa.c	/^dometa(pkt)$/
done	sccs/cmd/src/diff.c	/^done()$/
door	sccs/cmd/src/vc.c	/^door()$/
dopen	sccs/cmd/src/diffh.c	/^dopen(f1, f2)$/
dorecurse	sccs/cmd/src/sccs.c	/^dorecurse(argv, np, dir, cmd)$/
dorel	sccs/lib/comobj/src/sethome.c	/^dorel(bp, len)$/
dot_dotdot	sccs/cmd/src/sccs.c	/^#define	dot_dotdot(n)	((n)[(n)[0] != '.' ? 0 : (n)/
dowhat	sccs/cmd/src/what.c	/^dowhat(iop)$/
dtime	sccs/lib/comobj/src/dtime.c	/^dtime(dt)$/
dtime_t	sccs/hdr/defines.h	271
dummy_clean_up	sccs/lib/mpwlib/src/fatal.c	/^dummy_clean_up()$/
dummy_enter	sccs/lib/comobj/src/sinit.c	/^dummy_enter(pkt, ch, n, sidp)$/
dummy_escdodelt	sccs/lib/comobj/src/sinit.c	/^dummy_escdodelt(pkt)$/
dummy_fredck	sccs/lib/comobj/src/sinit.c	/^dummy_fredck(pkt)$/
dump_context_vec	sccs/cmd/src/diff.c	/^dump_context_vec()$/
dysize	sccs/lib/comobj/src/date_ab.c	/^#define	dysize(A) (((A)%4)? 365 : (((A)%100) == 0 /
e_outdec	sccs/lib/comobj/src/encode.c	/^e_outdec(p, f)$/
easysynch	sccs/cmd/src/diffh.c	/^easysynch()$/
ecopy	sccs/cmd/src/vc.c	/^ecopy(s1,s2)$/
editor	sccs/cmd/src/sccs.c	/^editor(nfiles, argv)$/
edpfile	sccs/cmd/src/unget.c	/^edpfile(pkt,sp)$/
efatal	sccs/lib/mpwlib/src/fatal.c	/^efatal(msg)$/
encode	sccs/lib/comobj/src/encode.c	/^encode(infile,outfile)$/
endfunc	sccs/cmd/src/vc.c	/^endfunc()$/
entcmp	sccs/cmd/src/diff.c	/^entcmp(d1, d2)$/
enter	sccs/cmd/src/comb.c	/^enter(pkt,ch,n,sidp)$/
eqsid	sccs/lib/comobj/src/eqsid.c	/^eqsid(s1, s2)$/
equal	sgs/inc/common/macros.h	/^#define	equal(str1, str2)	(strcmp((str1), (str2)) /
equiv	sccs/cmd/src/diff.c	/^equiv(a, n, b, m, c)$/
errfunc	sccs/cmd/src/vc.c	/^errfunc(eptr)$/
error	sccs/cmd/src/diff.c	/^error(s)$/
esccmfdelt	sccs/cmd/src/rmchg.c	/^esccmfdelt(pkt)$/
escdodelt	sccs/cmd/src/rmchg.c	/^escdodelt(pkt)$/
exists	sgs/inc/common/macros.h	/^#define	exists(file)		(stat(file, &Statbuf) < 0 ? /
exp	sccs/cmd/src/vc.c	/^exp()$/
fatal	sccs/cmd/src/bdiff.c	/^fatal(msg)$/
fclose	sccs/hdr/defines.h	/^#define	fclose(f)	xfclose(f)$/
fdfopen	sccs/lib/mpwlib/src/fdfopen.c	/^fdfopen(fd, mode)$/
fdx	sccs/hdr/defines.h	/^#define	fdx(c)	((c)-'a')	\/* Flag array index (e.g./
fetch	sccs/cmd/src/diff.c	/^fetch(f, a, b, filen, s, oldfile)$/
ffree	sccs/lib/mpwlib/src/fmalloc.c	/^ffree(aptr)$/
ffreeall	sccs/lib/mpwlib/src/fmalloc.c	/^ffreeall()$/
fgetchk	sccs/cmd/src/admin.c	/^fgetchk(inptr, file, pkt, fflag)$/
fgetl	sccs/cmd/src/vc.c	/^fgetl(linep, sizep, f)$/
fgetline	sccs/cmd/src/sccslog.c	/^fgetline(f, buf, len)$/
filebinary	sccs/cmd/src/diff.c	/^filebinary(f)$/
filename	sccs/cmd/src/diff.c	/^filename(pa1, pa2, st, ifile)$/
findch	sccs/cmd/src/vc.c	/^findch(astr,match)$/
findprt	sccs/lib/comobj/src/help.c	/^findprt(f, p, locale)$/
findstr	sccs/cmd/src/vc.c	/^findstr(astr,pat)$/
finduser	sccs/lib/comobj/src/permiss.c	/^finduser(pkt)$/
fix	sccs/cmd/src/sccs.c	/^fix(nfiles, argv)$/
fixnum	sccs/cmd/src/bdiff.c	/^fixnum(lp)$/
fixpath	sccs/lib/mpwlib/src/abspath.c	/^char *fixpath(p)$/
flushline	sccs/lib/comobj/src/putline.c	/^flushline(pkt,stats)$/
flushto	sccs/lib/comobj/src/flushto.c	/^flushto(pkt, ch, put)$/
fmalloc	sccs/lib/mpwlib/src/fmalloc.c	/^fmalloc(asize)$/
fmterr	sccs/lib/comobj/src/fmterr.c	/^fmterr(pkt)$/
fr	sccs/lib/comobj/src/encode.c	/^fr(fd, buf, cnt)$/
fredck	sccs/cmd/src/rmchg.c	/^fredck(pkt)$/
ftellbuf	sccs/cmd/src/diff.c	/^ftellbuf(filen)$/
ftrans	sccs/lib/cassi/src/filehand.c	/^ftrans (opcode, file1, file2, area, asize)$/
gN	sccs/lib/comobj/src/date_ab.c	/^gN(str, next, num, digits, chars)$/
gNp	sccs/lib/comobj/src/date_ab.c	/^gNp(str, next, num, digits, chars)$/
gen_lfile	sccs/cmd/src/get.c	/^gen_lfile(pkt)$/
get	sccs/cmd/src/get.c	/^get(pkt, file)$/
getNsid	sccs/cmd/src/sccs.c	/^getNsid(file, user)$/
get_Del_Date_time	sccs/lib/comobj/src/del_ab.c	/^get_Del_Date_time(p,dt,pkt,p_tm)$/
get_Sccs_Comments	sccs/lib/comobj/src/dohist.c	/^get_Sccs_Comments () {$/
get_close	sccs/cmd/src/val.c	/^get_close()$/
get_hash	sccs/cmd/src/sccscvt.c	/^get_hash(ser)$/
get_hashtest	sccs/cmd/src/val.c	/^get_hashtest(ser)$/
get_line	sccs/cmd/src/val.c	/^get_line(pkt)$/
get_list_files	sccs/cmd/src/sccs.c	/^get_list_files(listfilesp, filename, no_sdot)$/
get_sccscomment	sccs/cmd/src/sccs.c	/^get_sccscomment()$/
get_setup	sccs/cmd/src/sccscvt.c	/^get_setup(file)$/
getadel	sccs/cmd/src/prs.c	/^getadel(pkt,dt)$/
getasid	sccs/lib/comobj/src/dolist.c	/^getasid(p,sp)$/
getastat	sccs/cmd/src/val.c	/^getastat(p, ip)$/
getbody	sccs/cmd/src/prs.c	/^getbody(gsid,pkt)$/
getbufwchar	sccs/cmd/src/diff.c	/^getbufwchar(filen, blen)$/
getcomments	sccs/lib/comobj/src/dohist.c	/^getcomments()$/
getdel	sccs/cmd/src/prt.c	/^getdel(delp,lp)$/
getdiff	sccs/cmd/src/delta.c	/^getdiff(type,plinenum)$/
getdtablesize	sccs/cmd/src/delta.c	/^getdtablesize()$/
getid	sccs/cmd/src/vc.c	/^getid(gptr)$/
getinfo	sccs/lib/cassi/src/deltack.c	/^getinfo(freddy,sys)$/
getit	sccs/cmd/src/prs.c	/^getit(str,cp)$/
getline	sccs/lib/comobj/src/getline.c	/^getline(pkt)$/
getln	sccs/cmd/src/diffh.c	/^getln(f, n)$/
getpfent	sccs/cmd/src/sccs.c	/^getpfent(pfp)$/
getpred	sccs/cmd/src/comb.c	/^getpred(idp, vec, i)$/
getrec	sccs/lib/cassi/src/filehand.c	/^getrec (file, buffer, recsep, rectype, maxlen)$/
getresp	sccs/lib/comobj/src/dohist.c	/^getresp(repstr,result)$/
getser	sccs/lib/comobj/src/getser.c	/^getser(pkt)$/
getstats	sccs/cmd/src/prs.c	/^getstats(pkt,statp)$/
getval	sccs/cmd/src/admin.c	/^getval(sourcep,destp)$/
gf	sccs/lib/cassi/src/gf.c	/^char *gf (appl)$/
gid_t	sgs/inc/common/ccstypes.h	53
gmtoff	sccs/lib/comobj/src/dtime.c	/^gmtoff(crtime)$/
gns	sccs/lib/comobj/src/date_ab.c	/^gns(str, next)$/
gstrbotch	sccs/cmd/src/sccs.c	/^gstrbotch(str1, str2)$/
gstrcat	sccs/cmd/src/sccs.c	/^static char *gstrcat(to, from, xlength)$/
gstrcpy	sccs/cmd/src/sccs.c	/^static char *gstrcpy(to, from, xlength)$/
gstrncat	sccs/cmd/src/sccs.c	/^static char *gstrncat(to, from, n, xlength)$/
gtz	sccs/lib/comobj/src/date_ab.c	/^gtz(str, next)$/
h_elem	sccs/lib/comobj/src/lhash.c	28
hardsynch	sccs/cmd/src/diffh.c	/^hardsynch()$/
idel	sccs/hdr/defines.h	361
idsetup	sccs/cmd/src/get.c	/^idsetup(pkt)$/
idsubst	sccs/cmd/src/get.c	/^idsubst(pkt,line)$/
iffunc	sccs/cmd/src/vc.c	/^iffunc(iptr)$/
imatch	sccs/lib/mpwlib/src/imatch.c	/^imatch(prefix,string)$/
in_pfile	sccs/lib/comobj/src/newsid.c	/^in_pfile(sp,pkt)$/
initbuf	sccs/cmd/src/diff.c	/^initbuf(iop, filen, offset)$/
insert	sccs/cmd/src/delta.c	/^insert(pkt, linenum, n, ser)$/
invalid	sccs/cmd/src/prs.c	/^invalid(i_sid)$/
isbinary	sccs/cmd/src/diff.c	/^isbinary(buf, cnt)$/
isbranch	sccs/cmd/src/sccs.c	/^isbranch(sid)$/
isdir	sccs/cmd/src/sccs.c	/^isdir(name)$/
isfile	sccs/cmd/src/sccs.c	/^isfile(name)$/
istext	sccs/cmd/src/sccs.c	/^istext(nfiles, argv)$/
ixg	sccs/hdr/defines.h	350
ixgsetup	sccs/lib/comobj/src/setup.c	/^ixgsetup(ap,ixgp)$/
length	sgs/inc/common/macros.h	/^#define	length(str)		strlen(str)$/
lhash_add	sccs/lib/comobj/src/lhash.c	/^lhash_add(str)$/
lhash_lookup	sccs/lib/comobj/src/lhash.c	/^lhash_lookup(str)$/
lhash_size	sccs/lib/comobj/src/lhash.c	/^lhash_size(size)$/
lhashval	sccs/lib/comobj/src/lhash.c	/^lhashval(str, maxsize)$/
line	sccs/cmd/src/diff.h	114
linerange	sccs/cmd/src/delta.c	/^linerange(cp, low, high)$/
lineread	sccs/cmd/src/prt.c	/^lineread(eof)$/
list_files	sccs/cmd/src/sccs.c	245
lochelp	sccs/lib/comobj/src/help.c	/^lochelp(ky, fi, fisize)$/
lockit	sccs/lib/mpwlib/src/lockit.c	/^lockit(lockfile, count, pid, uuname)$/
logname	sccs/lib/comobj/src/logname.c	/^char	*logname()$/
long	sccs/hdr/defines.h	68
lookup	sccs/cmd/src/sccs.c	/^lookup(name)$/
makefile	sccs/cmd/src/sccs.c	/^makefile(name, in_SccsDir)$/
makegfile	sccs/cmd/src/sccs.c	/^makegfile(name)$/
maket	sccs/cmd/src/bdiff.c	/^maket(file)$/
makgdate	sccs/cmd/src/get.c	/^makgdate(old,new)$/
makgdatel	sccs/cmd/src/get.c	/^makgdatel(old,new)$/
mapuser	sccs/cmd/src/sccslog.c	/^mapuser(name)$/
max	sccs/cmd/src/diff.c	/^#define	max(a, b)	((a) < (b) ? (b) : (a))$/
maxser	sccs/hdr/defines.h	/^# define maxser(pkt)	((pkt)->p_idel->i_pred)$/
memchr	sccs/hdr/defines.h	/^#define	memchr(s, c, n)		findbytes(s, n, c)$/
memcpy	sccs/hdr/defines.h	/^#define	memcpy(s1, s2, n)	movebytes(s2, s1, n)$/
memmove	sccs/hdr/defines.h	/^#define	memmove(s1, s2, n)	movebytes(s2, s1, n)$/
memset	sccs/hdr/defines.h	/^#define	memset(s, c, n)		fillbytes(s, n, c)$/
min	sccs/cmd/src/diff.c	/^#define	min(a, b)	((a) > (b) ? (b) : (a))$/
mkdelt	sccs/cmd/src/delta.c	/^mkdelt(pkt,sp,osp,diffloop,orig_nlines)$/
mkixg	sccs/cmd/src/delta.c	/^mkixg(pkt,reason,ch)$/
mkprefix	sccs/lib/comobj/src/sethome.c	/^mkprefix(bp, len, n)$/
mkrelhome	sccs/lib/comobj/src/sethome.c	/^mkrelhome(bp, len, n)$/
mode_t	sgs/inc/common/ccstypes.h	56
mosize	sccs/lib/comobj/src/date_ab.c	/^mosize(y, t)$/
movstr	sccs/cmd/src/diffh.c	/^movstr(s, t)$/
mrfixup	sccs/lib/comobj/src/dohist.c	/^mrfixup()$/
msg	sccs/cmd/src/rmchg.c	/^msg(app, name, cmrs, stats, sids, fred, sflags)$/
msgfunc	sccs/cmd/src/vc.c	/^msgfunc(mptr)$/
mylock	sccs/lib/mpwlib/src/lockit.c	/^mylock(lockfile, pid, uuname)$/
mystrptime	sccs/lib/comobj/src/strptim.c	/^mystrptime(p, t, val)$/
newcand	sccs/cmd/src/diff.c	/^newcand(x, y, pred)$/
newsid	sccs/lib/comobj/src/newsid.c	/^newsid(pkt,branch)$/
newstats	sccs/lib/comobj/src/newstats.c	/^newstats(pkt,strp,ch)$/
nextfield	sccs/cmd/src/sccs.c	/^nextfield(p)$/
nlink_t	sgs/inc/common/ccstypes.h	57
noroom	sccs/cmd/src/diff.c	/^noroom()$/
nothingedited	sccs/cmd/src/sccs.c	/^nothingedited(nobranch, usernm)$/
nse_file_trim	sccs/lib/mpwlib/src/fatal.c	/^nse_file_trim(f, vcshist)$/
numck	sccs/cmd/src/vc.c	/^numck(nptr)$/
numcomp	sccs/cmd/src/vc.c	/^numcomp(id1, id2)$/
numeric	sgs/inc/common/macros.h	/^#define	numeric(c)		((c) >= '0' && (c) <= '9')$/
omit_sid	sccs/lib/comobj/src/sid_ab.c	/^omit_sid(p)$/
onelock	sccs/lib/mpwlib/src/lockit.c	/^onelock(pid, uuname, lockfile)$/
only	sccs/cmd/src/diff.c	/^only(dp, which)$/
output	sccs/cmd/src/diff.c	/^output()$/
p_file	sccs/cmd/src/sccs.c	384
packet	sccs/hdr/defines.h	397
parse_date	sccs/lib/comobj/src/date_ab.c	/^parse_date(adt, bdt, flags)$/
patoi	sccs/lib/mpwlib/src/patoi.c	/^patoi(s)$/
permiss	sccs/lib/comobj/src/permiss.c	/^permiss(pkt)$/
pf_ab	sccs/lib/comobj/src/pf_ab.c	/^pf_ab(s,pp,all)$/
pfile	sccs/hdr/defines.h	504
pfiletype	sccs/cmd/src/diff.c	/^pfiletype(mode_t fmt)$/
pid_t	sgs/inc/common/ccstypes.h	55
pop	sccs/lib/mpwlib/src/abspath.c	/^pop(stktop)$/
pos_ser	sccs/cmd/src/admin.c	/^pos_ser(s1,s2)$/
prepare	sccs/cmd/src/diff.c	/^prepare(i, arg)$/
prfx	sccs/cmd/src/get.c	/^prfx(pkt)$/
printdel	sccs/cmd/src/prt.c	/^printdel(file,delp)$/
printfile	sccs/cmd/src/prs.c	/^printfile(file)$/
printflags	sccs/cmd/src/prs.c	/^printflags()$/
printit	sccs/cmd/src/prt.c	/^printit(file,str,cp)$/
prints	sccs/cmd/src/diff.h	/^#define	prints(s)	fputs(s, stdout)$/
process	sccs/cmd/src/prs.c	/^process(file)$/
progerr	sccs/cmd/src/diffh.c	/^progerr(s)$/
promdelt	sccs/lib/cassi/src/deltack.c	/^promdelt(cmrs, statp, type, fred, sflags)$/
prt	sccs/cmd/src/prt.c	/^prt(file)$/
prtget	sccs/cmd/src/comb.c	/^prtget(idp, ser, fptr, file)$/
prune	sccs/cmd/src/diff.c	/^prune()$/
push	sccs/lib/mpwlib/src/abspath.c	/^push(chrptr,stktop)$/
put_delmrs	sccs/cmd/src/rmchg.c	/^put_delmrs(pkt)$/
putchr	sccs/lib/comobj/src/putline.c	/^putchr(pkt, c)$/
putcmrs	sccs/cmd/src/delta.c	/^putcmrs(pkt)    $/
putcom	sccs/cmd/src/prs.c	/^putcom(cp)$/
putctl	sccs/lib/comobj/src/putline.c	/^putctl(pkt)$/
putctlnnl	sccs/lib/comobj/src/putline.c	/^putctlnnl(pkt)$/
putin	sccs/cmd/src/vc.c	/^putin(pname, pvalue)$/
putline	sccs/lib/comobj/src/putline.c	/^putline(pkt,newline)$/
putmagic	sccs/lib/comobj/src/putline.c	/^putmagic(pkt, hash)$/
putmeta	sccs/lib/comobj/src/putmeta.c	/^putmeta(pkt)$/
putmr	sccs/cmd/src/prs.c	/^putmr(cp)$/
putmrs	sccs/cmd/src/admin.c	/^putmrs(pkt)$/
putpfent	sccs/cmd/src/sccs.c	/^putpfent(pf, f)$/
putsave	sccs/cmd/src/bdiff.c	/^putsave(linep, bufsizp, type)$/
putsx	sccs/cmd/src/prs.c	/^putsx(cp)$/
queue	sccs/hdr/defines.h	317
ralloc	sccs/cmd/src/diff.c	/^ralloc(p, n)			\/* compacting reallocation *\/$/
range	sccs/cmd/src/admin.c	/^range(line)$/
rddiff	sccs/cmd/src/delta.c	/^rddiff(s, n)$/
rdpfile	sccs/cmd/src/delta.c	/^rdpfile(pkt,sp)$/
read_mod	sccs/cmd/src/prs.c	/^read_mod(pkt)$/
read_to	sccs/cmd/src/prs.c	/^read_to(ch,pkt)$/
readcopy	sccs/cmd/src/get.c	/^readcopy(name, tp)$/
readhash	sccs/cmd/src/diff.c	/^readhash(f, filen, str)$/
readline	sccs/cmd/src/bdiff.c	/^readline(bufferp, bufsizp, filep)$/
readmod	sccs/lib/comobj/src/rdmod.c	/^readmod(pkt)$/
rec_cmp	sccs/lib/cassi/src/filehand.c	/^rec_cmp (args, fmatch, recsep)			\/* Compare a reco/
rem_q	sccs/cmd/src/val.c	/^rem_q(pkt,ser)$/
remove	sccs/hdr/defines.h	/^# define remove(file)		xunlink(file)$/
remq	sccs/lib/comobj/src/rdmod.c	/^void remq(pkt, ser)$/
repfunc	sccs/cmd/src/vc.c	/^repfunc(s)$/
repl	sccs/lib/mpwlib/src/repl.c	/^repl(char *str, char old, char new)$/
replace	sccs/cmd/src/vc.c	/^replace(ptr)$/
report	sccs/cmd/src/val.c	/^report(code,inp_line,file)$/
resetbuf	sccs/cmd/src/diff.c	/^resetbuf(filen)$/
rmchg	sccs/cmd/src/rmchg.c	/^rmchg(file)$/
roundup	sccs/cmd/src/sccs.c	/^#define	roundup(x, y)	((((x)+((y)-1))\/(y))*(y))$/
rtime	sccs/lib/mpwlib/src/urandom.c	/^rtime(tvp)$/
s_init	sccs/cmd/src/val.c	/^s_init(pkt,file)$/
safepath	sccs/cmd/src/sccs.c	/^safepath(p)$/
satoi	sccs/cmd/src/bdiff.c	/^satoi(p, ip)$/
savecmt	sccs/lib/comobj/src/dohist.c	/^savecmt(p)$/
saverest	sccs/cmd/src/bdiff.c	/^saverest(linep, bufsizp, iptr)$/
scanpr	sccs/cmd/src/diff.c	/^scanpr(dp, test, titlen, file1n, efile1n, file2n, /
scanspec	sccs/cmd/src/prs.c	/^scanspec(spec,dtp,statp)$/
sccs_index	sccs/lib/mpwlib/src/index.c	/^sccs_index(as1,as2)$/
sccs_setinsbase	sccs/lib/comobj/src/cdata.c	/^sccs_setinsbase(base)$/
sccsfatalhelp	sccs/lib/comobj/src/help.c	/^sccsfatalhelp(msg)$/
sccsfile	sccs/hdr/defines.h	/^# define sccsfile(f)	imatch("s.", sname(f))$/
sccshelp	sccs/lib/comobj/src/help.c	/^sccshelp(f, msg)$/
sccsprog	sccs/cmd/src/sccs.c	237
search	sccs/cmd/src/diff.c	/^search(c, k, y)$/
searchabs	sccs/lib/comobj/src/sethome.c	/^searchabs(path)$/
set_clean_up	sccs/lib/mpwlib/src/fatal.c	/^set_clean_up(f)$/
set_init_path	sccs/lib/comobj/src/setinitpath.c	/^set_init_path(pkt, file, dir)$/
set_keep	sccs/cmd/src/val.c	/^set_keep(pkt)$/
seteuid	sccs/cmd/src/unget.c	/^#define	seteuid(u)	setresuid((uid_t)-1, (uid_t)(u)/
setfile	sccs/cmd/src/diff.c	/^setfile(fpp, epp, filen)$/
sethome	sccs/lib/comobj/src/sethome.c	/^sethome()$/
setkeep	sccs/lib/comobj/src/rdmod.c	/^void setkeep(pkt)$/
setsig	sccs/cmd/src/bdiff.c	/^setsig()$/
setsig1	sccs/cmd/src/bdiff.c	/^setsig1(sig)$/
setup	sccs/lib/comobj/src/setup.c	/^setup(pkt,serial)$/
setupdir	sccs/cmd/src/diff.c	/^setupdir(cp)$/
setvbuf	sccs/hdr/defines.h	/^#define	setvbuf(f, buf, type, sz)     setvbuf(f, m/
short	sgs/inc/common/ccstypes.h	52
sid	sccs/hdr/defines.h	329
sid_ab	sccs/lib/comobj/src/sid_ab.c	/^sid_ab(p,sp)$/
sid_ba	sccs/lib/comobj/src/sid_ba.c	/^sid_ba(sp,p)$/
sidcmp	sccs/cmd/src/prs.c	/^sidcmp(sid1,sid2)$/
sidext_ab	sccs/lib/comobj/src/sidext_ab.c	/^sidext_ab(pkt, dt, asx)$/
sidext_ba	sccs/lib/comobj/src/sidext_ba.c	/^sidext_ba(pkt, dt)$/
sidext_v4compat_ab	sccs/lib/comobj/src/sidext_ab.c	/^sidext_v4compat_ab(pkt, dt)$/
sidtoser	sccs/lib/comobj/src/sidtoser.c	/^sidtoser(sp,pkt)$/
sinit	sccs/lib/comobj/src/sinit.c	/^sinit(pkt,file,openflag)$/
size	sgs/inc/common/macros.h	/^#define	size(str)		(strlen(str) + 1)$/
skipline	sccs/cmd/src/delta.c	/^skipline(lp, num)$/
sname	sccs/lib/mpwlib/src/sname.c	/^char	*sname(s)$/
sort	sccs/cmd/src/diff.c	/^sort(a, n)				\/* shellsort CACM #201 *\/$/
split_mrs	sccs/cmd/src/rmchg.c	/^split_mrs()$/
ssum	sccs/lib/comobj/src/ssum.c	/^ssum(p, len)$/
stalloc	sccs/lib/comobj/src/dohist.c	/^stalloc(n)$/
stats	sccs/hdr/defines.h	498
stats_ab	sccs/lib/comobj/src/stats_ab.c	/^stats_ab(pkt,statp)$/
stone	sccs/cmd/src/diff.c	/^stone(a, n, b, c)$/
strend	sccs/lib/mpwlib/src/strend.c	/^char *strend(p)$/
streql	sccs/cmd/src/sccslog.c	/^#define	streql(s1, s2)	(strcmp((s1), (s2)) == 0)$/
strerror	sccs/cmd/src/get.c	/^#define	strerror(p)		errmsgstr(p)	\/* Use libschily/
sweep	sccs/lib/cassi/src/filehand.c	/^sweep (opcode, file1, file2, recsep, fldsep, maxle/
symtab	sccs/cmd/src/vc.c	59
syserr	sccs/cmd/src/sccs.c	/^syserr(const char *f, ...)$/
tail	sccs/cmd/src/sccs.c	/^tail(fn)$/
talloc	sccs/cmd/src/diff.c	/^talloc(n)$/
testfred	sccs/cmd/src/rmchg.c	/^testfred(cmr,fredfile)$/
time2dt	sccs/lib/comobj/src/dtime.c	/^time2dt(dt, secs, nsecs)$/
trans	sccs/cmd/src/get.c	/^#define	trans(a, b)	_trans(a, b, lp)$/
trnslat	sccs/lib/mpwlib/src/trnslat.c	/^char *trnslat(str,old,new,result)$/
trypat	sccs/cmd/src/what.c	/^trypat(iop,pat)$/
tv2urand	sccs/lib/mpwlib/src/urandom.c	/^tv2urand(tvp, urp)$/
uid_t	sgs/inc/common/ccstypes.h	52
unedit	sccs/cmd/src/sccs.c	/^unedit(nfiles, argv)$/
unget	sccs/cmd/src/unget.c	/^unget(file)$/
unlockit	sccs/lib/mpwlib/src/lockit.c	/^unlockit(lockfile, pid, uuname)$/
unravel	sccs/cmd/src/diff.c	/^unravel(p)$/
unsort	sccs/cmd/src/diff.c	/^unsort(f, l, b)$/
urand	sccs/hdr/defines.h	70
urand2tv	sccs/lib/mpwlib/src/urandom.c	/^urand2tv(urp, tvp)$/
urand_t	sccs/hdr/defines.h	68
urandom	sccs/lib/mpwlib/src/urandom.c	/^urandom(urp)$/
usage	sccs/cmd/src/diff.c	/^usage()$/
useless	sccs/cmd/src/diff.c	/^useless(cp)$/
userexit	sccs/lib/mpwlib/src/userexit.c	/^userexit(code)$/
usrerr	sccs/cmd/src/sccs.c	/^usrerr(const char *f, ...)$/
usum	sccs/lib/comobj/src/usum.c	/^usum(p, len)$/
val_list	sccs/cmd/src/admin.c	/^val_list(list)$/
validate	sccs/cmd/src/val.c	/^validate(c_path,c_sid,c_type,c_name)$/
valmrs	sccs/lib/comobj/src/dohist.c	/^valmrs(pkt,pgm)$/
verif	sccs/cmd/src/rmchg.c	/^verif(test,pkt)$/
walkfunc	sccs/cmd/src/sccs.c	/^walkfunc(nm, fs, type, state)$/
wargs	sccs/cmd/src/sccs.c	3364
warnctl	sccs/cmd/src/admin.c	/^warnctl(file, nline)$/
wcput	sccs/cmd/src/diff.c	/^wcput(wc)$/
wrtpfile	sccs/cmd/src/get.c	/^wrtpfile(pkt,inc,exc)$/
xcreat	sccs/lib/mpwlib/src/xcreat.c	/^xcreat(char *name, mode_t mode)$/
xfclose	sccs/hdr/defines.h	/^static inline int xfclose(f)$/
xfcreat	sccs/hdr/defines.h	/^# define xfcreat(file,mode)	fdfopen(xcreat(file,mo/
xfopen	sccs/hdr/defines.h	/^# define xfopen(file,mode)	fdfopen(xopen(file,mode/
xgets	sccs/lib/cassi/src/deltack.c	/^xgets(buf, len)$/
xgmtime	sccs/lib/comobj/src/xgmtime.c	/^xgmtime(t)$/
xlink	sccs/lib/mpwlib/src/xlink.c	/^xlink(f1,f2)$/
xlocaltime	sccs/lib/comobj/src/xlocaltime.c	/^xlocaltime(t)$/
xmktime	sccs/lib/comobj/src/xmktime.c	/^xmktime(tm)$/
xmsg	sccs/lib/mpwlib/src/xmsg.c	/^xmsg(file,func)$/
xopen	sccs/lib/mpwlib/src/xopen.c	/^xopen(name,mode)$/
xpipe	sccs/lib/mpwlib/src/xpipe.c	/^xpipe(t)$/
xrm	sccs/lib/comobj/src/putline.c	/^xrm(pkt)$/
xtzset	sccs/lib/comobj/src/xtzset.c	/^xtzset()$/
xunlink	sccs/lib/mpwlib/src/xunlink.c	/^xunlink(f)$/
xx	sccs/cmd/src/sccslog.c	29
xxcmp	sccs/cmd/src/sccslog.c	/^xxcmp(vp1, vp2)$/
zero	sccs/lib/mpwlib/src/zero.c	/^char	*zero(p,n)$/
zrealloc	sccs/lib/mpwlib/src/zrealloc.c	/^zrealloc(ptr, amt)$/
