AllocateSpace	display.c	/^caddr_t AllocateSpace(size)$/
BitmapBitsPut	put.c	/^BitmapBitsPut(width, height, data, fore, back, xym/
CharBitmap	bitpix.c	/^BITMAP *CharBitmap(c, font)$/
CharWidth	text.c	/^CharWidth(c, font)$/
CheckCursor	cursor.c	/^CheckCursor(r1)$/
CopyArea	copy.c	/^CopyArea(srcx, srcy, width, height, dstx, dsty, cl/
CopyText	text.c	/^CopyText(string, strlen, font, dst)$/
DisplayCursor	cursor.c	/^static DisplayCursor(cursor)$/
DisplayDead	display.c	/^DisplayDead()$/
DrawCurve	draw.c	/^DrawCurve(verts, vertcount, xbase, ybase, srcpix, /
DrawFilled	tile.c	/^DrawFilled(verts, vertcount, xbase, ybase, srcpix,/
Draw_Solid	draw.c	/^Draw_Solid(srcpix, xbase, ybase, func, vertcount, /
FreeBitmap	bitpix.c	/^FreeBitmap(bitmap)$/
FreeCursor	cursor.c	/^FreeCursor(cursor)$/
FreeFont	font.c	/^FreeFont(font)$/
FreePixmap	bitpix.c	/^FreePixmap(pixmap)$/
GetFont	font.c	/^FONT *GetFont(name)$/
InitDisplay	display.c	/^InitDisplay(dp)$/
InitMouse	cursor.c	/^InitMouse()$/
InputHandler	events.c	/^int InputHandler()$/
Intersection	misc.c	/^Intersection(r1, r2)$/
LoadCursor	cursor.c	/^LoadCursor(cursor)$/
MAX	misc.c	/^#define MAX(a,b)	(((a)>(b))?(a):(b))$/
MIN	misc.c	/^#define MIN(a,b)	(((a)<(b))?(a):(b))$/
MakeFontPixmap	font.c	/^PIXMAP *MakeFontPixmap(font, fore, back)$/
MakePixmap	bitpix.c	/^PIXMAP *MakePixmap(xymask, fore, back)$/
OpenDisplay	display.c	/^OpenDisplay(name)$/
Overlap	misc.c	/^Overlap(r1, r2)$/
PixFill	fill.c	/^PixFill(srcpix, xymask, dstx, dsty, width, height,/
PixmapBitsPut	put.c	/^PixmapBitsPut(width, height, format, data, xymask,/
PixmapGet	bitpix.c	/^PixmapGet(srcx, srcy, width, height, client, forma/
PixmapPut	put.c	/^PixmapPut(src, srcx, srcy, width, height, dstx, ds/
PixmapSave	bitpix.c	/^PIXMAP *PixmapSave(srcx, srcy, width, height)$/
PrintText	text.c	/^PrintText(string, strlen, font, fore, back, charpa/
PrintTextMask	text.c	/^PrintTextMask(string, strlen, font, srcpix, charpa/
ProcessInput	events.c	/^ProcessInput(ev)$/
QueryShape	util.c	/^QueryShape(shape, width, height)$/
ResolveColor	util.c	/^ResolveColor(red, green, blue)$/
RestoreCursor	cursor.c	/^RestoreCursor()$/
SetAutoRepeat	util.c	/^SetAutoRepeat(onoff)$/
SetCursorPosition	cursor.c	/^SetCursorPosition(pos)$/
SetKeyClick	util.c	/^SetKeyClick(volume)$/
SetLockLED	util.c	/^SetLockLED(onoff)$/
SetMouseCharacteristics	cursor.c	/^SetMouseCharacteristics(threshold, acceleration)$/
SetVideo	util.c	/^SetVideo(onoff)$/
SoundBell	util.c	/^SoundBell(volume)$/
StippleFill	fill.c	/^int StippleFill (srcpix, xoff, yoff, stipmask, dst/
StoreBitmap	bitpix.c	/^BITMAP *StoreBitmap(width, height, data)$/
StoreColors	util.c	/^StoreColors(count, entries)$/
StoreCursor	cursor.c	/^CURSOR *StoreCursor(func, image, fore, back, mask,/
StorePixmap	bitpix.c	/^PIXMAP *StorePixmap(width, height, format, data)$/
SwapBits	misc.c	/^SwapBits(wordp, bytecnt)$/
SwapShorts	misc.c	/^SwapShorts(wordp, bytecnt)$/
TextWidth	text.c	/^TextWidth(string, strlen, spacepad, font)$/
TileFill	tile.c	/^TileFill(tile, xoff, yoff, xymask, dstx, dsty, wid/
UpdateCursorPosition	cursor.c	/^UpdateCursorPosition(pos)$/
if	cursor.c	/^    if (cursor == NULL) {$/
imax	draw.c	/^#define	imax(i,j)	((i)>(j)?(i):(j))$/
imin	draw.c	/^#define	imin(i,j)	((i)<(j)?(i):(j))$/
printf_bitmap	debug.c	/^printf_bitmap(name, p)$/
printf_clip	debug.c	/^printf_clip(name, clip)$/
printf_pixmap	debug.c	/^printf_pixmap(name, p)$/
xytoz	bitpix.c	/^xytoz(xy, z, width, height, plane)$/
ztoxy	bitpix.c	/^ztoxy(z, xy, width, height, plane)$/
