Bit_Alloc	../include/bit.h	/^#define Bit_Alloc(numBits, bitArrayPtr)  	\\$/
Bit_Clear	../include/bit.h	/^#define Bit_Clear(numBits, bitArrayPtr) \\$/
Bit_Copy	../include/bit.h	/^#define Bit_Copy(numBits, srcArrayPtr, destArrayPt/
Bit_Free	../include/bit.h	/^#define Bit_Free(bitArrayPtr)	\\$/
Bit_IsClear	../include/bit.h	/^#define Bit_IsClear(numBits, bitArrayPtr) \\$/
Bit_IsSet	../include/bit.h	/^#define Bit_IsSet(numBits, bitArrayPtr) \\$/
Bit_NumBytes	../include/bit.h	/^#define Bit_NumBytes(numBits)	\\$/
Bit_NumInts	../include/bit.h	/^#define Bit_NumInts(numBits)	\\$/
Bit_Set	../include/bit.h	/^#define Bit_Set(numBits, bitArrayPtr) \\$/
Bit_Zero	../include/bit.h	/^#define Bit_Zero(numBits, bitArrayPtr) \\$/
BufExpand	buf.c	/^#define BufExpand(bp,nb) \\$/
Buf_AddByte	buf.c	/^Buf_AddByte (buf, byte)$/
Buf_AddBytes	buf.c	/^Buf_AddBytes (buf, numBytes, bytesPtr)$/
Buf_Destroy	buf.c	/^Buf_Destroy (buf, freeData)$/
Buf_Discard	buf.c	/^Buf_Discard (buf, numBytes)$/
Buf_GetAll	buf.c	/^Buf_GetAll (buf, numBytesPtr)$/
Buf_GetByte	buf.c	/^Buf_GetByte (buf)$/
Buf_GetBytes	buf.c	/^Buf_GetBytes (buf, numBytes, bytesPtr)$/
Buf_Init	buf.c	/^Buf_Init (size)$/
Buf_Size	buf.c	/^Buf_Size (buf)$/
Buf_UngetByte	buf.c	/^Buf_UngetByte (buf, byte)$/
Buf_UngetBytes	buf.c	/^Buf_UngetBytes (buf, numBytes, bytesPtr)$/
ChainSearch	hash.c	/^ChainSearch(tablePtr, key, hashList)$/
Hash	hash.c	/^Hash(tablePtr, key)$/
Hash_CreateEntry	hash.c	/^Hash_CreateEntry(tablePtr, key, newPtr)$/
Hash_DeleteEntry	hash.c	/^Hash_DeleteEntry(tablePtr, hashEntryPtr)$/
Hash_DeleteTable	hash.c	/^Hash_DeleteTable(tablePtr)$/
Hash_EnumFirst	hash.c	/^Hash_EnumFirst(tablePtr, hashSearchPtr)$/
Hash_EnumNext	hash.c	/^Hash_EnumNext(hashSearchPtr)$/
Hash_FindEntry	hash.c	/^Hash_FindEntry(tablePtr, key)$/
Hash_GetValue	../include/hash.h	/^#define Hash_GetValue(h) ((h)->clientData)$/
Hash_InitTable	hash.c	/^Hash_InitTable(tablePtr, numBuckets, keyType)$/
Hash_PrintStats	hash.c	/^Hash_PrintStats(tablePtr, proc, clientData)$/
Hash_SetValue	../include/hash.h	/^#define Hash_SetValue(h, val) ((h)->clientData = (/
Hash_Size	../include/hash.h	/^#define	Hash_Size(n)	(((n) + sizeof (Hash_KeyWord)/
LIST_AFTER	../include/list.h	/^#define LIST_AFTER(itemPtr) ((List_Links *) itemPt/
LIST_ATFRONT	../include/list.h	/^#define LIST_ATFRONT(headerPtr) ((List_Links *) he/
LIST_ATREAR	../include/list.h	/^#define LIST_ATREAR(headerPtr) (((List_Links *) he/
LIST_BEFORE	../include/list.h	/^#define LIST_BEFORE(itemPtr) (((List_Links *) item/
LIST_FORALL	../include/list.h	/^#define LIST_FORALL(headerPtr, itemPtrType, itemPt/
List_First	../include/list.h	/^#define List_First(headerPtr) ((headerPtr)->nextPt/
List_Init	list.c	/^List_Init(headerPtr)$/
List_InitElement	../include/list.h	/^#define List_InitElement(elementPtr) \\$/
List_Insert	list.c	/^List_Insert(itemPtr, destPtr)$/
List_IsAtEnd	../include/list.h	/^#define List_IsAtEnd(headerPtr, itemPtr) \\$/
List_IsEmpty	../include/list.h	/^#define List_IsEmpty(headerPtr) \\$/
List_Last	../include/list.h	/^#define List_Last(headerPtr) ((headerPtr)->prevPtr/
List_Move	list.c	/^List_Move(itemPtr, destPtr)$/
List_Next	../include/list.h	/^#define List_Next(itemPtr) ((itemPtr)->nextPtr)$/
List_Prev	../include/list.h	/^#define List_Prev(itemPtr) ((itemPtr)->prevPtr)$/
List_Remove	list.c	/^List_Remove(itemPtr)$/
OPT_CONSTANT	../include/option.h	/^#define OPT_CONSTANT(val)	((int) val)$/
OptNoArg	option.c	/^#define OptNoArg(progName, opt) fprintf(stderr, \\$/
Opt_Number	../include/option.h	/^#define Opt_Number(optionArray)	(sizeof(optionArra/
Opt_Parse	option.c	/^Opt_Parse(argc, argv, optionArray, numOptions, fla/
Opt_PrintUsage	option.c	/^Opt_PrintUsage(commandName, optionArray, numOption/
RebuildTable	hash.c	/^RebuildTable(tablePtr)$/
Sys_Panic	sys.c	/^Sys_Panic(level, format, Varg_Args)$/
Varg_Next	../include/varg.h	/^#define Varg_Next(list, type) \\$/
Varg_Restart	../include/varg.h	/^#define Varg_Restart(list) \\$/
Varg_Start	../include/varg.h	/^#define Varg_Start(list) \\$/
_ANSI_ARGS_	../include/sprite.h	/^#   define _ANSI_ARGS_(x)       x$/
emalloc	emalloc.c	/^emalloc(len)$/
enomem	enomem.c	/^enomem()$/
erealloc	emalloc.c	/^erealloc(ptr, len)$/
getopt	getopt.c	/^getopt(nargc, nargv, ostr)$/
initstate	random.c	/^initstate(seed, arg_state, n)$/
max	buf.c	/^#define max(a,b)  ((a) > (b) ? (a) : (b))$/
memmove	memmove.c	/^memmove(t, f, n)$/
random	random.c	/^random()$/
setenv	setenv.c	/^setenv(name, value, replace)$/
setstate	random.c	/^setstate(arg_state)$/
srandom	random.c	/^srandom(x)$/
strerror	strerror.c	/^strerror(error)$/
strsignal	strsignal.c	/^strsignal(signo)$/
strtod	strtod.c	/^strtod(string, endPtr)$/
strtol	strtol.c	/^strtol(string, endPtr, base)$/
strtoul	strtoul.c	/^strtoul(string, endPtr, base)$/
tell	getopt.c	/^#define	tell(s)	{ \\$/
utimes	utimes.c	/^utimes(file, tvp)$/
