BLANK	./cmd/sccs/cmd/src/prt.c	/^# define BLANK(p)	while (!(*p == ' ' || *p == '\\t'/
BOOL	./include/schily/standard.h	86
BUF	./lib/snprintf.c	34
Bug	./lib/strtod.c	/^#define Bug(x) {fprintf(stderr, "%s\\n", x); exit(1/
DEC	./cmd/sccs/lib/comobj/src/encode.c	/^#define DEC(c)	(((c) - ' ') & 077)$/
DIR	./include/schily/dirent.h	162
DO2	./cmd/sccs/lib/comobj/src/date_ba.c	/^# define DO2(p,n,c)	*p++ = ((char) ((n)\/10) + '0')/
ENC	./cmd/sccs/lib/comobj/src/encode.c	/^#define ENC(c) (((c) & 077) + ' ')$/
ERR	./lib/getopt.c	/^#define	ERR(s, c, i)	if (opterr && optstring[0] !=/
FRSTR	./cmd/sgs/inc/common/fatal.h	/^# define FRSTR()	RSTR(Fflags,old_Fflags);$/
FSAVE	./cmd/sgs/inc/common/fatal.h	/^# define FSAVE(val)	SAVE(Fflags,old_Fflags); Fflag/
INCR	./cmd/sccs/cmd/src/vc.c	/^# define INCR(int) if (++int==NSLOTS) { \\$/
Int16_t	./include/schily/utypes.h	246
Int32_t	./include/schily/utypes.h	252
Int64_t	./include/schily/utypes.h	258
Int8_t	./include/schily/utypes.h	240
Intptr_t	./include/schily/utypes.h	275
Llong	./include/schily/utypes.h	143
Madmin	./cmd/sccs/cmd/src/admin.c	/^main(argc,argv)$/
Malign_test	./inc/align_test.c	/^main(ac, av)$/
Mavoffset	./inc/avoffset.c	/^main(ac, av)$/
Mbdiff	./cmd/sccs/cmd/src/bdiff.c	/^main(argc, argv)$/
Mcomb	./cmd/sccs/cmd/src/comb.c	/^main(argc,argv)$/
Mdelta	./cmd/sccs/cmd/src/delta.c	/^main(argc,argv)$/
Mget	./cmd/sccs/cmd/src/get.c	/^main(argc,argv)$/
Mhelp	./cmd/sccs/cmd/src/help.c	/^main(argc,argv)$/
Mhelp2	./cmd/sccs/cmd/src/help2.c	/^main(argc,argv)$/
Mprs	./cmd/sccs/cmd/src/prs.c	/^main(argc,argv)$/
Mprt	./cmd/sccs/cmd/src/prt.c	/^main(argc,argv)$/
Mrmchg	./cmd/sccs/cmd/src/rmchg.c	/^main(argc,argv)$/
Msccs	./cmd/sccs/cmd/src/sccs.c	/^main(argc, argv)$/
Munget	./cmd/sccs/cmd/src/unget.c	/^main(argc,argv)$/
Mval	./cmd/sccs/cmd/src/val.c	/^main(argc,argv)$/
Mvc	./cmd/sccs/cmd/src/vc.c	/^main(argc, argv)$/
Mwhat	./cmd/sccs/cmd/src/what.c	/^main(argc,argv)$/
NOGETTEXT	./cmd/sccs/hdr/i18n.h	/^#define  NOGETTEXT(str)  (str)	\/* Wrap text not to/
PROGPATH	./cmd/sccs/cmd/src/sccs.c	/^# define PROGPATH(name)	#name$/
ROUND	./cmd/sccs/hdr/defines.h	/^#define ROUND(x,base)   (((x) + (base-1)) & ~(base/
S_ISBLK	./include/schily/stat.h	/^#		define	S_ISBLK(m)	(((m) & S_IFMT) == S_IFBLK)$/
S_ISCHR	./include/schily/stat.h	/^#		define	S_ISCHR(m)	(((m) & S_IFMT) == S_IFCHR)$/
S_ISCNT	./include/schily/stat.h	/^#		define	S_ISCNT(m)	(((m) & S_IFMT) == S_IFCNT)$/
S_ISDIR	./include/schily/stat.h	/^#		define	S_ISDIR(m)	(((m) & S_IFMT) == S_IFDIR)$/
S_ISDOOR	./include/schily/stat.h	/^#		define	S_ISDOOR(m)	(((m) & S_IFMT) == S_IFDOOR)/
S_ISEVC	./include/schily/stat.h	/^#		define	S_ISEVC(m)	(((m) & S_IFMT) == S_IFEVC)$/
S_ISFIFO	./include/schily/stat.h	/^#		define	S_ISFIFO(m)	(((m) & S_IFMT) == S_IFIFO)$/
S_ISLNK	./include/schily/stat.h	/^#		define	S_ISLNK(m)	(((m) & S_IFMT) == S_IFLNK)$/
S_ISMPB	./include/schily/stat.h	/^#		define	S_ISMPB(m)	(((m) & S_IFMT) == S_IFMPB)$/
S_ISMPC	./include/schily/stat.h	/^#		define	S_ISMPC(m)	(((m) & S_IFMT) == S_IFMPC)$/
S_ISNAM	./include/schily/stat.h	/^#		define	S_ISNAM(m)	(((m) & S_IFMT) == S_IFNAM)$/
S_ISPORT	./include/schily/stat.h	/^#		define	S_ISPORT(m)	(((m) & S_IFMT) == S_IFPORT)/
S_ISREG	./include/schily/stat.h	/^#		define	S_ISREG(m)	(((m) & S_IFMT) == S_IFREG)$/
S_ISSHAD	./include/schily/stat.h	/^#		define	S_ISSHAD(m)	(((m) & S_IFMT) == S_IFSHAD)/
S_ISSOCK	./include/schily/stat.h	/^#		define	S_ISSOCK(m)	(((m) & S_IFMT) == S_IFSOCK)/
S_ISWHT	./include/schily/stat.h	/^#		define	S_ISWHT(m)	(((m) & S_IFMT) == S_ISWHT)$/
S_TYPEISMQ	./include/schily/stat.h	/^#		define	S_TYPEISMQ(_stbuf)	(0)$/
S_TYPEISSEM	./include/schily/stat.h	/^#		define	S_TYPEISSEM(_stbuf)	(S_ISNAM((_stbuf)->s/
S_TYPEISSHM	./include/schily/stat.h	/^#		define	S_TYPEISSHM(_stbuf)	(S_ISNAM((_stbuf)->s/
TR	./cmd/sccs/lib/cassi/src/cmrcheck.c	/^#define TR(W,X,Y,Z) fprintf (stdout, W, X, Y, Z)$/
TYPE_ISSIGNED	./include/schily/utypes.h	/^#define	TYPE_ISSIGNED(t)	(((t)-1) < ((t)0))$/
TYPE_ISUNSIGNED	./include/schily/utypes.h	/^#define	TYPE_ISUNSIGNED(t)	(!TYPE_ISSIGNED(t))$/
TYPE_MAXVAL	./include/schily/utypes.h	/^#define	TYPE_MAXVAL(t)		((t)(~((t)0) - TYPE_MINVAL/
TYPE_MINVAL	./include/schily/utypes.h	/^#define	TYPE_MINVAL(t)		(TYPE_ISSIGNED(t)			\\$/
TYPE_MSBVAL	./include/schily/utypes.h	/^#define	TYPE_MSBVAL(t)		((t)(~((t)0) << (sizeof (t/
UInt16_t	./include/schily/utypes.h	287
UInt32_t	./include/schily/utypes.h	293
UInt64_t	./include/schily/utypes.h	299
UInt8_t	./include/schily/utypes.h	284
UIntptr_t	./include/schily/utypes.h	319
ULlong	./include/schily/utypes.h	145
USXALLOC	./cmd/sccs/hdr/defines.h	/^# define USXALLOC() \\$/
Ucbit	./include/schily/utypes.h	189
Uchar	./include/schily/utypes.h	122
Uint	./include/schily/utypes.h	120
Ullong	./include/schily/utypes.h	144
Ulong	./include/schily/utypes.h	119
Ushort	./include/schily/utypes.h	121
_BUF	./lib/snprintf.c	34
__PR	./include/schily/prototyp.h	/^#	define	__PR(a)	a$/
__SBOOL	./include/schily/standard.h	85
___fpoff	./inc/getfp.c	/^___fpoff(cp)$/
__dirdesc	./include/schily/dirent.h	160
__int64	./include/schily/utypes.h	144
__va_arg_list	./include/schily/varargs.h	/^#	define	__va_arg_list(list)	va_arg(list, void *)$/
_bflush	./lib/jsprintf.c	/^_bflush(bp)$/
_bput	./lib/jsprintf.c	/^_bput(char c, long l)$/
_cput	./lib/snprintf.c	/^static void _cput(char c, long l)$/
_direct	./include/schily/dirent.h	164
_ferr	./lib/fconv.c	/^_ferr(s, val)$/
_trans	./cmd/sccs/cmd/src/get.c	/^_trans(tp,str,rest)$/
a_to_2_byte	./include/schily/intcvt.h	/^#define	a_to_2_byte(a)		(int)(Int16_t)a_to_u_2_byt/
a_to_3_byte	./include/schily/intcvt.h	/^#define	a_to_3_byte(a)		a_to_u_3_byte(a)	\/* XXX Is/
a_to_4_byte	./include/schily/intcvt.h	/^#define	a_to_4_byte(a)		(long)(Int32_t)a_to_u_4_by/
a_to_byte	./include/schily/intcvt.h	/^#define	a_to_byte(a)		(((Int8_t *) a)[0])$/
a_to_u_2_byte	./include/schily/intcvt.h	/^#define	a_to_u_2_byte(a)	((UInt16_t) \\$/
a_to_u_3_byte	./include/schily/intcvt.h	/^#define	a_to_u_3_byte(a)	((Ulong) \\$/
a_to_u_4_byte	./include/schily/intcvt.h	/^#define	a_to_u_4_byte(a)	((Ulong) \\$/
a_to_u_byte	./include/schily/intcvt.h	/^#define	a_to_u_byte(a)		((UInt8_t) \\$/
abs	./lib/fconv.c	/^#define	abs(i)	((i) < 0 ? -(i) : (i))$/
abspath	./cmd/sccs/lib/mpwlib/src/abspath.c	/^char *abspath(p)$/
add_q	./cmd/sccs/cmd/src/val.c	/^add_q(pkt,ser,keep,iord,user)$/
addgen	./cmd/sccs/cmd/src/bdiff.c	/^addgen(lpp, bufsizp, fp)$/
addq	./cmd/sccs/lib/comobj/src/rdmod.c	/^void addq(pkt, ser, keep, iord, user)$/
adjust	./cmd/sccs/cmd/src/admin.c	/^adjust(line)$/
admin	./cmd/sccs/cmd/src/admin.c	/^admin(afile)$/
after	./cmd/sccs/cmd/src/delta.c	/^after(pkt, n)$/
allmask	./lib/format.c	/^#define	allmask(t)	((unsigned t)~((unsigned t)0))$/
alloca	./include/schily/alloca.h	/^#		define	alloca(s)	__builtin_alloca(s)$/
any	./cmd/sccs/lib/mpwlib/src/any.c	/^any(c,s)$/
apply	./cmd/sccs/cmd/src/val.c	/^# define apply(qp)	((qp->q_iord == INS && qp->q_ke/
argchop	./cmd/sccs/lib/cassi/src/filehand.c	/^argchop (s, fldsep, sargs)		\/* Seperate s into its/
asgfunc	./cmd/sccs/cmd/src/vc.c	/^asgfunc(aptr)$/
ask	./cmd/sccs/cmd/src/help2.c	/^ask()$/
aux_create	./cmd/sccs/cmd/src/prs.c	/^aux_create(iop,file,delchar)$/
auxf	./cmd/sccs/lib/comobj/src/auxf.c	/^auxf(sfile,ch)$/
before	./cmd/sccs/cmd/src/delta.c	/^before(pkt, n)$/
bind_textdomain_codeset	./include/schily/nlsdefs.h	/^#define	bind_textdomain_codeset(d, c)	((char *)0)$/
bindtextdomain	./include/schily/nlsdefs.h	/^#define	bindtextdomain(d, dir)		((char *)0)$/
bitset	./cmd/sccs/cmd/src/sccs.c	/^# define bitset(bit, word)	((bool) ((bit) & (word)/
block_sigs	./include/schily/signal.h	/^#define	block_sigs(a)	{ \\$/
bool	./cmd/sccs/cmd/src/sccs.c	215
callprog	./cmd/sccs/cmd/src/sccs.c	/^callprog(progpath, flags, argv, forkflag)$/
cap_ty	./lib/format.c	/^#define	cap_ty(c)	(is_cap(c) ? 'L' : 'I')$/
cat	./cmd/sccs/lib/mpwlib/src/cat.c	/^cat(register char *dest, ...)$/
catpfile	./cmd/sccs/cmd/src/unget.c	/^catpfile(pkt)$/
char	./include/schily/sigblk.h	52
check_align	./inc/align_test.c	/^check_align(cfunc, sfunc, tsize)$/
check_double	./inc/align_test.c	/^check_double(p, i)$/
check_float	./inc/align_test.c	/^check_float(p, i)$/
check_int	./inc/align_test.c	/^check_int(p, i)$/
check_long	./inc/align_test.c	/^check_long(p, i)$/
check_longlong	./inc/align_test.c	/^check_longlong(p, i)$/
check_permission_SccsDir	./cmd/sccs/lib/mpwlib/src/fatal.c	/^check_permission_SccsDir(path)$/
check_ptr	./inc/align_test.c	/^check_ptr(p, i)$/
check_short	./inc/align_test.c	/^check_short(p, i)$/
checkpfent	./cmd/sccs/cmd/src/sccs.c	/^checkpfent(pf)$/
chk_ix	./cmd/sccs/cmd/src/val.c	/^chk_ix(new,head)$/
chkid	./cmd/sccs/lib/comobj/src/chkid.c	/^chkid(line,idstr)$/
chkix	./cmd/sccs/lib/comobj/src/rdmod.c	/^chkix(new, head)$/
chksid	./cmd/sccs/lib/comobj/src/chksid.c	/^chksid(p,sp)$/
chksize	./cmd/sccs/cmd/src/vc.c	/^chksize(s)$/
ck_lock	./cmd/sccs/lib/comobj/src/permiss.c	/^ck_lock(p,pkt)$/
ck_spec	./cmd/sccs/cmd/src/prs.c	/^ck_spec(p)$/
ckmrs	./cmd/sccs/cmd/src/rmchg.c	/^ckmrs(pkt,p)$/
clean	./cmd/sccs/cmd/src/sccs.c	/^clean(mode, argv)$/
clean_up	./cmd/sccs/cmd/src/admin.c	/^clean_up()$/
cmpdate	./cmd/sccs/lib/comobj/src/cmpdate.c	/^cmpdate(d1, d2)$/
cmrcheck	./cmd/sccs/lib/cassi/src/cmrcheck.c	/^cmrcheck (cmr, appl)$/
cmrinsert	./cmd/sccs/cmd/src/get.c	/^cmrinsert ()$/
cmt_ba	./cmd/sccs/cmd/src/admin.c	/^cmt_ba(dt,str)$/
code	./cmd/sccs/cmd/src/admin.c	/^code(iptr,afile,offset,thash,gpkt)$/
comb	./cmd/sccs/cmd/src/comb.c	/^comb(file)$/
command	./cmd/sccs/cmd/src/sccs.c	/^command(argv, forkflag, arg0)$/
condset	./cmd/sccs/lib/comobj/src/setup.c	/^condset(ap,code,reason)$/
const	./include/schily/sigblk.h	52
copy	./cmd/sccs/hdr/defines.h	/^# define copy(srce,dest)	cat(dest,srce,0)$/
copyrest	./cmd/sccs/lib/cassi/src/filehand.c	/^copyrest (fp1, fp2, place, bsize)		\/* Copy the res/
d_outdec	./cmd/sccs/lib/comobj/src/encode.c	/^d_outdec(p, f, n)$/
date_ab	./cmd/sccs/lib/comobj/src/date_ab.c	/^date_ab(adt,bdt)$/
date_ba	./cmd/sccs/lib/comobj/src/date_ba.c	/^date_ba(bdt, adt)$/
dbg_print	./lib/format.c	/^dbg_print(fmt, a, b, c, d, e, f, g, h, i)$/
dcgettext	./include/schily/nlsdefs.h	/^#define	dcgettext(d, s, c)		s$/
dclfunc	./cmd/sccs/cmd/src/vc.c	/^dclfunc(dptr)$/
decode	./cmd/sccs/lib/comobj/src/encode.c	/^decode(istr,outfile)$/
del_ab	./cmd/sccs/lib/comobj/src/del_ab.c	/^del_ab(p,dt,pkt)$/
del_ba	./cmd/sccs/lib/comobj/src/del_ba.c	/^del_ba(dt,str)$/
delent	./cmd/sccs/cmd/src/prt.c	66
delete	./cmd/sccs/cmd/src/delta.c	/^delete(pkt, linenum, n, ser)$/
delgen	./cmd/sccs/cmd/src/bdiff.c	/^delgen(lpp, bufsizp, fp)$/
delta	./cmd/sccs/cmd/src/delta.c	/^delta(file)$/
deltab	./cmd/sccs/hdr/defines.h	187
deltack	./cmd/sccs/lib/cassi/src/deltack.c	/^deltack(pfile,mrs,nsid,apl)$/
deltblchk	./cmd/sccs/cmd/src/prs.c	/^deltblchk(pkt)$/
dgettext	./include/schily/nlsdefs.h	/^#define	dgettext(d, s)			s$/
diffs	./cmd/sccs/cmd/src/sccs.c	/^diffs(file)$/
divlbys	./lib/format.c	/^#define	divlbys(val, base)	((val)\/(base))$/
dname	./cmd/sccs/lib/mpwlib/src/dname.c	/^char *dname(p)$/
do_delt	./cmd/sccs/cmd/src/val.c	/^do_delt(pkt,goods,d_sid)$/
do_file	./cmd/sccs/lib/comobj/src/dofile.c	/^do_file(p,func,check_file)$/
doand	./cmd/sccs/cmd/src/vc.c	/^doand()$/
dodelt	./cmd/sccs/lib/comobj/src/dodelt.c	/^dodelt(pkt,statp,sidp,type)$/
dodeltbl	./cmd/sccs/cmd/src/prs.c	/^dodeltbl(pkt)$/
dodiff	./cmd/sccs/cmd/src/delta.c	/^dodiff(newf,oldf,difflim)$/
doflags	./cmd/sccs/lib/comobj/src/permiss.c	/^doflags(pkt)$/
dohist	./cmd/sccs/lib/comobj/src/dohist.c	/^dohist(file)$/
doie	./cmd/sccs/lib/comobj/src/doie.c	/^doie(pkt,ilist,elist,glist)$/
doixg	./cmd/sccs/lib/comobj/src/dodelt.c	/^doixg(p,ixgp)$/
dolist	./cmd/sccs/lib/comobj/src/dolist.c	/^dolist(pkt,list,ch)$/
door	./cmd/sccs/cmd/src/vc.c	/^door()$/
dowhat	./cmd/sccs/cmd/src/what.c	/^dowhat(iop)$/
dysize	./cmd/sccs/lib/comobj/src/date_ab.c	/^#define	dysize(A) (((A)%4)? 365: 366)$/
e_outdec	./cmd/sccs/lib/comobj/src/encode.c	/^e_outdec(p, f)$/
ecopy	./cmd/sccs/cmd/src/vc.c	/^ecopy(s1,s2)$/
ecvt	./lib/cvt.c	/^ecvt(value, ndigit, decpt, sign)$/
edpfile	./cmd/sccs/cmd/src/unget.c	/^edpfile(pkt,sp)$/
encode	./cmd/sccs/lib/comobj/src/encode.c	/^encode(infile,outfile)$/
endfunc	./cmd/sccs/cmd/src/vc.c	/^endfunc()$/
enter	./cmd/sccs/cmd/src/comb.c	/^enter(pkt,ch,n,sidp)$/
eqsid	./cmd/sccs/lib/comobj/src/eqsid.c	/^eqsid(s1, s2)$/
errfunc	./cmd/sccs/cmd/src/vc.c	/^errfunc(eptr)$/
error	./cmd/sccs/lib/cassi/src/error.c	/^void error(dummy)	$/
esccmfdelt	./cmd/sccs/cmd/src/rmchg.c	/^esccmfdelt(pkt)$/
escdodelt	./cmd/sccs/cmd/src/comb.c	/^escdodelt(pkt)			\/* dummy for dodelt() *\/$/
exp	./cmd/sccs/cmd/src/vc.c	/^exp()$/
f_args	./lib/format.c	90
fatal	./cmd/sccs/cmd/src/bdiff.c	/^fatal(msg)$/
fcvt	./lib/cvt.c	/^fcvt(value, ndigit, decpt, sign)$/
fdfopen	./cmd/sccs/lib/mpwlib/src/fdfopen.c	/^fdfopen(fd, mode)$/
ffree	./cmd/sccs/lib/mpwlib/src/fmalloc.c	/^ffree(aptr)$/
ffreeall	./cmd/sccs/lib/mpwlib/src/fmalloc.c	/^ffreeall()$/
fgetchk	./cmd/sccs/cmd/src/admin.c	/^fgetchk(inptr, file, pkt, fflag)$/
findch	./cmd/sccs/cmd/src/vc.c	/^findch(astr,match)$/
findprt	./cmd/sccs/cmd/src/help2.c	/^findprt(p)$/
findstr	./cmd/sccs/cmd/src/vc.c	/^findstr(astr,pat)$/
finduser	./cmd/sccs/lib/comobj/src/permiss.c	/^finduser(pkt)$/
fixnum	./cmd/sccs/cmd/src/bdiff.c	/^fixnum(lp)$/
flush_reg_windows	./inc/getfp.c	/^flush_reg_windows(n)$/
flushline	./cmd/sccs/lib/comobj/src/putline.c	/^flushline(pkt,stats)$/
flushto	./cmd/sccs/lib/comobj/src/flushto.c	/^flushto(pkt,ch,put)$/
fmalloc	./cmd/sccs/lib/mpwlib/src/fmalloc.c	/^fmalloc(asize)$/
fmterr	./cmd/sccs/lib/comobj/src/fmterr.c	/^fmterr(pkt)$/
format	./lib/format.c	/^format(void (*fun)(char, long),$/
fr	./cmd/sccs/lib/comobj/src/encode.c	/^fr(fd, buf, cnt)$/
fredck	./cmd/sccs/cmd/src/comb.c	/^fredck(pkt)			\/*dummy for dodelt() *\/$/
ftoes	./lib/fconv.c	/^ftoes(s, val, fieldwidth, ndigits)$/
ftofs	./lib/fconv.c	/^ftofs(s, val, fieldwidth, ndigits)$/
ftrans	./cmd/sccs/lib/cassi/src/filehand.c	/^ftrans (opcode, file1, file2, area, asize)$/
gN	./cmd/sccs/lib/comobj/src/date_ab.c	/^gN(str, next, num, digits, chars)$/
gcvt	./lib/cvt.c	/^gcvt(number, ndigit, buf)$/
gen_lfile	./cmd/sccs/cmd/src/get.c	/^gen_lfile(pkt)$/
get	./cmd/sccs/cmd/src/get.c	/^get(file)$/
getNsid	./cmd/sccs/cmd/src/sccs.c	/^getNsid(file, user)$/
get_Del_Date_time	./cmd/sccs/lib/comobj/src/del_ab.c	/^get_Del_Date_time(p,dt,pkt,p_tm)$/
get_Sccs_Comments	./cmd/sccs/lib/comobj/src/dohist.c	/^get_Sccs_Comments () {$/
get_line	./cmd/sccs/cmd/src/val.c	/^get_line(pkt)$/
get_list_files	./cmd/sccs/cmd/src/sccs.c	/^get_list_files(listfilesp, filename, no_sdot)$/
getadel	./cmd/sccs/cmd/src/prs.c	/^getadel(pkt,dt)$/
getasid	./cmd/sccs/lib/comobj/src/dolist.c	/^getasid(p,sp)$/
getbody	./cmd/sccs/cmd/src/prs.c	/^getbody(gsid,pkt)$/
getcomments	./cmd/sccs/lib/comobj/src/dohist.c	/^getcomments()$/
getcwd	./include/schily/getcwd.h	/^#	define		getcwd(b, len)	gwd(b)$/
getdel	./cmd/sccs/cmd/src/prt.c	/^getdel(delp,lp)$/
getdiff	./cmd/sccs/cmd/src/delta.c	/^getdiff(type,plinenum)$/
getdtablesize	./cmd/sccs/cmd/src/delta.c	/^getdtablesize()$/
getfp	./inc/getfp.c	/^getfp()$/
getid	./cmd/sccs/cmd/src/vc.c	/^getid(gptr)$/
getinfo	./cmd/sccs/lib/cassi/src/deltack.c	/^getinfo(freddy,sys)$/
getit	./cmd/sccs/cmd/src/prs.c	/^getit(str,cp)$/
getline	./cmd/sccs/lib/comobj/src/getline.c	/^getline(pkt)$/
getopt	./lib/getopt.c	/^getopt(argc, argv, optstring)$/
getpfent	./cmd/sccs/cmd/src/sccs.c	/^getpfent(pfp)$/
getpred	./cmd/sccs/cmd/src/comb.c	/^getpred(idp, vec, i)$/
getrec	./cmd/sccs/lib/cassi/src/filehand.c	/^getrec (file, buffer, recsep, rectype, maxlen)$/
getresp	./cmd/sccs/lib/comobj/src/dohist.c	/^getresp(repstr,result)$/
getser	./cmd/sccs/lib/comobj/src/getser.c	/^getser(pkt)$/
getstats	./cmd/sccs/cmd/src/prs.c	/^getstats(pkt,statp)$/
gettext	./include/schily/nlsdefs.h	/^#define	gettext(s)			s$/
getval	./cmd/sccs/cmd/src/admin.c	/^getval(sourcep,destp)$/
gf	./cmd/sccs/lib/cassi/src/gf.c	/^char *gf (appl)$/
gid_t	./cmd/sgs/inc/common/ccstypes.h	40
gstrbotch	./cmd/sccs/cmd/src/sccs.c	/^gstrbotch(str1, str2)$/
gstrcat	./cmd/sccs/cmd/src/sccs.c	/^static char *gstrcat(to, from, xlength)$/
gstrcpy	./cmd/sccs/cmd/src/sccs.c	/^static char *gstrcpy(to, from, xlength)$/
gstrncat	./cmd/sccs/cmd/src/sccs.c	/^static char *gstrncat(to, from, n, xlength)$/
handlefunc_t	./include/schily/sigblk.h	52
handler	./inc/avoffset.c	/^handler(signo)$/
i_to_2_byte	./include/schily/intcvt.h	/^#define	i_to_2_byte(a, i)	(((Uchar *)(a))[0] = ((i/
i_to_3_byte	./include/schily/intcvt.h	/^#define	i_to_3_byte(a, i)	(((Uchar *)(a))[0] = ((i/
i_to_4_byte	./include/schily/intcvt.h	/^#define	i_to_4_byte(a, i)	(((Uchar *)(a))[0] = ((i/
idel	./cmd/sccs/hdr/defines.h	203
idsetup	./cmd/sccs/cmd/src/get.c	/^idsetup(pkt)$/
idsubst	./cmd/sccs/cmd/src/get.c	/^idsubst(pkt,line)$/
iffunc	./cmd/sccs/cmd/src/vc.c	/^iffunc(iptr)$/
imatch	./cmd/sccs/lib/mpwlib/src/imatch.c	/^imatch(prefix,string)$/
in_pfile	./cmd/sccs/lib/comobj/src/newsid.c	/^in_pfile(sp,pkt)$/
insert	./cmd/sccs/cmd/src/delta.c	/^insert(pkt, linenum, n, ser)$/
int	./include/schily/utypes.h	120
invalid	./cmd/sccs/cmd/src/prs.c	/^invalid(i_sid)$/
is_cap	./lib/format.c	/^#define	is_cap(c)	((c) >= 'A' && (c) <= 'Z')$/
is_dig	./lib/format.c	/^#define	is_dig(c)	(((c) >= '0') && ((c) <= '9'))$/
isbranch	./cmd/sccs/cmd/src/sccs.c	/^isbranch(sid)$/
isdir	./cmd/sccs/cmd/src/sccs.c	/^isdir(name)$/
isfile	./cmd/sccs/cmd/src/sccs.c	/^isfile(name)$/
isinf	./lib/fconv.c	/^#define	isinf(val)	(0)$/
isnan	./lib/fconv.c	/^#define	isnan(val)	(0)$/
ixg	./cmd/sccs/hdr/defines.h	196
ixgsetup	./cmd/sccs/lib/comobj/src/setup.c	/^ixgsetup(ap,ixgp)$/
js_fprintf	./lib/jsprintf.c	/^js_fprintf(FILE *file, const char *form, ...)$/
js_printf	./lib/jsprintf.c	/^js_printf(const char *form, ...)$/
la_to_2_byte	./include/schily/intcvt.h	/^#define	la_to_2_byte(a)		(int)(Int16_t)la_to_u_2_b/
la_to_3_byte	./include/schily/intcvt.h	/^#define	la_to_3_byte(a)		la_to_u_3_byte(a)	\/* XXX /
la_to_4_byte	./include/schily/intcvt.h	/^#define	la_to_4_byte(a)		(long)(Int32_t)la_to_u_4_/
la_to_u_2_byte	./include/schily/intcvt.h	/^#define	la_to_u_2_byte(a)	((UInt16_t) \\$/
la_to_u_3_byte	./include/schily/intcvt.h	/^#define	la_to_u_3_byte(a)	((Ulong) \\$/
la_to_u_4_byte	./include/schily/intcvt.h	/^#define	la_to_u_4_byte(a)	((Ulong) \\$/
li_to_2_byte	./include/schily/intcvt.h	/^#define	li_to_2_byte(a, i)	(((Uchar *)(a))[1] = ((/
li_to_3_byte	./include/schily/intcvt.h	/^#define	li_to_3_byte(a, i)	(((Uchar *)(a))[2] = ((/
li_to_4_byte	./include/schily/intcvt.h	/^#define	li_to_4_byte(a, i)	(((Uchar *)(a))[3] = ((/
linerange	./cmd/sccs/cmd/src/delta.c	/^linerange(cp, low, high)$/
lineread	./cmd/sccs/cmd/src/prt.c	/^lineread(eof)$/
list_files	./cmd/sccs/cmd/src/sccs.c	253
lochelp	./cmd/sccs/cmd/src/help2.c	/^lochelp(ky,fi)$/
lockit	./cmd/sccs/lib/mpwlib/src/lockit.c	/^lockit(lockfile, count, pid, uuname)$/
logname	./cmd/sccs/lib/comobj/src/logname.c	/^char	*logname()$/
long	./include/schily/sigblk.h	52
lookup	./cmd/sccs/cmd/src/sccs.c	/^lookup(name)$/
lowmask	./lib/format.c	/^#define	lowmask(t, x)	((unsigned t)~((unsigned t)(/
makedev	./include/schily/device.h	/^#		define makedev(a, b)	mkdev((a), (b))$/
makefile	./cmd/sccs/cmd/src/sccs.c	/^makefile(name, in_SccsDir)$/
makegfile	./cmd/sccs/cmd/src/sccs.c	/^makegfile(name)$/
maket	./cmd/sccs/cmd/src/prs.c	/^maket(file)$/
makgdate	./cmd/sccs/cmd/src/get.c	/^makgdate(old,new)$/
maxser	./cmd/sccs/hdr/defines.h	/^# define maxser(pkt)	((pkt)->p_idel->i_pred)$/
min_align	./inc/align_test.c	/^#define	min_align(i)	(((i) < MIN_ALIGN) ? MIN_ALIG/
mkdelt	./cmd/sccs/cmd/src/delta.c	/^mkdelt(pkt,sp,osp,diffloop,orig_nlines)$/
mkixg	./cmd/sccs/cmd/src/delta.c	/^mkixg(pkt,reason,ch)$/
mmap_sizeparm	./include/schily/mman.h	/^#	define	mmap_sizeparm(s)	(&(s))$/
mode_t	./cmd/sgs/inc/common/ccstypes.h	43
modlbys	./lib/format.c	/^#define	modlbys(val, base)	((val)%(base))$/
mosize	./cmd/sccs/lib/comobj/src/date_ab.c	/^mosize(y,t)$/
mrfixup	./cmd/sccs/lib/comobj/src/dohist.c	/^mrfixup()$/
msg	./cmd/sccs/cmd/src/rmchg.c	/^msg(app,name,cmrs,stats,sids,fred)$/
msgfunc	./cmd/sccs/cmd/src/vc.c	/^msgfunc(mptr)$/
mtget	./include/schily/mtio.h	69
mylock	./cmd/sccs/lib/mpwlib/src/lockit.c	/^mylock(lockfile, pid, uuname)$/
mystrptime	./cmd/sccs/lib/comobj/src/strptim.c	/^mystrptime(p, t, val)$/
newsid	./cmd/sccs/lib/comobj/src/newsid.c	/^newsid(pkt,branch)$/
newstats	./cmd/sccs/lib/comobj/src/newstats.c	/^newstats(pkt,strp,ch)$/
nextfield	./cmd/sccs/cmd/src/sccs.c	/^nextfield(p)$/
nlink_t	./cmd/sgs/inc/common/ccstypes.h	44
nse_file_trim	./cmd/sccs/lib/mpwlib/src/fatal.c	/^nse_file_trim(f, vcshist)$/
numck	./cmd/sccs/cmd/src/vc.c	/^numck(nptr)$/
numcomp	./cmd/sccs/cmd/src/vc.c	/^numcomp(id1, id2)$/
off_double	./inc/align_test.c	/^off_double()$/
off_float	./inc/align_test.c	/^off_float()$/
off_int	./inc/align_test.c	/^off_int()$/
off_long	./inc/align_test.c	/^off_long()$/
off_longlong	./inc/align_test.c	/^off_longlong()$/
off_ptr	./inc/align_test.c	/^off_ptr()$/
off_short	./inc/align_test.c	/^off_short()$/
omit_sid	./cmd/sccs/lib/comobj/src/sid_ab.c	/^omit_sid(p)$/
onelock	./cmd/sccs/lib/mpwlib/src/lockit.c	/^onelock(pid, uuname, lockfile)$/
p_file	./cmd/sccs/cmd/src/sccs.c	362
packet	./cmd/sccs/hdr/defines.h	213
parse_date	./cmd/sccs/lib/comobj/src/date_ab.c	/^parse_date(adt,bdt)$/
parselong	./lib/getopt.c	/^parselong(optstring, opt, longoptarg)$/
parseshort	./lib/getopt.c	/^parseshort(optstring, c)$/
patoi	./cmd/sccs/lib/mpwlib/src/patoi.c	/^patoi(s)$/
permiss	./cmd/sccs/lib/comobj/src/permiss.c	/^permiss(pkt)$/
pf_ab	./cmd/sccs/lib/comobj/src/pf_ab.c	/^pf_ab(s,pp,all)$/
pfile	./cmd/sccs/hdr/defines.h	255
pid_t	./cmd/sgs/inc/common/ccstypes.h	42
pop	./cmd/sccs/lib/mpwlib/src/abspath.c	/^pop(stktop)$/
pos_ser	./cmd/sccs/cmd/src/admin.c	/^pos_ser(s1,s2)$/
prXnum	./lib/format.c	/^prXnum(val, fa)$/
prbuf	./lib/format.c	/^prbuf(s, fa)$/
prc	./lib/format.c	/^prc(char c, f_args *fa)$/
prdnum	./lib/format.c	/^prdnum(val, fa)$/
prfx	./cmd/sccs/cmd/src/get.c	/^prfx(pkt)$/
printdel	./cmd/sccs/cmd/src/prt.c	/^printdel(file,delp)$/
printfile	./cmd/sccs/cmd/src/prs.c	/^printfile(file)$/
printflags	./cmd/sccs/cmd/src/prs.c	/^printflags()$/
printit	./cmd/sccs/cmd/src/prt.c	/^printit(file,str,cp)$/
printmacs	./inc/align_test.c	/^printmacs()$/
prlXnum	./lib/format.c	/^prlXnum(val, fa)$/
prldnum	./lib/format.c	/^prldnum(val, fa)$/
prlnum	./lib/format.c	/^prlnum(val, base, fa)$/
prlonum	./lib/format.c	/^prlonum(val, fa)$/
prlxnum	./lib/format.c	/^prlxnum(val, fa)$/
prnum	./lib/format.c	/^prnum(val, base, fa)$/
process	./cmd/sccs/cmd/src/prs.c	/^process(file)$/
promdelt	./cmd/sccs/lib/cassi/src/deltack.c	/^promdelt(cmrs,statp,type,fred)$/
pronum	./lib/format.c	/^pronum(val, fa)$/
prstring	./lib/format.c	/^prstring(s, fa)$/
prt	./cmd/sccs/cmd/src/prt.c	/^prt(file)$/
prtget	./cmd/sccs/cmd/src/comb.c	/^prtget(idp, ser, fptr, file)$/
prxnum	./lib/format.c	/^prxnum(val, fa)$/
push	./cmd/sccs/lib/mpwlib/src/abspath.c	/^push(chrptr,stktop)$/
put_delmrs	./cmd/sccs/cmd/src/rmchg.c	/^put_delmrs(pkt)$/
putcmrs	./cmd/sccs/cmd/src/delta.c	/^putcmrs(pkt)    $/
putcom	./cmd/sccs/cmd/src/prs.c	/^putcom(cp)$/
putin	./cmd/sccs/cmd/src/vc.c	/^putin(pname, pvalue)$/
putline	./cmd/sccs/lib/comobj/src/putline.c	/^putline(pkt,newline)$/
putmr	./cmd/sccs/cmd/src/prs.c	/^putmr(cp)$/
putmrs	./cmd/sccs/cmd/src/admin.c	/^putmrs(pkt)$/
putpfent	./cmd/sccs/cmd/src/sccs.c	/^putpfent(pf, f)$/
putsave	./cmd/sccs/cmd/src/bdiff.c	/^putsave(linep, bufsizp, type)$/
quad_u	./lib/format.c	87
queue	./cmd/sccs/hdr/defines.h	168
range	./cmd/sccs/cmd/src/admin.c	/^range(line)$/
rddiff	./cmd/sccs/cmd/src/delta.c	/^rddiff(s, n)$/
rdpfile	./cmd/sccs/cmd/src/delta.c	/^rdpfile(pkt,sp)$/
read_mod	./cmd/sccs/cmd/src/prs.c	/^read_mod(pkt)$/
read_to	./cmd/sccs/cmd/src/prs.c	/^read_to(ch,pkt)$/
readline	./cmd/sccs/cmd/src/bdiff.c	/^readline(bufferp, bufsizp, filep)$/
readmod	./cmd/sccs/lib/comobj/src/rdmod.c	/^readmod(pkt)$/
rec_cmp	./cmd/sccs/lib/cassi/src/filehand.c	/^rec_cmp (args, fmatch, recsep)			\/* Compare a reco/
rem_q	./cmd/sccs/cmd/src/val.c	/^rem_q(pkt,ser)$/
remove	./cmd/sccs/hdr/defines.h	/^# define remove(file)		xunlink(file)$/
remq	./cmd/sccs/lib/comobj/src/rdmod.c	/^void remq(pkt, ser)$/
repfunc	./cmd/sccs/cmd/src/vc.c	/^repfunc(s)$/
repl	./cmd/sccs/lib/mpwlib/src/repl.c	/^repl(char *str, char old, char new)$/
replace	./cmd/sccs/cmd/src/vc.c	/^replace(ptr)$/
report	./cmd/sccs/cmd/src/val.c	/^report(code,inp_line,file)$/
restore_sigs	./include/schily/signal.h	/^#define	restore_sigs(a)	sigprocmask(SIG_SETMASK, &/
rmchg	./cmd/sccs/cmd/src/rmchg.c	/^rmchg(file)$/
rmtget	./include/schily/rmtio.h	93
rshiftmask	./lib/format.c	/^#define	rshiftmask(t, s)((allmask(t) & lowmask(t, /
s_init	./cmd/sccs/cmd/src/val.c	/^s_init(pkt,file)$/
safepath	./cmd/sccs/cmd/src/sccs.c	/^safepath(p)$/
satoi	./cmd/sccs/cmd/src/bdiff.c	/^satoi(p, ip)$/
savecmt	./cmd/sccs/lib/comobj/src/dohist.c	/^savecmt(p)$/
saverest	./cmd/sccs/cmd/src/bdiff.c	/^saverest(linep, bufsizp, iptr)$/
scanspec	./cmd/sccs/cmd/src/prs.c	/^scanspec(spec,dtp,statp)$/
sccs_index	./cmd/sccs/lib/mpwlib/src/index.c	/^sccs_index(as1,as2)$/
sccsfile	./cmd/sccs/hdr/defines.h	/^# define sccsfile(f)	imatch("s.", sname(f))$/
sccsprog	./cmd/sccs/cmd/src/sccs.c	245
set_keep	./cmd/sccs/cmd/src/val.c	/^set_keep(pkt)$/
setkeep	./cmd/sccs/lib/comobj/src/rdmod.c	/^void setkeep(pkt)$/
setsig	./cmd/sccs/cmd/src/bdiff.c	/^setsig()$/
setsig1	./cmd/sccs/cmd/src/bdiff.c	/^setsig1(sig)$/
setup	./cmd/sccs/lib/comobj/src/setup.c	/^setup(pkt,serial)$/
short	./cmd/sgs/inc/common/ccstypes.h	39
sid	./cmd/sccs/hdr/defines.h	180
sid_ab	./cmd/sccs/lib/comobj/src/sid_ab.c	/^sid_ab(p,sp)$/
sid_ba	./cmd/sccs/lib/comobj/src/sid_ba.c	/^sid_ba(sp,p)$/
sidcmp	./cmd/sccs/cmd/src/prs.c	/^sidcmp(sid1,sid2)$/
sidtoser	./cmd/sccs/lib/comobj/src/sidtoser.c	/^sidtoser(sp,pkt)$/
sig	./inc/align_test.c	/^sig(signo)$/
sinit	./cmd/sccs/lib/comobj/src/sinit.c	/^sinit(pkt,file,openflag)$/
skipline	./cmd/sccs/cmd/src/delta.c	/^skipline(lp, num)$/
sm_off	./inc/align_test.c	/^#define	sm_off(s, m)	((int)&((s)0)->m)$/
sname	./cmd/sccs/lib/mpwlib/src/sname.c	/^char	*sname(s)$/
snprintf	./lib/snprintf.c	/^snprintf(char *buf, size_t maxcnt, const char *for/
speed_check	./inc/align_test.c	/^speed_check(p, sfunc, n)$/
speed_double	./inc/align_test.c	/^speed_double(p, n)$/
speed_float	./inc/align_test.c	/^speed_float(p, n)$/
speed_int	./inc/align_test.c	/^speed_int(p, n)$/
speed_long	./inc/align_test.c	/^speed_long(p, n)$/
speed_longlong	./inc/align_test.c	/^speed_longlong(p, n)$/
speed_ptr	./inc/align_test.c	/^speed_ptr(p, n)$/
speed_short	./inc/align_test.c	/^speed_short(p, n)$/
split_mrs	./cmd/sccs/cmd/src/rmchg.c	/^split_mrs()$/
stack_direction	./inc/avoffset.c	/^stack_direction(lp)$/
stalloc	./cmd/sccs/lib/comobj/src/dohist.c	/^stalloc(n)$/
stat_ansecs	./include/schily/stat.h	/^#define	stat_ansecs(s)		((s)->st_atimensec)$/
stat_cnsecs	./include/schily/stat.h	/^#define	stat_cnsecs(s)		((s)->st_ctimensec)$/
stat_mnsecs	./include/schily/stat.h	/^#define	stat_mnsecs(s)		((s)->st_mtimensec)$/
stats	./cmd/sccs/hdr/defines.h	249
stats_ab	./cmd/sccs/lib/comobj/src/stats_ab.c	/^stats_ab(pkt,statp)$/
strend	./cmd/sccs/lib/mpwlib/src/strend.c	/^char *strend(p)$/
sweep	./cmd/sccs/lib/cassi/src/filehand.c	/^sweep (opcode, file1, file2, recsep, fldsep, maxle/
symtab	./cmd/sccs/cmd/src/vc.c	62
syserr	./cmd/sccs/cmd/src/sccs.c	/^syserr(const char *f, ...)$/
tail	./cmd/sccs/cmd/src/sccs.c	/^tail(fn)$/
testfred	./cmd/sccs/cmd/src/rmchg.c	/^testfred(cmr,fredfile)$/
textdomain	./include/schily/nlsdefs.h	/^#define	textdomain(a)			((char *)0)$/
timeradd	./include/schily/time.h	/^#define	timeradd(tvp1, tvp2)	do {					\\$/
timerclear	./include/schily/time.h	/^#define	timerclear(tvp)		(tvp)->tv_sec = (tvp)->tv/
timerfix	./include/schily/time.h	/^#define	timerfix(tvp)		do { timerfix1(tvp); timerf/
timerfix1	./include/schily/time.h	/^#define	timerfix1(tvp)		while ((tvp)->tv_usec < 0)/
timerfix2	./include/schily/time.h	/^#define	timerfix2(tvp)		while ((tvp)->tv_usec > 10/
timersub	./include/schily/time.h	/^#define	timersub(tvp1, tvp2)	do {					\\$/
timezone	./include/schily/time.h	84
to_cap	./lib/format.c	/^#define	to_cap(c)	(is_cap(c) ? c : c - 'a' + 'A')$/
trans	./cmd/sccs/cmd/src/get.c	/^#define trans(a, b)	_trans(a, b, lp)$/
trnslat	./cmd/sccs/lib/mpwlib/src/trnslat.c	/^char *trnslat(str,old,new,result)$/
trypat	./cmd/sccs/cmd/src/what.c	/^trypat(iop,pat)$/
uid_t	./cmd/sgs/inc/common/ccstypes.h	39
unblock_sig	./include/schily/signal.h	/^#define	unblock_sig(s)	{ \\$/
unedit	./cmd/sccs/cmd/src/sccs.c	/^unedit(fn)$/
unget	./cmd/sccs/cmd/src/unget.c	/^unget(file)$/
unlockit	./cmd/sccs/lib/mpwlib/src/lockit.c	/^unlockit(lockfile, pid, uuname)$/
unls_table	./include/schily/unls.h	35
userexit	./cmd/sccs/lib/mpwlib/src/userexit.c	/^userexit(code)$/
usrerr	./cmd/sccs/cmd/src/sccs.c	/^usrerr(const char *f, ...)$/
utimbuf	./include/schily/utime.h	49
va_copy	./include/schily/varargs.h	/^#		define	va_copy(to, from)	__va_copy(to, from)$/
val_list	./cmd/sccs/cmd/src/admin.c	/^val_list(list)$/
validate	./cmd/sccs/cmd/src/val.c	/^validate(c_path,c_sid,c_type,c_name)$/
valmrs	./cmd/sccs/lib/comobj/src/dohist.c	/^valmrs(pkt,pgm)$/
verif	./cmd/sccs/cmd/src/rmchg.c	/^verif(test,pkt)$/
void	./include/schily/standard.h	94
wrtpfile	./cmd/sccs/cmd/src/get.c	/^wrtpfile(pkt,inc,exc)$/
xalign	./inc/align_test.c	/^#define	xalign(x, a, m)		(((char *)(x)) + ((a) - (/
xcreat	./cmd/sccs/lib/mpwlib/src/xcreat.c	/^xcreat(name,mode)$/
xfcreat	./cmd/sccs/hdr/defines.h	/^# define xfcreat(file,mode)	fdfopen(xcreat(file,mo/
xfopen	./cmd/sccs/hdr/defines.h	/^# define xfopen(file,mode)	fdfopen(xopen(file,mode/
xgets	./cmd/sccs/lib/cassi/src/deltack.c	/^xgets(buf, len)$/
xlink	./cmd/sccs/lib/mpwlib/src/xlink.c	/^xlink(f1,f2)$/
xmsg	./cmd/sccs/lib/mpwlib/src/xmsg.c	/^xmsg(file,func)$/
xopen	./cmd/sccs/lib/mpwlib/src/xopen.c	/^xopen(name,mode)$/
xpipe	./cmd/sccs/lib/mpwlib/src/xpipe.c	/^xpipe(t)$/
xrm	./cmd/sccs/lib/comobj/src/putline.c	/^xrm()$/
xtzset	./cmd/sccs/lib/comobj/src/date_ab.c	/^xtzset()$/
xunlink	./cmd/sccs/lib/mpwlib/src/xunlink.c	/^xunlink(f)$/
zero	./cmd/sccs/lib/mpwlib/src/zero.c	/^char	*zero(p,n)$/
