#   File        : MakeFile
#   Date        : 19-Sep-02
#   Description : Makefile for the PsiFS module and desktop filer.
#
#   Copyright  1998, 1999, 2000, 2001, 2002 Alexander Thoukydides
#
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of the GNU General Public License
#   as published by the Free Software Foundation; either version 2
#   of the License, or (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

# Include path:
IncludePath     = ,CPP:,CPP:hoist.,CLib:,OSLib:,OSLibInclude:,OSLibSupport:,AT:

# Tool flags:
CCFlags         = -fw -ff -c -depend !Depend -I$(IncludePath) -throwback \
                  -D__swi=extern -zM -zo \
#                  -g
C++Flags        = -fw -ff -c -depend !Depend -I$(IncludePath) -throwback \
                  -D__swi -C++ -DUSING_OSLIB -zo \
#                  +g
LinkFlags       = -throwback -revmap -o $@ \
#                  -debug
ObjAsmFlags     = -desktop -depend !Depend -I$(IncludePath) -throwback -nocache
CMHGFlags       = -depend !Depend -throwback
CMungeFlags     = -depend !Depend -throwback -zbase -zoslib
DefModFlags     = -byte_wide ByteWide 
SqueezeFlags    = -f -v -o $@
LibFileFlags    = -c -o

# Object files:
CLibraryFiles   = AT:o.alexlib OSLib:o.OSLib C:o.Stubs
C++LibraryFiles = AT:o.alexlib CPP:o.CathLibCPP OSLibSupport:o.OSLibSupport \
                  OSLib:o.OSLib CPP:o.Stubs
XRefFiles       = o.xref
FilerFiles      = o.action o.asyncwin o.backcfg o.backobj o.backop \
                  o.baud o.blockdrive o.claim o.clipwin o.config \
                  o.configwin o.convobj o.convwin o.crc o.ctrl \
                  o.drawobj o.err o.filer o.fontobj o.gdraw o.icons o.info \
                  o.inst o.mem o.open o.options o.printctwin \
                  o.printjbobj o.printjbwin o.printjob o.printpgobj \
                  o.printprwin o.printrend o.printrendg o.printrendt \
                  o.psifs o.scrap o.tag o.transform o.uid o.update \
                  o.wildcard
ModuleFiles     = o.args o.async o.attr o.backtree o.baud o.blackhole \
                  o.blockdrive o.cache o.clipboard o.clipfile o.code \
                  o.command o.connect o.crc o.ctrl o.date o.err o.escape \
                  o.frac o.frame o.fs o.fsentry o.idle o.link o.lnkchan \
                  o.main o.mem o.mirror o.module o.mux o.name o.ncp \
                  o.ncpfile o.parse o.pollword o.print o.printing o.rclip \
                  o.rfsv16 o.rfsv32 o.sema o.share o.sis o.sleep o.stats \
                  o.status o.swi o.sysvar o.tar o.test o.timer o.uid \
                  o.unified o.upcall o.upload o.user o.util o.veneer \
                  o.wildcard o.wimpfilt o.wprt

# Final targets:
all:            Hdr.psifs \
                Docs.xref \
                !PsiFS.Resources.!RunImage \
                !PsiFS.Resources.PsiFS
                
Docs.xref:      $(XRefFiles)
                drlink -aif -c++ -nounused $(LinkFlags) $(XRefFiles) $(C++LibraryFiles)
                squeeze $(SqueezeFlags) $@

!PsiFS.Resources.!RunImage: \
                $(FilerFiles)
                drlink -aif -c++ -nounused $(LinkFlags) $(FilerFiles) $(C++LibraryFiles) -s SymbImg
                squeeze $(SqueezeFlags) $@

!PsiFS.Resources.PsiFS: \
                $(ModuleFiles)
                drlink -rmf $(LinkFlags) $(ModuleFiles) $(CLibraryFiles) -s SymbMod

# General rules:
.SUFFIXES:      .o .Hdr .s .h .c .c++ .cmhg .swi
.c.o:;          cc $(CCFlags) -o $@ $<
.c++.o:;        c++ $(C++Flags) -o $@ $<
.s.o:;          objasm $(ObjAsmFlags) -o $@ $<
.cmhg.o:;       set sensibletime$active 1
                rmensure SensibleTime 0.00 set sensibletime$active 0
                if sensibletime$active=1 then rmkill sensibletime
                cmunge $(CMungeFlags) $< -o $@
.cmhg.h:;       set sensibletime$active 1
                rmensure SensibleTime 0.00 set sensibletime$active 0
                if sensibletime$active=1 then rmkill sensibletime
                cmunge $(CMungeFlags) $< -d $@
.swi.o:;        defmod $(DefModFlags) -l -o l.$* < $<
                libfile $(LibFileFlags) $@ -via ViaFile
                wipe l.$* ~C~FR~V
.swi.h:;        defmod $(DefModFlags) -h < $< > $@
.swi.Hdr:;      defmod $(DefModFlags) -hdr < $< > $@

# Dynamic dependencies:
o.instback:	c++.instback
o.instback:	CPP:h.functional
o.instback:	CPP:h.bool
o.instback:	CPP:h.config
o.instback:	h.backcfg
o.instback:	OS:h.toolbox
o.instback:	OS:h.types
o.instback:	OS:h.os
o.instback:	OS:h.wimp
o.instback:	OS:h.osspriteop
o.instback:	OS:h.font
o.instback:	OS:h.messagetrans
o.instback:	h.tag
o.instback:	CPP:h.iostream
o.instback:	CPP:h.istream
o.instback:	CPP:h.ios
o.instback:	CPP:h.exception
o.instback:	CPP:h.ptypeinfo
o.instback:	CPP:h.iosfwd
o.instback:	CPP:h.string
o.instback:	CPP:h.iterator
o.instback:	CPP:h.newcasts
o.instback:	CPP:h.typeinfo
o.instback:	CPP:h.ostream
o.instback:	CPP:h.functional
o.instback:	CPP:h.map
o.instback:	CPP:h.assocbase
o.instback:	CPP:h.utility
o.instback:	OS:h.types
o.instback:	h.date
o.instback:	OS:h.os
o.instback:	h.epoc16
o.instback:	h.epoc32
o.instback:	h.psifs
o.instback:	OS:h.fileswitch
o.instback:	h.backobj
o.instback:	OS:h.toolbox
o.instback:	h.backcfg
o.instback:	h.backop
o.instback:	OS:h.os
o.instback:	h.fs
o.instback:	OS:h.fileswitch
o.instback:	OS:h.os
o.instback:	OS:h.osgbpb
o.instback:	h.date
o.instback:	h.psifs
o.instback:	h.psifs
o.instback:	h.backop
o.instback:	CPP:hoist.c++.hlist
o.instback:	CPP:h.tpltutil
o.instback:	CPP:hoist.c++.hoistbp
o.instback:	CPP:h.functional
o.instback:	CPP:hoist.h.hoistbp
o.instback:	CPP:hoist.h.hoistbpp
o.instback:	CPP:h.stringfwd
o.instback:	CPP:h.newcasts
o.instback:	CPP:h.tpltutil
o.instback:	CPP:hoist.c++.hoistctdt
o.instback:	CPP:hoist.h.hoistctdt
o.instback:	CPP:hoist.h.hoistctdtp
o.instback:	CPP:h.memory
o.instback:	CPP:h.new
o.instback:	CPP:h.newcasts
o.instback:	CPP:h.tpltutil
o.instback:	CPP:hoist.c++.hoistup
o.instback:	CPP:hoist.h.hoistup
o.instback:	CPP:hoist.h.hoistupp
o.instback:	CPP:h.newcasts
o.instback:	CPP:h.tpltutil
o.instback:	CPP:c++.list
o.instback:	CPP:h.list
o.instback:	CPP:h.listbase
o.instback:	CPP:h.functional
o.instback:	CPP:hoist.h.hoistbp
o.instback:	CPP:hoist.h.hoistctdt
o.instback:	CPP:hoist.h.hoistup
o.instback:	CPP:h.tpltutil
o.instprint:	c++.instprint
o.instprint:	CPP:h.functional
o.instprint:	CPP:h.bool
o.instprint:	CPP:h.config
o.instprint:	h.printpgobj
o.instprint:	CPP:h.string
o.instprint:	CPP:h.iosfwd
o.instprint:	CPP:h.iterator
o.instprint:	CPP:h.newcasts
o.instprint:	CPP:h.istream
o.instprint:	CPP:h.ios
o.instprint:	CPP:h.exception
o.instprint:	CPP:h.ptypeinfo
o.instprint:	CPP:h.typeinfo
o.instprint:	h.printrend
o.instprint:	OS:h.os
o.instprint:	OS:h.types
o.instprint:	CPP:h.deque
o.instprint:	CPP:h.dequebase
o.instprint:	CPP:h.utility
o.instprint:	CPP:h.vector
o.instprint:	CPP:h.vectorbase
o.instprint:	h.psifs
o.instprint:	OS:h.fileswitch
o.instprint:	OS:h.wimp
o.instprint:	OS:h.osspriteop
o.instprint:	OS:h.font
o.instprint:	h.printjbobj
o.instprint:	CPP:h.vector
o.instprint:	h.printpgobj
o.instprint:	h.psifs
o.instprint:	h.printctwin
o.instprint:	h.printjbobj
o.instprint:	OS:h.toolbox
o.instprint:	OS:h.messagetrans
o.instprint:	h.printjbwin
o.instprint:	h.printjbobj
o.instprint:	OS:h.toolbox
o.instprint:	h.printprwin
o.instprint:	h.printjbobj
o.instprint:	OS:h.toolbox
o.instprint:	CPP:hoist.c++.hlist
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:hoist.c++.hoistbp
o.instprint:	CPP:h.functional
o.instprint:	CPP:hoist.h.hoistbp
o.instprint:	CPP:hoist.h.hoistbpp
o.instprint:	CPP:h.stringfwd
o.instprint:	CPP:h.newcasts
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:hoist.c++.hoistctdt
o.instprint:	CPP:hoist.h.hoistctdt
o.instprint:	CPP:hoist.h.hoistctdtp
o.instprint:	CPP:h.memory
o.instprint:	CPP:h.new
o.instprint:	CPP:h.newcasts
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:hoist.c++.hoistup
o.instprint:	CPP:hoist.h.hoistup
o.instprint:	CPP:hoist.h.hoistupp
o.instprint:	CPP:h.newcasts
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:c++.list
o.instprint:	CPP:h.list
o.instprint:	CPP:h.listbase
o.instprint:	CPP:h.functional
o.instprint:	CPP:hoist.h.hoistbp
o.instprint:	CPP:hoist.h.hoistctdt
o.instprint:	CPP:hoist.h.hoistup
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:hoist.c++.hvector
o.instprint:	CPP:h.tpltutil
o.instprint:	CPP:c++.vector
o.instprint:	CPP:h.vector
o.instprint:	CPP:hoist.h.hoistbp
o.instprint:	CPP:hoist.h.hoistctdt
o.instprint:	CPP:h.newcasts
o.instprint:	CPP:h.tpltutil
o.instconv:	c++.instconv
o.instconv:	CPP:h.functional
o.instconv:	CPP:h.bool
o.instconv:	CPP:h.config
o.instconv:	h.convobj
o.instconv:	CPP:h.set
o.instconv:	CPP:h.assocbase
o.instconv:	CPP:h.utility
o.instconv:	CPP:h.iterator
o.instconv:	CPP:h.iosfwd
o.instconv:	CPP:h.newcasts
o.instconv:	CPP:h.vector
o.instconv:	CPP:h.vectorbase
o.instconv:	OS:h.toolbox
o.instconv:	OS:h.types
o.instconv:	OS:h.os
o.instconv:	OS:h.wimp
o.instconv:	OS:h.osspriteop
o.instconv:	OS:h.font
o.instconv:	OS:h.messagetrans
o.instconv:	h.fs
o.instconv:	OS:h.fileswitch
o.instconv:	OS:h.os
o.instconv:	OS:h.osgbpb
o.instconv:	h.date
o.instconv:	OS:h.os
o.instconv:	h.epoc16
o.instconv:	h.epoc32
o.instconv:	h.psifs
o.instconv:	h.psifs
o.instconv:	h.tag
o.instconv:	CPP:h.iostream
o.instconv:	CPP:h.istream
o.instconv:	CPP:h.ios
o.instconv:	CPP:h.exception
o.instconv:	CPP:h.ptypeinfo
o.instconv:	CPP:h.string
o.instconv:	CPP:h.typeinfo
o.instconv:	CPP:h.ostream
o.instconv:	CPP:h.functional
o.instconv:	CPP:h.map
o.instconv:	OS:h.types
o.instconv:	h.date
o.instconv:	h.convwin
o.instconv:	OS:h.toolbox
o.instconv:	h.convobj
o.instconv:	h.psifs
o.instconv:	h.fs
o.instconv:	CPP:hoist.c++.hlist
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:hoist.c++.hoistbp
o.instconv:	CPP:h.functional
o.instconv:	CPP:hoist.h.hoistbp
o.instconv:	CPP:hoist.h.hoistbpp
o.instconv:	CPP:h.stringfwd
o.instconv:	CPP:h.newcasts
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:hoist.c++.hoistctdt
o.instconv:	CPP:hoist.h.hoistctdt
o.instconv:	CPP:hoist.h.hoistctdtp
o.instconv:	CPP:h.memory
o.instconv:	CPP:h.new
o.instconv:	CPP:h.newcasts
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:hoist.c++.hoistup
o.instconv:	CPP:hoist.h.hoistup
o.instconv:	CPP:hoist.h.hoistupp
o.instconv:	CPP:h.newcasts
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:c++.list
o.instconv:	CPP:h.list
o.instconv:	CPP:h.listbase
o.instconv:	CPP:h.functional
o.instconv:	CPP:hoist.h.hoistbp
o.instconv:	CPP:hoist.h.hoistctdt
o.instconv:	CPP:hoist.h.hoistup
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:hoist.c++.hvector
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:c++.vector
o.instconv:	CPP:h.vector
o.instconv:	CPP:hoist.h.hoistbp
o.instconv:	CPP:hoist.h.hoistctdt
o.instconv:	CPP:h.newcasts
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:hoist.c++.hset
o.instconv:	CPP:h.tpltutil
o.instconv:	CPP:c++.set
o.instconv:	CPP:h.set
o.instconv:	CPP:hoist.h.hoistbp
o.instconv:	CPP:hoist.h.hoistctdt
o.instconv:	CPP:h.tpltutil
o.backobjpwin:	h.scrap
o.xref:	c++.xref
o.xref:	OSLib:oslib.h.types
o.xref:	CPP:h.string
o.xref:	CPP:h.bool
o.xref:	CPP:h.config
o.xref:	CPP:h.iosfwd
o.xref:	CPP:h.iterator
o.xref:	CPP:h.newcasts
o.xref:	CPP:h.fstream
o.xref:	CPP:h.istream
o.xref:	CPP:h.ios
o.xref:	CPP:h.exception
o.xref:	CPP:h.ptypeinfo
o.xref:	CPP:h.typeinfo
o.xref:	CPP:h.ostream
o.xref:	CPP:h.stdiobuf
o.xref:	CPP:h.streambuf
o.xref:	CPP:h.stream
o.xref:	CPP:h.functional
o.xref:	CPP:h.iostream
o.xref:	CPP:h.list
o.xref:	CPP:h.listbase
o.xref:	CPP:h.utility
o.xref:	CPP:h.map
o.xref:	CPP:h.assocbase
o.xref:	CPP:h.sstream
o.xref:	CPP:hoist.c++.hlist
o.xref:	CPP:h.tpltutil
o.xref:	CPP:hoist.c++.hoistbp
o.xref:	CPP:h.functional
o.xref:	CPP:hoist.h.hoistbp
o.xref:	CPP:hoist.h.hoistbpp
o.xref:	CPP:h.stringfwd
o.xref:	CPP:h.newcasts
o.xref:	CPP:h.tpltutil
o.xref:	CPP:hoist.c++.hoistctdt
o.xref:	CPP:hoist.h.hoistctdt
o.xref:	CPP:hoist.h.hoistctdtp
o.xref:	CPP:h.memory
o.xref:	CPP:h.new
o.xref:	CPP:h.newcasts
o.xref:	CPP:h.tpltutil
o.xref:	CPP:hoist.c++.hoistup
o.xref:	CPP:hoist.h.hoistup
o.xref:	CPP:hoist.h.hoistupp
o.xref:	CPP:h.newcasts
o.xref:	CPP:h.tpltutil
o.xref:	CPP:c++.list
o.xref:	CPP:h.list
o.xref:	CPP:h.functional
o.xref:	CPP:hoist.h.hoistbp
o.xref:	CPP:hoist.h.hoistctdt
o.xref:	CPP:hoist.h.hoistup
o.xref:	CPP:h.tpltutil
o.xref:	CPP:hoist.c++.hmap
o.xref:	CPP:h.tpltutil
o.xref:	CPP:c++.map
o.xref:	CPP:h.map
o.xref:	CPP:h.exception
o.xref:	CPP:hoist.h.hoistbp
o.xref:	CPP:hoist.h.hoistctdt
o.xref:	CPP:h.stdexcept
o.xref:	CPP:h.tpltutil
o.action:	c++.action
o.action:	h.action
o.action:	OSLib:oslib.h.toolbox
o.action:	OSLib:oslib.h.types
o.action:	OSLib:oslib.h.os
o.action:	OSLib:oslib.h.oscore32
o.action:	OSLib:oslib.h.osf32
o.action:	OSLib:oslib.h.wimp
o.action:	OSLib:oslib.h.osspriteop
o.action:	OSLib:oslib.h.font
o.action:	OSLib:oslib.h.wimp32
o.action:	OSLib:oslib.h.messagetrans
o.action:	OSLib:oslib.h.osfscontrol
o.action:	OSLib:oslib.h.fileswitch
o.action:	OSLib:oslib.h.fileswch32
o.action:	OSLib:oslib.h.osfsctrl32
o.action:	OSLib:oslib.h.saveas
o.action:	OSLib:oslib.h.window
o.action:	OSLib:oslib.h.keyboardshortcut
o.action:	OSLib:oslib.h.gadget
o.action:	CPP:h.string
o.action:	CPP:h.bool
o.action:	CPP:h.config
o.action:	CPP:h.iosfwd
o.action:	CPP:h.iterator
o.action:	CPP:h.newcasts
o.action:	AT:h.writablefield_c
o.action:	AT:h.gadget_c
o.action:	CPP:h.vector
o.action:	CPP:h.vectorbase
o.action:	CPP:h.utility
o.action:	AT:h.gadget_b
o.action:	OSLib:oslib.h.gadget
o.action:	OSLib:oslib.h.macros
o.action:	AT:h.gadget_w_font
o.action:	AT:h.writablefield_b
o.action:	OSLib:oslib.h.writablefield
o.action:	AT:h.gadget_w_allowable
o.action:	AT:h.gadget_w_justification
o.action:	AT:h.gadget_w_string
o.action:	h.backobj
o.action:	OSLib:oslib.h.toolbox
o.action:	h.backcfg
o.action:	OSLib:oslib.h.toolbox
o.action:	h.tag
o.action:	CPP:h.iostream
o.action:	CPP:h.istream
o.action:	CPP:h.ios
o.action:	CPP:h.exception
o.action:	CPP:h.ptypeinfo
o.action:	CPP:h.typeinfo
o.action:	CPP:h.ostream
o.action:	CPP:h.functional
o.action:	CPP:h.map
o.action:	CPP:h.assocbase
o.action:	OSLib:oslib.h.types
o.action:	h.date
o.action:	OSLib:oslib.h.os
o.action:	h.epoc16
o.action:	h.epoc32
o.action:	h.psifs
o.action:	h.backop
o.action:	OSLib:oslib.h.os
o.action:	h.fs
o.action:	OSLib:oslib.h.fileswitch
o.action:	OSLib:oslib.h.os
o.action:	OSLib:oslib.h.osgbpb
o.action:	OSLib:oslib.h.osgbpb32
o.action:	h.date
o.action:	h.psifs
o.action:	h.psifs
o.action:	h.claim
o.action:	OSLib:oslib.h.toolbox
o.action:	h.config
o.action:	h.tag
o.action:	h.filer
o.action:	OSLib:oslib.h.types
o.action:	OSLib:oslib.h.wimp
o.action:	h.fs
o.action:	h.icons
o.action:	OSLib:oslib.h.toolbox
o.action:	h.psifs
o.action:	h.psifs
o.asyncwin:	c++.asyncwin
o.asyncwin:	h.asyncwin
o.asyncwin:	CPP:h.deque
o.asyncwin:	CPP:h.bool
o.asyncwin:	CPP:h.config
o.asyncwin:	CPP:h.dequebase
o.asyncwin:	CPP:h.utility
o.asyncwin:	CPP:h.iterator
o.asyncwin:	CPP:h.iosfwd
o.asyncwin:	CPP:h.string
o.asyncwin:	CPP:h.newcasts
o.asyncwin:	OSLib:oslib.h.toolbox
o.asyncwin:	OSLib:oslib.h.types
o.asyncwin:	OSLib:oslib.h.os
o.asyncwin:	OSLib:oslib.h.oscore32
o.asyncwin:	OSLib:oslib.h.osf32
o.asyncwin:	OSLib:oslib.h.wimp
o.asyncwin:	OSLib:oslib.h.osspriteop
o.asyncwin:	OSLib:oslib.h.font
o.asyncwin:	OSLib:oslib.h.wimp32
o.asyncwin:	OSLib:oslib.h.messagetrans
o.asyncwin:	AT:h.button_c
o.asyncwin:	AT:h.button_b
o.asyncwin:	OSLib:oslib.h.button
o.asyncwin:	OSLib:oslib.h.gadget
o.asyncwin:	OSLib:oslib.h.wimp
o.asyncwin:	AT:h.gadget_b
o.asyncwin:	OSLib:oslib.h.gadget
o.asyncwin:	OSLib:oslib.h.macros
o.asyncwin:	AT:h.gadget_w_string
o.asyncwin:	AT:h.gadget_c
o.asyncwin:	CPP:h.vector
o.asyncwin:	CPP:h.vectorbase
o.asyncwin:	AT:h.gadget_w_font
o.asyncwin:	h.psifs
o.asyncwin:	OSLib:oslib.h.fileswitch
o.asyncwin:	OSLib:oslib.h.fileswch32
o.asyncwin:	OSLib:oslib.h.toolbox
o.asyncwin:	OSLib:oslib.h.window
o.asyncwin:	OSLib:oslib.h.keyboardshortcut
o.asyncwin:	OSLib:oslib.h.wimp
o.asyncwin:	OSLibSupport:h.event
o.asyncwin:	CPP:h.iomanip
o.asyncwin:	CPP:h.istream
o.asyncwin:	CPP:h.ios
o.asyncwin:	CPP:h.exception
o.asyncwin:	CPP:h.ptypeinfo
o.asyncwin:	CPP:h.typeinfo
o.asyncwin:	CPP:h.ostream
o.asyncwin:	CPP:h.list
o.asyncwin:	CPP:h.listbase
o.asyncwin:	CPP:h.sstream
o.asyncwin:	CPP:h.streambuf
o.asyncwin:	CPP:h.stream
o.asyncwin:	AT:h.actionbutton_c
o.asyncwin:	AT:h.actionbutton_b
o.asyncwin:	OSLib:oslib.h.actionbutton
o.asyncwin:	AT:h.gadget_w_event
o.asyncwin:	OSLib:oslib.h.types
o.asyncwin:	AT:h.gadget_w_text
o.asyncwin:	AT:h.gadget_w_show_c
o.asyncwin:	OSLib:oslib.h.gadget
o.asyncwin:	AT:h.button_c
o.asyncwin:	h.filer
o.asyncwin:	OSLib:oslib.h.types
o.asyncwin:	OSLib:oslib.h.wimp
o.asyncwin:	h.fs
o.asyncwin:	OSLib:oslib.h.fileswitch
o.asyncwin:	OSLib:oslib.h.os
o.asyncwin:	OSLib:oslib.h.osgbpb
o.asyncwin:	OSLib:oslib.h.osgbpb32
o.asyncwin:	h.date
o.asyncwin:	OSLib:oslib.h.os
o.asyncwin:	h.epoc16
o.asyncwin:	h.epoc32
o.asyncwin:	h.psifs
o.asyncwin:	h.psifs
o.backcfg:	c++.backcfg
o.backcfg:	h.backcfg
o.backcfg:	OSLib:oslib.h.toolbox
o.backcfg:	OSLib:oslib.h.types
o.backcfg:	OSLib:oslib.h.os
o.backcfg:	OSLib:oslib.h.oscore32
o.backcfg:	OSLib:oslib.h.osf32
o.backcfg:	OSLib:oslib.h.wimp
o.backcfg:	OSLib:oslib.h.osspriteop
o.backcfg:	OSLib:oslib.h.font
o.backcfg:	OSLib:oslib.h.wimp32
o.backcfg:	OSLib:oslib.h.messagetrans
o.backcfg:	h.tag
o.backcfg:	CPP:h.iostream
o.backcfg:	CPP:h.config
o.backcfg:	CPP:h.istream
o.backcfg:	CPP:h.bool
o.backcfg:	CPP:h.ios
o.backcfg:	CPP:h.exception
o.backcfg:	CPP:h.ptypeinfo
o.backcfg:	CPP:h.iosfwd
o.backcfg:	CPP:h.string
o.backcfg:	CPP:h.iterator
o.backcfg:	CPP:h.newcasts
o.backcfg:	CPP:h.typeinfo
o.backcfg:	CPP:h.ostream
o.backcfg:	CPP:h.functional
o.backcfg:	CPP:h.map
o.backcfg:	CPP:h.assocbase
o.backcfg:	CPP:h.utility
o.backcfg:	OSLib:oslib.h.types
o.backcfg:	h.date
o.backcfg:	OSLib:oslib.h.os
o.backcfg:	h.epoc16
o.backcfg:	h.epoc32
o.backcfg:	h.psifs
o.backcfg:	OSLib:oslib.h.fileswitch
o.backcfg:	OSLib:oslib.h.fileswch32
o.backcfg:	OSLib:oslib.h.osfile
o.backcfg:	OSLib:oslib.h.osfind
o.backcfg:	OSLib:oslib.h.osfind32
o.backcfg:	OSLib:oslib.h.osfscontrol
o.backcfg:	OSLib:oslib.h.osfsctrl32
o.backcfg:	OSLib:oslib.h.osgbpb
o.backcfg:	OSLib:oslib.h.osgbpb32
o.backcfg:	OSLib:oslib.h.osword
o.backcfg:	OSLib:oslib.h.territory
o.backcfg:	OSLib:oslib.h.window
o.backcfg:	OSLib:oslib.h.keyboardshortcut
o.backcfg:	OSLib:oslib.h.gadget
o.backcfg:	OSLibSupport:h.event
o.backcfg:	CPP:h.fstream
o.backcfg:	CPP:h.stdiobuf
o.backcfg:	CPP:h.streambuf
o.backcfg:	CPP:h.stream
o.backcfg:	CPP:h.list
o.backcfg:	CPP:h.listbase
o.backcfg:	CPP:h.sstream
o.backcfg:	AT:h.actionbutton_c
o.backcfg:	AT:h.actionbutton_b
o.backcfg:	OSLib:oslib.h.actionbutton
o.backcfg:	AT:h.gadget_b
o.backcfg:	OSLib:oslib.h.gadget
o.backcfg:	OSLib:oslib.h.macros
o.backcfg:	AT:h.gadget_w_event
o.backcfg:	OSLib:oslib.h.types
o.backcfg:	AT:h.gadget_w_text
o.backcfg:	AT:h.gadget_c
o.backcfg:	CPP:h.vector
o.backcfg:	CPP:h.vectorbase
o.backcfg:	AT:h.gadget_w_show_c
o.backcfg:	OSLib:oslib.h.gadget
o.backcfg:	AT:h.button_c
o.backcfg:	AT:h.button_b
o.backcfg:	OSLib:oslib.h.button
o.backcfg:	OSLib:oslib.h.wimp
o.backcfg:	AT:h.gadget_w_string
o.backcfg:	AT:h.gadget_w_font
o.backcfg:	AT:h.displayfield_c
o.backcfg:	AT:h.displayfield_b
o.backcfg:	OSLib:oslib.h.displayfield
o.backcfg:	AT:h.gadget_w_justification
o.backcfg:	AT:h.numberrange_c
o.backcfg:	AT:h.numberrange_b
o.backcfg:	OSLib:oslib.h.numberrange
o.backcfg:	AT:h.gadget_w_slider
o.backcfg:	OSLib:oslib.h.wimp
o.backcfg:	AT:h.gadget_w_number
o.backcfg:	AT:h.optionbutton_c
o.backcfg:	AT:h.optionbutton_b
o.backcfg:	OSLib:oslib.h.optionbutton
o.backcfg:	AT:h.gadget_w_boolean
o.backcfg:	OSLib:oslib.h.macros
o.backcfg:	OSLib:oslib.h.types
o.backcfg:	AT:h.radiobutton_c
o.backcfg:	AT:h.radiobutton_b
o.backcfg:	OSLib:oslib.h.radiobutton
o.backcfg:	AT:h.writablefield_c
o.backcfg:	AT:h.writablefield_b
o.backcfg:	OSLib:oslib.h.writablefield
o.backcfg:	AT:h.gadget_w_allowable
o.backcfg:	h.backobj
o.backcfg:	OSLib:oslib.h.toolbox
o.backcfg:	h.backcfg
o.backcfg:	h.backop
o.backcfg:	OSLib:oslib.h.os
o.backcfg:	h.fs
o.backcfg:	OSLib:oslib.h.fileswitch
o.backcfg:	OSLib:oslib.h.os
o.backcfg:	OSLib:oslib.h.osgbpb
o.backcfg:	h.date
o.backcfg:	h.psifs
o.backcfg:	h.psifs
o.backcfg:	h.config
o.backcfg:	h.tag
o.backcfg:	h.filer
o.backcfg:	OSLib:oslib.h.types
o.backcfg:	OSLib:oslib.h.wimp
o.backcfg:	h.fs
o.backobj:	c++.backobj
o.backobj:	h.backobj
o.backobj:	OSLib:oslib.h.toolbox
o.backobj:	OSLib:oslib.h.types
o.backobj:	OSLib:oslib.h.os
o.backobj:	OSLib:oslib.h.oscore32
o.backobj:	OSLib:oslib.h.osf32
o.backobj:	OSLib:oslib.h.wimp
o.backobj:	OSLib:oslib.h.osspriteop
o.backobj:	OSLib:oslib.h.font
o.backobj:	OSLib:oslib.h.wimp32
o.backobj:	OSLib:oslib.h.messagetrans
o.backobj:	CPP:h.string
o.backobj:	CPP:h.bool
o.backobj:	CPP:h.config
o.backobj:	CPP:h.iosfwd
o.backobj:	CPP:h.iterator
o.backobj:	CPP:h.newcasts
o.backobj:	h.backcfg
o.backobj:	OSLib:oslib.h.toolbox
o.backobj:	h.tag
o.backobj:	CPP:h.iostream
o.backobj:	CPP:h.istream
o.backobj:	CPP:h.ios
o.backobj:	CPP:h.exception
o.backobj:	CPP:h.ptypeinfo
o.backobj:	CPP:h.typeinfo
o.backobj:	CPP:h.ostream
o.backobj:	CPP:h.functional
o.backobj:	CPP:h.map
o.backobj:	CPP:h.assocbase
o.backobj:	CPP:h.utility
o.backobj:	OSLib:oslib.h.types
o.backobj:	h.date
o.backobj:	OSLib:oslib.h.os
o.backobj:	h.epoc16
o.backobj:	h.epoc32
o.backobj:	h.psifs
o.backobj:	OSLib:oslib.h.fileswitch
o.backobj:	OSLib:oslib.h.fileswch32
o.backobj:	h.backop
o.backobj:	OSLib:oslib.h.os
o.backobj:	h.fs
o.backobj:	OSLib:oslib.h.fileswitch
o.backobj:	OSLib:oslib.h.os
o.backobj:	OSLib:oslib.h.osgbpb
o.backobj:	OSLib:oslib.h.osgbpb32
o.backobj:	h.date
o.backobj:	h.psifs
o.backobj:	h.psifs
o.backobj:	OSLib:oslib.h.macros
o.backobj:	OSLib:oslib.h.territory
o.backobj:	OSLib:oslib.h.window
o.backobj:	OSLib:oslib.h.keyboardshortcut
o.backobj:	OSLib:oslib.h.gadget
o.backobj:	CPP:h.list
o.backobj:	CPP:h.listbase
o.backobj:	CPP:h.sstream
o.backobj:	CPP:h.streambuf
o.backobj:	CPP:h.stream
o.backobj:	AT:h.actionbutton_c
o.backobj:	AT:h.actionbutton_b
o.backobj:	OSLib:oslib.h.actionbutton
o.backobj:	AT:h.gadget_b
o.backobj:	OSLib:oslib.h.gadget
o.backobj:	OSLib:oslib.h.macros
o.backobj:	AT:h.gadget_w_event
o.backobj:	OSLib:oslib.h.types
o.backobj:	AT:h.gadget_w_text
o.backobj:	AT:h.gadget_c
o.backobj:	CPP:h.vector
o.backobj:	CPP:h.vectorbase
o.backobj:	AT:h.gadget_w_show_c
o.backobj:	OSLib:oslib.h.gadget
o.backobj:	AT:h.displayfield_c
o.backobj:	AT:h.displayfield_b
o.backobj:	OSLib:oslib.h.displayfield
o.backobj:	AT:h.gadget_w_justification
o.backobj:	AT:h.gadget_w_string
o.backobj:	AT:h.gadget_w_font
o.backobj:	h.config
o.backobj:	h.tag
o.backobj:	h.filer
o.backobj:	OSLib:oslib.h.types
o.backobj:	OSLib:oslib.h.wimp
o.backobj:	h.fs
o.backop:	c++.backop
o.backop:	h.backop
o.backop:	OSLib:oslib.h.os
o.backop:	OSLib:oslib.h.types
o.backop:	OSLib:oslib.h.oscore32
o.backop:	OSLib:oslib.h.osf32
o.backop:	CPP:h.string
o.backop:	CPP:h.bool
o.backop:	CPP:h.config
o.backop:	CPP:h.iosfwd
o.backop:	CPP:h.iterator
o.backop:	CPP:h.newcasts
o.backop:	OSLib:oslib.h.osfind
o.backop:	OSLib:oslib.h.fileswitch
o.backop:	OSLib:oslib.h.fileswch32
o.backop:	OSLib:oslib.h.osfind32
o.backop:	OSLib:oslib.h.osfscontrol
o.backop:	OSLib:oslib.h.osfsctrl32
o.backop:	CPP:h.list
o.backop:	CPP:h.listbase
o.backop:	CPP:h.utility
o.backop:	h.asyncwin
o.backop:	CPP:h.deque
o.backop:	CPP:h.dequebase
o.backop:	OSLib:oslib.h.toolbox
o.backop:	OSLib:oslib.h.wimp
o.backop:	OSLib:oslib.h.osspriteop
o.backop:	OSLib:oslib.h.font
o.backop:	OSLib:oslib.h.wimp32
o.backop:	OSLib:oslib.h.messagetrans
o.backop:	AT:h.button_c
o.backop:	AT:h.button_b
o.backop:	OSLib:oslib.h.button
o.backop:	OSLib:oslib.h.gadget
o.backop:	OSLib:oslib.h.wimp
o.backop:	AT:h.gadget_b
o.backop:	OSLib:oslib.h.gadget
o.backop:	OSLib:oslib.h.macros
o.backop:	AT:h.gadget_w_string
o.backop:	AT:h.gadget_c
o.backop:	CPP:h.vector
o.backop:	CPP:h.vectorbase
o.backop:	AT:h.gadget_w_font
o.backop:	h.psifs
o.backop:	h.filer
o.backop:	OSLib:oslib.h.types
o.backop:	OSLib:oslib.h.wimp
o.backop:	h.psifs
o.backop:	h.scrap
o.claim:	c++.claim
o.claim:	h.claim
o.claim:	OSLib:oslib.h.toolbox
o.claim:	OSLib:oslib.h.types
o.claim:	OSLib:oslib.h.os
o.claim:	OSLib:oslib.h.oscore32
o.claim:	OSLib:oslib.h.osf32
o.claim:	OSLib:oslib.h.wimp
o.claim:	OSLib:oslib.h.osspriteop
o.claim:	OSLib:oslib.h.font
o.claim:	OSLib:oslib.h.wimp32
o.claim:	OSLib:oslib.h.messagetrans
o.claim:	CPP:h.string
o.claim:	CPP:h.bool
o.claim:	CPP:h.config
o.claim:	CPP:h.iosfwd
o.claim:	CPP:h.iterator
o.claim:	CPP:h.newcasts
o.claim:	OSLib:oslib.h.macros
o.claim:	h.blockdrive
o.claim:	OSLib:oslib.h.os
o.claim:	h.config
o.claim:	h.tag
o.claim:	CPP:h.iostream
o.claim:	CPP:h.istream
o.claim:	CPP:h.ios
o.claim:	CPP:h.exception
o.claim:	CPP:h.ptypeinfo
o.claim:	CPP:h.typeinfo
o.claim:	CPP:h.ostream
o.claim:	CPP:h.functional
o.claim:	CPP:h.map
o.claim:	CPP:h.assocbase
o.claim:	CPP:h.utility
o.claim:	OSLib:oslib.h.types
o.claim:	h.date
o.claim:	OSLib:oslib.h.os
o.claim:	h.epoc16
o.claim:	h.epoc32
o.claim:	h.psifs
o.claim:	OSLib:oslib.h.fileswitch
o.claim:	OSLib:oslib.h.fileswch32
o.claim:	h.filer
o.claim:	OSLib:oslib.h.types
o.claim:	OSLib:oslib.h.wimp
o.claim:	h.psifs
o.clipwin:	c++.clipwin
o.clipwin:	h.clipwin
o.clipwin:	OSLib:oslib.h.toolbox
o.clipwin:	OSLib:oslib.h.types
o.clipwin:	OSLib:oslib.h.os
o.clipwin:	OSLib:oslib.h.oscore32
o.clipwin:	OSLib:oslib.h.osf32
o.clipwin:	OSLib:oslib.h.wimp
o.clipwin:	OSLib:oslib.h.osspriteop
o.clipwin:	OSLib:oslib.h.font
o.clipwin:	OSLib:oslib.h.wimp32
o.clipwin:	OSLib:oslib.h.messagetrans
o.clipwin:	h.convobj
o.clipwin:	CPP:h.set
o.clipwin:	CPP:h.assocbase
o.clipwin:	CPP:h.bool
o.clipwin:	CPP:h.config
o.clipwin:	CPP:h.utility
o.clipwin:	CPP:h.iterator
o.clipwin:	CPP:h.iosfwd
o.clipwin:	CPP:h.newcasts
o.clipwin:	CPP:h.vector
o.clipwin:	CPP:h.vectorbase
o.clipwin:	OSLib:oslib.h.toolbox
o.clipwin:	h.fs
o.clipwin:	OSLib:oslib.h.fileswitch
o.clipwin:	OSLib:oslib.h.fileswch32
o.clipwin:	OSLib:oslib.h.os
o.clipwin:	OSLib:oslib.h.osgbpb
o.clipwin:	OSLib:oslib.h.osgbpb32
o.clipwin:	h.date
o.clipwin:	OSLib:oslib.h.os
o.clipwin:	h.epoc16
o.clipwin:	h.epoc32
o.clipwin:	h.psifs
o.clipwin:	h.psifs
o.clipwin:	h.tag
o.clipwin:	CPP:h.iostream
o.clipwin:	CPP:h.istream
o.clipwin:	CPP:h.ios
o.clipwin:	CPP:h.exception
o.clipwin:	CPP:h.ptypeinfo
o.clipwin:	CPP:h.string
o.clipwin:	CPP:h.typeinfo
o.clipwin:	CPP:h.ostream
o.clipwin:	CPP:h.functional
o.clipwin:	CPP:h.map
o.clipwin:	OSLib:oslib.h.types
o.clipwin:	h.date
o.clipwin:	OSLib:oslib.h.menu
o.clipwin:	OSLib:oslib.h.osfile
o.clipwin:	OSLib:oslib.h.osfscontrol
o.clipwin:	OSLib:oslib.h.osfsctrl32
o.clipwin:	OSLib:oslib.h.taskmanager
o.clipwin:	OSLib:oslib.h.window
o.clipwin:	OSLib:oslib.h.keyboardshortcut
o.clipwin:	OSLib:oslib.h.gadget
o.clipwin:	OSLibSupport:h.event
o.clipwin:	AT:h.actionbutton_c
o.clipwin:	AT:h.actionbutton_b
o.clipwin:	OSLib:oslib.h.actionbutton
o.clipwin:	AT:h.gadget_b
o.clipwin:	OSLib:oslib.h.gadget
o.clipwin:	OSLib:oslib.h.macros
o.clipwin:	AT:h.gadget_w_event
o.clipwin:	OSLib:oslib.h.types
o.clipwin:	AT:h.gadget_w_text
o.clipwin:	AT:h.gadget_c
o.clipwin:	CPP:h.vector
o.clipwin:	AT:h.gadget_w_show_c
o.clipwin:	OSLib:oslib.h.gadget
o.clipwin:	AT:h.displayfield_c
o.clipwin:	AT:h.displayfield_b
o.clipwin:	OSLib:oslib.h.displayfield
o.clipwin:	AT:h.gadget_w_justification
o.clipwin:	AT:h.gadget_w_string
o.clipwin:	AT:h.gadget_w_font
o.clipwin:	CPP:h.algorithm
o.clipwin:	CPP:h.fstream
o.clipwin:	CPP:h.stdiobuf
o.clipwin:	CPP:h.streambuf
o.clipwin:	CPP:h.stream
o.clipwin:	CPP:h.list
o.clipwin:	CPP:h.listbase
o.clipwin:	h.config
o.clipwin:	h.tag
o.clipwin:	h.convwin
o.clipwin:	OSLib:oslib.h.toolbox
o.clipwin:	h.convobj
o.clipwin:	h.psifs
o.clipwin:	h.fs
o.clipwin:	h.filer
o.clipwin:	OSLib:oslib.h.types
o.clipwin:	OSLib:oslib.h.wimp
o.clipwin:	h.options
o.clipwin:	h.tag
o.clipwin:	h.psifs
o.clipwin:	h.scrap
o.config:	c++.config
o.config:	AT:h.noclash
o.config:	OSLib:oslib.h.os
o.config:	OSLib:oslib.h.types
o.config:	OSLib:oslib.h.oscore32
o.config:	OSLib:oslib.h.osf32
o.config:	h.config
o.config:	h.tag
o.config:	CPP:h.iostream
o.config:	CPP:h.config
o.config:	CPP:h.istream
o.config:	CPP:h.bool
o.config:	CPP:h.ios
o.config:	CPP:h.exception
o.config:	CPP:h.ptypeinfo
o.config:	CPP:h.iosfwd
o.config:	CPP:h.string
o.config:	CPP:h.iterator
o.config:	CPP:h.newcasts
o.config:	CPP:h.typeinfo
o.config:	CPP:h.ostream
o.config:	CPP:h.functional
o.config:	CPP:h.map
o.config:	CPP:h.assocbase
o.config:	CPP:h.utility
o.config:	OSLib:oslib.h.types
o.config:	h.date
o.config:	OSLib:oslib.h.os
o.config:	h.epoc16
o.config:	h.epoc32
o.config:	h.psifs
o.config:	OSLib:oslib.h.fileswitch
o.config:	OSLib:oslib.h.fileswch32
o.config:	OSLib:oslib.h.wimp
o.config:	OSLib:oslib.h.osspriteop
o.config:	OSLib:oslib.h.font
o.config:	OSLib:oslib.h.wimp32
o.config:	CPP:h.fstream
o.config:	CPP:h.stdiobuf
o.config:	CPP:h.streambuf
o.config:	CPP:h.stream
o.config:	OSLib:oslib.h.osfile
o.config:	h.convobj
o.config:	CPP:h.set
o.config:	CPP:h.vector
o.config:	CPP:h.vectorbase
o.config:	OSLib:oslib.h.toolbox
o.config:	OSLib:oslib.h.messagetrans
o.config:	h.fs
o.config:	OSLib:oslib.h.fileswitch
o.config:	OSLib:oslib.h.os
o.config:	OSLib:oslib.h.osgbpb
o.config:	OSLib:oslib.h.osgbpb32
o.config:	h.date
o.config:	h.psifs
o.config:	h.tag
o.config:	h.filer
o.config:	OSLib:oslib.h.types
o.config:	OSLib:oslib.h.wimp
o.config:	h.tag
o.config:	h.psifs
o.configwin:	c++.configwin
o.configwin:	h.configwin
o.configwin:	OSLib:oslib.h.toolbox
o.configwin:	OSLib:oslib.h.types
o.configwin:	OSLib:oslib.h.os
o.configwin:	OSLib:oslib.h.oscore32
o.configwin:	OSLib:oslib.h.osf32
o.configwin:	OSLib:oslib.h.wimp
o.configwin:	OSLib:oslib.h.osspriteop
o.configwin:	OSLib:oslib.h.font
o.configwin:	OSLib:oslib.h.wimp32
o.configwin:	OSLib:oslib.h.messagetrans
o.configwin:	CPP:h.sstream
o.configwin:	CPP:h.config
o.configwin:	CPP:h.istream
o.configwin:	CPP:h.bool
o.configwin:	CPP:h.ios
o.configwin:	CPP:h.exception
o.configwin:	CPP:h.ptypeinfo
o.configwin:	CPP:h.iosfwd
o.configwin:	CPP:h.string
o.configwin:	CPP:h.iterator
o.configwin:	CPP:h.newcasts
o.configwin:	CPP:h.typeinfo
o.configwin:	CPP:h.ostream
o.configwin:	CPP:h.streambuf
o.configwin:	CPP:h.stream
o.configwin:	OSLib:oslib.h.draggable
o.configwin:	OSLib:oslib.h.gadget
o.configwin:	OSLib:oslib.h.window
o.configwin:	OSLib:oslib.h.keyboardshortcut
o.configwin:	OSLib:oslib.h.hourglass
o.configwin:	OSLib:oslib.h.macros
o.configwin:	OSLib:oslib.h.osfile
o.configwin:	OSLib:oslib.h.fileswitch
o.configwin:	OSLib:oslib.h.fileswch32
o.configwin:	OSLib:oslib.h.osfscontrol
o.configwin:	OSLib:oslib.h.osfsctrl32
o.configwin:	OSLib:oslib.h.wimp
o.configwin:	OSLibSupport:h.event
o.configwin:	AT:h.actionbutton_c
o.configwin:	AT:h.actionbutton_b
o.configwin:	OSLib:oslib.h.actionbutton
o.configwin:	AT:h.gadget_b
o.configwin:	OSLib:oslib.h.gadget
o.configwin:	OSLib:oslib.h.macros
o.configwin:	AT:h.gadget_w_event
o.configwin:	OSLib:oslib.h.types
o.configwin:	AT:h.gadget_w_text
o.configwin:	AT:h.gadget_c
o.configwin:	CPP:h.vector
o.configwin:	CPP:h.vectorbase
o.configwin:	CPP:h.utility
o.configwin:	AT:h.gadget_w_show_c
o.configwin:	OSLib:oslib.h.gadget
o.configwin:	AT:h.label_c
o.configwin:	AT:h.label_b
o.configwin:	OSLib:oslib.h.label
o.configwin:	AT:h.gadget_w_justification
o.configwin:	AT:h.numberrange_c
o.configwin:	AT:h.numberrange_b
o.configwin:	OSLib:oslib.h.numberrange
o.configwin:	AT:h.gadget_w_slider
o.configwin:	OSLib:oslib.h.wimp
o.configwin:	AT:h.gadget_w_number
o.configwin:	AT:h.optionbutton_c
o.configwin:	AT:h.optionbutton_b
o.configwin:	OSLib:oslib.h.optionbutton
o.configwin:	AT:h.gadget_w_boolean
o.configwin:	OSLib:oslib.h.macros
o.configwin:	OSLib:oslib.h.types
o.configwin:	AT:h.stringset_c
o.configwin:	AT:h.stringset_b
o.configwin:	CPP:h.list
o.configwin:	CPP:h.listbase
o.configwin:	OSLib:oslib.h.stringset
o.configwin:	AT:h.gadget_w_allowable
o.configwin:	AT:h.gadget_w_string
o.configwin:	AT:h.writablefield_c
o.configwin:	AT:h.gadget_w_font
o.configwin:	AT:h.writablefield_b
o.configwin:	OSLib:oslib.h.writablefield
o.configwin:	h.baud
o.configwin:	OSLib:oslib.h.types
o.configwin:	h.blockdrive
o.configwin:	OSLib:oslib.h.os
o.configwin:	h.blockdrive
o.configwin:	h.config
o.configwin:	h.tag
o.configwin:	CPP:h.iostream
o.configwin:	CPP:h.functional
o.configwin:	CPP:h.map
o.configwin:	CPP:h.assocbase
o.configwin:	OSLib:oslib.h.types
o.configwin:	h.date
o.configwin:	OSLib:oslib.h.os
o.configwin:	h.epoc16
o.configwin:	h.epoc32
o.configwin:	h.psifs
o.configwin:	h.filer
o.configwin:	OSLib:oslib.h.types
o.configwin:	OSLib:oslib.h.wimp
o.configwin:	h.fs
o.configwin:	OSLib:oslib.h.fileswitch
o.configwin:	OSLib:oslib.h.os
o.configwin:	OSLib:oslib.h.osgbpb
o.configwin:	OSLib:oslib.h.osgbpb32
o.configwin:	h.date
o.configwin:	h.psifs
o.configwin:	h.psifs
o.configwin:	h.update
o.configwin:	h.icons
o.configwin:	OSLib:oslib.h.toolbox
o.configwin:	h.psifs
o.convobj:	c++.convobj
o.convobj:	h.convobj
o.convobj:	CPP:h.set
o.convobj:	CPP:h.assocbase
o.convobj:	CPP:h.bool
o.convobj:	CPP:h.config
o.convobj:	CPP:h.utility
o.convobj:	CPP:h.iterator
o.convobj:	CPP:h.iosfwd
o.convobj:	CPP:h.newcasts
o.convobj:	CPP:h.vector
o.convobj:	CPP:h.vectorbase
o.convobj:	OSLib:oslib.h.toolbox
o.convobj:	OSLib:oslib.h.types
o.convobj:	OSLib:oslib.h.os
o.convobj:	OSLib:oslib.h.oscore32
o.convobj:	OSLib:oslib.h.osf32
o.convobj:	OSLib:oslib.h.wimp
o.convobj:	OSLib:oslib.h.osspriteop
o.convobj:	OSLib:oslib.h.font
o.convobj:	OSLib:oslib.h.wimp32
o.convobj:	OSLib:oslib.h.messagetrans
o.convobj:	h.fs
o.convobj:	OSLib:oslib.h.fileswitch
o.convobj:	OSLib:oslib.h.fileswch32
o.convobj:	OSLib:oslib.h.os
o.convobj:	OSLib:oslib.h.osgbpb
o.convobj:	OSLib:oslib.h.osgbpb32
o.convobj:	h.date
o.convobj:	OSLib:oslib.h.os
o.convobj:	h.epoc16
o.convobj:	h.epoc32
o.convobj:	h.psifs
o.convobj:	h.psifs
o.convobj:	h.tag
o.convobj:	CPP:h.iostream
o.convobj:	CPP:h.istream
o.convobj:	CPP:h.ios
o.convobj:	CPP:h.exception
o.convobj:	CPP:h.ptypeinfo
o.convobj:	CPP:h.string
o.convobj:	CPP:h.typeinfo
o.convobj:	CPP:h.ostream
o.convobj:	CPP:h.functional
o.convobj:	CPP:h.map
o.convobj:	OSLib:oslib.h.types
o.convobj:	h.date
o.convobj:	OSLib:oslib.h.osfile
o.convobj:	OSLib:oslib.h.osfscontrol
o.convobj:	OSLib:oslib.h.osfsctrl32
o.convobj:	OSLib:oslib.h.proginfo
o.convobj:	OSLib:oslib.h.window
o.convobj:	OSLib:oslib.h.keyboardshortcut
o.convobj:	OSLib:oslib.h.gadget
o.convobj:	OSLib:oslib.h.wimpspriteop
o.convobj:	CPP:h.fstream
o.convobj:	CPP:h.stdiobuf
o.convobj:	CPP:h.streambuf
o.convobj:	CPP:h.stream
o.convobj:	CPP:h.sstream
o.convobj:	AT:h.displayfield_c
o.convobj:	AT:h.displayfield_b
o.convobj:	OSLib:oslib.h.displayfield
o.convobj:	AT:h.gadget_b
o.convobj:	OSLib:oslib.h.gadget
o.convobj:	OSLib:oslib.h.macros
o.convobj:	AT:h.gadget_w_justification
o.convobj:	AT:h.gadget_w_string
o.convobj:	AT:h.gadget_c
o.convobj:	CPP:h.vector
o.convobj:	AT:h.gadget_w_font
o.convobj:	AT:h.stringset_c
o.convobj:	AT:h.stringset_b
o.convobj:	CPP:h.list
o.convobj:	CPP:h.listbase
o.convobj:	OSLib:oslib.h.stringset
o.convobj:	AT:h.gadget_w_allowable
o.convobj:	AT:h.gadget_w_number
o.convobj:	h.config
o.convobj:	h.tag
o.convobj:	h.filer
o.convobj:	OSLib:oslib.h.types
o.convobj:	OSLib:oslib.h.wimp
o.convobj:	h.fs
o.convobj:	h.options
o.convobj:	h.tag
o.convobj:	h.psifs
o.convobj:	h.uid
o.convobj:	OSLib:oslib.h.osfile
o.convobj:	h.epoc32
o.convobj:	h.wildcard
o.convwin:	c++.convwin
o.convwin:	h.convwin
o.convwin:	OSLib:oslib.h.toolbox
o.convwin:	OSLib:oslib.h.types
o.convwin:	OSLib:oslib.h.os
o.convwin:	OSLib:oslib.h.oscore32
o.convwin:	OSLib:oslib.h.osf32
o.convwin:	OSLib:oslib.h.wimp
o.convwin:	OSLib:oslib.h.osspriteop
o.convwin:	OSLib:oslib.h.font
o.convwin:	OSLib:oslib.h.wimp32
o.convwin:	OSLib:oslib.h.messagetrans
o.convwin:	h.convobj
o.convwin:	CPP:h.set
o.convwin:	CPP:h.assocbase
o.convwin:	CPP:h.bool
o.convwin:	CPP:h.config
o.convwin:	CPP:h.utility
o.convwin:	CPP:h.iterator
o.convwin:	CPP:h.iosfwd
o.convwin:	CPP:h.newcasts
o.convwin:	CPP:h.vector
o.convwin:	CPP:h.vectorbase
o.convwin:	OSLib:oslib.h.toolbox
o.convwin:	h.fs
o.convwin:	OSLib:oslib.h.fileswitch
o.convwin:	OSLib:oslib.h.fileswch32
o.convwin:	OSLib:oslib.h.os
o.convwin:	OSLib:oslib.h.osgbpb
o.convwin:	OSLib:oslib.h.osgbpb32
o.convwin:	h.date
o.convwin:	OSLib:oslib.h.os
o.convwin:	h.epoc16
o.convwin:	h.epoc32
o.convwin:	h.psifs
o.convwin:	h.psifs
o.convwin:	h.tag
o.convwin:	CPP:h.iostream
o.convwin:	CPP:h.istream
o.convwin:	CPP:h.ios
o.convwin:	CPP:h.exception
o.convwin:	CPP:h.ptypeinfo
o.convwin:	CPP:h.string
o.convwin:	CPP:h.typeinfo
o.convwin:	CPP:h.ostream
o.convwin:	CPP:h.functional
o.convwin:	CPP:h.map
o.convwin:	OSLib:oslib.h.types
o.convwin:	h.date
o.convwin:	h.psifs
o.convwin:	h.fs
o.convwin:	OSLib:oslib.h.osfscontrol
o.convwin:	OSLib:oslib.h.osfsctrl32
o.convwin:	OSLib:oslib.h.taskmanager
o.convwin:	OSLib:oslib.h.toolbox
o.convwin:	OSLibSupport:h.event
o.convwin:	CPP:h.fstream
o.convwin:	CPP:h.stdiobuf
o.convwin:	CPP:h.streambuf
o.convwin:	CPP:h.stream
o.convwin:	CPP:h.sstream
o.convwin:	AT:h.actionbutton_c
o.convwin:	AT:h.actionbutton_b
o.convwin:	OSLib:oslib.h.actionbutton
o.convwin:	OSLib:oslib.h.gadget
o.convwin:	AT:h.gadget_b
o.convwin:	OSLib:oslib.h.gadget
o.convwin:	OSLib:oslib.h.macros
o.convwin:	AT:h.gadget_w_event
o.convwin:	OSLib:oslib.h.types
o.convwin:	AT:h.gadget_w_text
o.convwin:	AT:h.gadget_c
o.convwin:	CPP:h.vector
o.convwin:	AT:h.gadget_w_show_c
o.convwin:	OSLib:oslib.h.gadget
o.convwin:	AT:h.button_c
o.convwin:	AT:h.button_b
o.convwin:	OSLib:oslib.h.button
o.convwin:	OSLib:oslib.h.wimp
o.convwin:	AT:h.gadget_w_string
o.convwin:	AT:h.gadget_w_font
o.convwin:	AT:h.displayfield_c
o.convwin:	AT:h.displayfield_b
o.convwin:	OSLib:oslib.h.displayfield
o.convwin:	AT:h.gadget_w_justification
o.convwin:	AT:h.draggable_c
o.convwin:	AT:h.draggable_b
o.convwin:	OSLib:oslib.h.draggable
o.convwin:	OSLib:oslib.h.window
o.convwin:	OSLib:oslib.h.keyboardshortcut
o.convwin:	AT:h.gadget_w_boolean
o.convwin:	OSLib:oslib.h.macros
o.convwin:	OSLib:oslib.h.types
o.convwin:	AT:h.numberrange_c
o.convwin:	AT:h.numberrange_b
o.convwin:	OSLib:oslib.h.numberrange
o.convwin:	AT:h.gadget_w_slider
o.convwin:	OSLib:oslib.h.wimp
o.convwin:	AT:h.gadget_w_number
o.convwin:	AT:h.optionbutton_c
o.convwin:	AT:h.optionbutton_b
o.convwin:	OSLib:oslib.h.optionbutton
o.convwin:	AT:h.radiobutton_c
o.convwin:	AT:h.radiobutton_b
o.convwin:	OSLib:oslib.h.radiobutton
o.convwin:	AT:h.stringset_c
o.convwin:	AT:h.stringset_b
o.convwin:	CPP:h.list
o.convwin:	CPP:h.listbase
o.convwin:	OSLib:oslib.h.stringset
o.convwin:	AT:h.gadget_w_allowable
o.convwin:	AT:h.writablefield_c
o.convwin:	AT:h.writablefield_b
o.convwin:	OSLib:oslib.h.writablefield
o.convwin:	h.config
o.convwin:	h.tag
o.convwin:	h.filer
o.convwin:	OSLib:oslib.h.types
o.convwin:	OSLib:oslib.h.wimp
o.convwin:	h.fs
o.convwin:	h.options
o.convwin:	h.tag
o.convwin:	h.psifs
o.convwin:	h.scrap
o.drawobj:	c++.drawobj
o.drawobj:	h.drawobj
o.drawobj:	OSLib:oslib.h.drawfile
o.drawobj:	OSLib:oslib.h.types
o.drawobj:	OSLib:oslib.h.os
o.drawobj:	OSLib:oslib.h.oscore32
o.drawobj:	OSLib:oslib.h.osf32
o.drawobj:	OSLib:oslib.h.osspriteop
o.drawobj:	OSLib:oslib.h.draw
o.drawobj:	OSLib:oslib.h.font
o.drawobj:	OSLib:oslib.h.wimp
o.drawobj:	OSLib:oslib.h.wimp32
o.drawobj:	OSLib:oslib.h.jpeg
o.drawobj:	CPP:h.functional
o.drawobj:	CPP:h.bool
o.drawobj:	CPP:h.config
o.drawobj:	CPP:h.list
o.drawobj:	CPP:h.iterator
o.drawobj:	CPP:h.iosfwd
o.drawobj:	CPP:h.listbase
o.drawobj:	CPP:h.newcasts
o.drawobj:	CPP:h.utility
o.drawobj:	CPP:h.map
o.drawobj:	CPP:h.assocbase
o.drawobj:	CPP:h.ostream
o.drawobj:	CPP:h.ios
o.drawobj:	CPP:h.exception
o.drawobj:	CPP:h.ptypeinfo
o.drawobj:	CPP:h.string
o.drawobj:	CPP:h.typeinfo
o.drawobj:	CPP:h.set
o.drawobj:	CPP:h.vector
o.drawobj:	CPP:h.vectorbase
o.drawobj:	h.transform
o.drawobj:	OSLib:oslib.h.os
o.drawobj:	OSLib:oslib.h.wimp
o.drawobj:	OSLib:oslib.h.colourtrans
o.drawobj:	OSLib:oslib.h.coltrans32
o.drawobj:	OSLib:oslib.h.osmodule
o.drawobj:	h.config
o.drawobj:	h.tag
o.drawobj:	CPP:h.iostream
o.drawobj:	CPP:h.istream
o.drawobj:	CPP:h.functional
o.drawobj:	CPP:h.map
o.drawobj:	OSLib:oslib.h.types
o.drawobj:	h.date
o.drawobj:	OSLib:oslib.h.os
o.drawobj:	h.epoc16
o.drawobj:	h.epoc32
o.drawobj:	h.psifs
o.drawobj:	OSLib:oslib.h.fileswitch
o.drawobj:	OSLib:oslib.h.fileswch32
o.drawobj:	h.fontobj
o.drawobj:	OSLib:oslib.h.toolbox
o.drawobj:	OSLib:oslib.h.messagetrans
o.drawobj:	h.transform
o.drawobj:	h.fs
o.drawobj:	OSLib:oslib.h.fileswitch
o.drawobj:	OSLib:oslib.h.os
o.drawobj:	OSLib:oslib.h.osgbpb
o.drawobj:	OSLib:oslib.h.osgbpb32
o.drawobj:	h.date
o.drawobj:	h.psifs
o.drawobj:	h.gdraw
o.filer:	c++.filer
o.filer:	h.filer
o.filer:	OSLib:oslib.h.types
o.filer:	OSLib:oslib.h.wimp
o.filer:	OSLib:oslib.h.os
o.filer:	OSLib:oslib.h.oscore32
o.filer:	OSLib:oslib.h.osf32
o.filer:	OSLib:oslib.h.osspriteop
o.filer:	OSLib:oslib.h.font
o.filer:	OSLib:oslib.h.wimp32
o.filer:	CPP:h.string
o.filer:	CPP:h.bool
o.filer:	CPP:h.config
o.filer:	CPP:h.iosfwd
o.filer:	CPP:h.iterator
o.filer:	CPP:h.newcasts
o.filer:	CLib:h.kernel
o.filer:	CPP:h.iostream
o.filer:	CPP:h.istream
o.filer:	CPP:h.ios
o.filer:	CPP:h.exception
o.filer:	CPP:h.ptypeinfo
o.filer:	CPP:h.typeinfo
o.filer:	CPP:h.ostream
o.filer:	CPP:h.sstream
o.filer:	CPP:h.streambuf
o.filer:	CPP:h.stream
o.filer:	OSLib:oslib.h.hourglass
o.filer:	OSLib:oslib.h.os
o.filer:	OSLib:oslib.h.osfind
o.filer:	OSLib:oslib.h.fileswitch
o.filer:	OSLib:oslib.h.fileswch32
o.filer:	OSLib:oslib.h.osfind32
o.filer:	OSLib:oslib.h.osgbpb
o.filer:	OSLib:oslib.h.osgbpb32
o.filer:	OSLib:oslib.h.osmodule
o.filer:	OSLib:oslib.h.pdriver
o.filer:	OSLib:oslib.h.draw
o.filer:	OSLib:oslib.h.messagetrans
o.filer:	OSLib:oslib.h.jpeg
o.filer:	OSLib:oslib.h.pdriver32
o.filer:	OSLib:oslib.h.proginfo
o.filer:	OSLib:oslib.h.toolbox
o.filer:	OSLib:oslib.h.window
o.filer:	OSLib:oslib.h.keyboardshortcut
o.filer:	OSLib:oslib.h.gadget
o.filer:	OSLib:oslib.h.quit
o.filer:	OSLib:oslib.h.saveas
o.filer:	OSLib:oslib.h.toolbox
o.filer:	OSLib:oslib.h.wimp
o.filer:	OSLib:oslib.h.wimpspriteop
o.filer:	OSLibSupport:h.event
o.filer:	h.action
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.asyncwin
o.filer:	CPP:h.deque
o.filer:	CPP:h.dequebase
o.filer:	CPP:h.utility
o.filer:	OSLib:oslib.h.toolbox
o.filer:	AT:h.button_c
o.filer:	AT:h.button_b
o.filer:	OSLib:oslib.h.button
o.filer:	OSLib:oslib.h.wimp
o.filer:	AT:h.gadget_b
o.filer:	OSLib:oslib.h.gadget
o.filer:	OSLib:oslib.h.macros
o.filer:	AT:h.gadget_w_string
o.filer:	AT:h.gadget_c
o.filer:	CPP:h.vector
o.filer:	CPP:h.vectorbase
o.filer:	AT:h.gadget_w_font
o.filer:	h.psifs
o.filer:	h.backcfg
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.tag
o.filer:	CPP:h.iostream
o.filer:	CPP:h.functional
o.filer:	CPP:h.map
o.filer:	CPP:h.assocbase
o.filer:	OSLib:oslib.h.types
o.filer:	h.date
o.filer:	OSLib:oslib.h.os
o.filer:	h.epoc16
o.filer:	h.epoc32
o.filer:	h.psifs
o.filer:	h.backobj
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.backcfg
o.filer:	h.backop
o.filer:	OSLib:oslib.h.os
o.filer:	h.fs
o.filer:	OSLib:oslib.h.fileswitch
o.filer:	OSLib:oslib.h.os
o.filer:	OSLib:oslib.h.osgbpb
o.filer:	h.date
o.filer:	h.psifs
o.filer:	h.psifs
o.filer:	h.claim
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.clipwin
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.convobj
o.filer:	CPP:h.set
o.filer:	CPP:h.vector
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.fs
o.filer:	h.tag
o.filer:	h.config
o.filer:	h.tag
o.filer:	h.configwin
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.convobj
o.filer:	h.convwin
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.convobj
o.filer:	h.psifs
o.filer:	h.fs
o.filer:	h.ctrl
o.filer:	h.fontobj
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.transform
o.filer:	OSLib:oslib.h.os
o.filer:	OSLib:oslib.h.wimp
o.filer:	h.info
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.module
o.filer:	OSLibInclude:h.os
o.filer:	h.open
o.filer:	h.options
o.filer:	h.tag
o.filer:	h.psifs
o.filer:	h.printjob
o.filer:	OSLib:oslib.h.wimp
o.filer:	h.printprwin
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.drawobj
o.filer:	OSLib:oslib.h.drawfile
o.filer:	CPP:h.functional
o.filer:	CPP:h.list
o.filer:	CPP:h.listbase
o.filer:	CPP:h.map
o.filer:	CPP:h.ostream
o.filer:	CPP:h.set
o.filer:	CPP:h.vector
o.filer:	h.transform
o.filer:	h.printjbobj
o.filer:	CPP:h.vector
o.filer:	h.printpgobj
o.filer:	CPP:h.istream
o.filer:	h.printrend
o.filer:	OSLib:oslib.h.os
o.filer:	CPP:h.deque
o.filer:	CPP:h.vector
o.filer:	h.psifs
o.filer:	h.psifs
o.filer:	h.update
o.filer:	h.icons
o.filer:	OSLib:oslib.h.toolbox
o.filer:	h.psifs
o.filer:	h.util
o.filer:	OSLib:oslib.h.os
o.filer:	OSLib:oslib.h.wimp
o.filer:	h.fs
o.fontobj:	c++.fontobj
o.fontobj:	h.fontobj
o.fontobj:	OSLib:oslib.h.toolbox
o.fontobj:	OSLib:oslib.h.types
o.fontobj:	OSLib:oslib.h.os
o.fontobj:	OSLib:oslib.h.oscore32
o.fontobj:	OSLib:oslib.h.osf32
o.fontobj:	OSLib:oslib.h.wimp
o.fontobj:	OSLib:oslib.h.osspriteop
o.fontobj:	OSLib:oslib.h.font
o.fontobj:	OSLib:oslib.h.wimp32
o.fontobj:	OSLib:oslib.h.messagetrans
o.fontobj:	CPP:h.string
o.fontobj:	CPP:h.bool
o.fontobj:	CPP:h.config
o.fontobj:	CPP:h.iosfwd
o.fontobj:	CPP:h.iterator
o.fontobj:	CPP:h.newcasts
o.fontobj:	h.transform
o.fontobj:	OSLib:oslib.h.os
o.fontobj:	OSLib:oslib.h.wimp
o.fontobj:	CPP:h.list
o.fontobj:	CPP:h.listbase
o.fontobj:	CPP:h.utility
o.fontobj:	OSLib:oslib.h.colourtrans
o.fontobj:	OSLib:oslib.h.coltrans32
o.fontobj:	h.options
o.fontobj:	h.tag
o.fontobj:	CPP:h.iostream
o.fontobj:	CPP:h.istream
o.fontobj:	CPP:h.ios
o.fontobj:	CPP:h.exception
o.fontobj:	CPP:h.ptypeinfo
o.fontobj:	CPP:h.typeinfo
o.fontobj:	CPP:h.ostream
o.fontobj:	CPP:h.functional
o.fontobj:	CPP:h.map
o.fontobj:	CPP:h.assocbase
o.fontobj:	OSLib:oslib.h.types
o.fontobj:	h.date
o.fontobj:	OSLib:oslib.h.os
o.fontobj:	h.epoc16
o.fontobj:	h.epoc32
o.fontobj:	h.psifs
o.fontobj:	OSLib:oslib.h.fileswitch
o.fontobj:	OSLib:oslib.h.fileswch32
o.icons:	c++.icons
o.icons:	h.icons
o.icons:	OSLib:oslib.h.toolbox
o.icons:	OSLib:oslib.h.types
o.icons:	OSLib:oslib.h.os
o.icons:	OSLib:oslib.h.oscore32
o.icons:	OSLib:oslib.h.osf32
o.icons:	OSLib:oslib.h.wimp
o.icons:	OSLib:oslib.h.osspriteop
o.icons:	OSLib:oslib.h.font
o.icons:	OSLib:oslib.h.wimp32
o.icons:	OSLib:oslib.h.messagetrans
o.icons:	CPP:h.string
o.icons:	CPP:h.bool
o.icons:	CPP:h.config
o.icons:	CPP:h.iosfwd
o.icons:	CPP:h.iterator
o.icons:	CPP:h.newcasts
o.icons:	h.psifs
o.icons:	OSLib:oslib.h.fileswitch
o.icons:	OSLib:oslib.h.fileswch32
o.icons:	OSLib:oslib.h.iconbar
o.icons:	OSLib:oslib.h.menu
o.icons:	h.filer
o.icons:	OSLib:oslib.h.types
o.icons:	OSLib:oslib.h.wimp
o.icons:	h.fs
o.icons:	OSLib:oslib.h.fileswitch
o.icons:	OSLib:oslib.h.os
o.icons:	OSLib:oslib.h.osgbpb
o.icons:	OSLib:oslib.h.osgbpb32
o.icons:	h.date
o.icons:	OSLib:oslib.h.os
o.icons:	h.epoc16
o.icons:	h.epoc32
o.icons:	h.psifs
o.icons:	h.psifs
o.icons:	h.info
o.icons:	OSLib:oslib.h.toolbox
o.icons:	h.open
o.info:	c++.info
o.info:	h.info
o.info:	OSLib:oslib.h.toolbox
o.info:	OSLib:oslib.h.types
o.info:	OSLib:oslib.h.os
o.info:	OSLib:oslib.h.oscore32
o.info:	OSLib:oslib.h.osf32
o.info:	OSLib:oslib.h.wimp
o.info:	OSLib:oslib.h.osspriteop
o.info:	OSLib:oslib.h.font
o.info:	OSLib:oslib.h.wimp32
o.info:	OSLib:oslib.h.messagetrans
o.info:	CPP:h.map
o.info:	CPP:h.assocbase
o.info:	CPP:h.bool
o.info:	CPP:h.config
o.info:	CPP:h.utility
o.info:	CPP:h.iterator
o.info:	CPP:h.iosfwd
o.info:	CPP:h.newcasts
o.info:	OSLib:oslib.h.menu
o.info:	AT:h.button_c
o.info:	AT:h.button_b
o.info:	OSLib:oslib.h.button
o.info:	OSLib:oslib.h.gadget
o.info:	OSLib:oslib.h.wimp
o.info:	AT:h.gadget_b
o.info:	CPP:h.string
o.info:	OSLib:oslib.h.gadget
o.info:	OSLib:oslib.h.macros
o.info:	AT:h.gadget_w_string
o.info:	AT:h.gadget_c
o.info:	CPP:h.vector
o.info:	CPP:h.vectorbase
o.info:	AT:h.gadget_w_font
o.info:	AT:h.displayfield_c
o.info:	AT:h.displayfield_b
o.info:	OSLib:oslib.h.displayfield
o.info:	AT:h.gadget_w_justification
o.info:	AT:h.slider_c
o.info:	AT:h.slider_b
o.info:	OSLib:oslib.h.slider
o.info:	AT:h.gadget_w_slider
o.info:	OSLib:oslib.h.wimp
o.info:	AT:h.gadget_w_number
o.info:	h.config
o.info:	h.tag
o.info:	CPP:h.iostream
o.info:	CPP:h.istream
o.info:	CPP:h.ios
o.info:	CPP:h.exception
o.info:	CPP:h.ptypeinfo
o.info:	CPP:h.typeinfo
o.info:	CPP:h.ostream
o.info:	CPP:h.functional
o.info:	CPP:h.map
o.info:	OSLib:oslib.h.types
o.info:	h.date
o.info:	OSLib:oslib.h.os
o.info:	h.epoc16
o.info:	h.epoc32
o.info:	h.psifs
o.info:	OSLib:oslib.h.fileswitch
o.info:	OSLib:oslib.h.fileswch32
o.info:	h.filer
o.info:	OSLib:oslib.h.types
o.info:	OSLib:oslib.h.wimp
o.info:	h.psifs
o.inst:	c++.inst
o.inst:	CPP:h.functional
o.inst:	CPP:h.bool
o.inst:	CPP:h.config
o.inst:	CPP:h.string
o.inst:	CPP:h.iosfwd
o.inst:	CPP:h.iterator
o.inst:	CPP:h.newcasts
o.inst:	h.asyncwin
o.inst:	CPP:h.deque
o.inst:	CPP:h.dequebase
o.inst:	CPP:h.utility
o.inst:	OSLib:oslib.h.toolbox
o.inst:	OSLib:oslib.h.types
o.inst:	OSLib:oslib.h.os
o.inst:	OSLib:oslib.h.oscore32
o.inst:	OSLib:oslib.h.osf32
o.inst:	OSLib:oslib.h.wimp
o.inst:	OSLib:oslib.h.osspriteop
o.inst:	OSLib:oslib.h.font
o.inst:	OSLib:oslib.h.wimp32
o.inst:	OSLib:oslib.h.messagetrans
o.inst:	AT:h.button_c
o.inst:	AT:h.button_b
o.inst:	OSLib:oslib.h.button
o.inst:	OSLib:oslib.h.gadget
o.inst:	OSLib:oslib.h.wimp
o.inst:	AT:h.gadget_b
o.inst:	OSLib:oslib.h.gadget
o.inst:	OSLib:oslib.h.macros
o.inst:	AT:h.gadget_w_string
o.inst:	AT:h.gadget_c
o.inst:	CPP:h.vector
o.inst:	CPP:h.vectorbase
o.inst:	AT:h.gadget_w_font
o.inst:	h.psifs
o.inst:	OSLib:oslib.h.fileswitch
o.inst:	OSLib:oslib.h.fileswch32
o.inst:	h.backcfg
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.tag
o.inst:	CPP:h.iostream
o.inst:	CPP:h.istream
o.inst:	CPP:h.ios
o.inst:	CPP:h.exception
o.inst:	CPP:h.ptypeinfo
o.inst:	CPP:h.typeinfo
o.inst:	CPP:h.ostream
o.inst:	CPP:h.functional
o.inst:	CPP:h.map
o.inst:	CPP:h.assocbase
o.inst:	OSLib:oslib.h.types
o.inst:	h.date
o.inst:	OSLib:oslib.h.os
o.inst:	h.epoc16
o.inst:	h.epoc32
o.inst:	h.psifs
o.inst:	h.backobj
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.backcfg
o.inst:	h.backop
o.inst:	OSLib:oslib.h.os
o.inst:	h.fs
o.inst:	OSLib:oslib.h.fileswitch
o.inst:	OSLib:oslib.h.os
o.inst:	OSLib:oslib.h.osgbpb
o.inst:	OSLib:oslib.h.osgbpb32
o.inst:	h.date
o.inst:	h.psifs
o.inst:	h.psifs
o.inst:	h.backop
o.inst:	h.convobj
o.inst:	CPP:h.set
o.inst:	CPP:h.vector
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.fs
o.inst:	h.tag
o.inst:	h.convwin
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.convobj
o.inst:	h.psifs
o.inst:	h.fs
o.inst:	h.drawobj
o.inst:	OSLib:oslib.h.drawfile
o.inst:	OSLib:oslib.h.draw
o.inst:	OSLib:oslib.h.jpeg
o.inst:	CPP:h.functional
o.inst:	CPP:h.list
o.inst:	CPP:h.listbase
o.inst:	CPP:h.map
o.inst:	CPP:h.ostream
o.inst:	CPP:h.set
o.inst:	CPP:h.vector
o.inst:	h.transform
o.inst:	OSLib:oslib.h.os
o.inst:	OSLib:oslib.h.wimp
o.inst:	h.fontobj
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.transform
o.inst:	h.printpgobj
o.inst:	CPP:h.istream
o.inst:	h.printrend
o.inst:	OSLib:oslib.h.os
o.inst:	CPP:h.deque
o.inst:	CPP:h.vector
o.inst:	h.psifs
o.inst:	h.printjbobj
o.inst:	CPP:h.vector
o.inst:	h.printpgobj
o.inst:	h.psifs
o.inst:	h.printctwin
o.inst:	h.printjbobj
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.printjbwin
o.inst:	h.printjbobj
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.printprwin
o.inst:	OSLib:oslib.h.toolbox
o.inst:	h.drawobj
o.inst:	h.printjbobj
o.inst:	CPP:hoist.c++.hlist
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hoistbp
o.inst:	CPP:h.functional
o.inst:	CPP:hoist.h.hoistbp
o.inst:	CPP:hoist.h.hoistbpp
o.inst:	CPP:h.stringfwd
o.inst:	CPP:h.newcasts
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hoistctdt
o.inst:	CPP:hoist.h.hoistctdt
o.inst:	CPP:hoist.h.hoistctdtp
o.inst:	CPP:h.memory
o.inst:	CPP:h.new
o.inst:	CPP:h.newcasts
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hoistup
o.inst:	CPP:hoist.h.hoistup
o.inst:	CPP:hoist.h.hoistupp
o.inst:	CPP:h.newcasts
o.inst:	CPP:h.tpltutil
o.inst:	CPP:c++.list
o.inst:	CPP:h.list
o.inst:	CPP:h.functional
o.inst:	CPP:hoist.h.hoistbp
o.inst:	CPP:hoist.h.hoistctdt
o.inst:	CPP:hoist.h.hoistup
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hvector
o.inst:	CPP:h.tpltutil
o.inst:	CPP:c++.vector
o.inst:	CPP:h.vector
o.inst:	CPP:hoist.h.hoistbp
o.inst:	CPP:hoist.h.hoistctdt
o.inst:	CPP:h.newcasts
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hmap
o.inst:	CPP:h.tpltutil
o.inst:	CPP:c++.map
o.inst:	CPP:h.map
o.inst:	CPP:h.exception
o.inst:	CPP:hoist.h.hoistbp
o.inst:	CPP:hoist.h.hoistctdt
o.inst:	CPP:h.stdexcept
o.inst:	CPP:h.tpltutil
o.inst:	CPP:hoist.c++.hset
o.inst:	CPP:h.tpltutil
o.inst:	CPP:c++.set
o.inst:	CPP:h.set
o.inst:	CPP:hoist.h.hoistbp
o.inst:	CPP:hoist.h.hoistctdt
o.inst:	CPP:h.tpltutil
o.open:	c++.open
o.open:	h.open
o.open:	CPP:h.string
o.open:	CPP:h.bool
o.open:	CPP:h.config
o.open:	CPP:h.iosfwd
o.open:	CPP:h.iterator
o.open:	CPP:h.newcasts
o.open:	CPP:h.functional
o.open:	CPP:h.set
o.open:	CPP:h.assocbase
o.open:	CPP:h.utility
o.open:	h.filer
o.open:	OSLib:oslib.h.types
o.open:	OSLib:oslib.h.wimp
o.open:	OSLib:oslib.h.os
o.open:	OSLib:oslib.h.oscore32
o.open:	OSLib:oslib.h.osf32
o.open:	OSLib:oslib.h.osspriteop
o.open:	OSLib:oslib.h.font
o.open:	OSLib:oslib.h.wimp32
o.open:	h.fs
o.open:	OSLib:oslib.h.fileswitch
o.open:	OSLib:oslib.h.fileswch32
o.open:	OSLib:oslib.h.os
o.open:	OSLib:oslib.h.osgbpb
o.open:	OSLib:oslib.h.osgbpb32
o.open:	h.date
o.open:	OSLib:oslib.h.os
o.open:	h.epoc16
o.open:	h.epoc32
o.open:	h.psifs
o.open:	h.psifs
o.options:	c++.options
o.options:	AT:h.noclash
o.options:	OSLib:oslib.h.os
o.options:	OSLib:oslib.h.types
o.options:	OSLib:oslib.h.oscore32
o.options:	OSLib:oslib.h.osf32
o.options:	h.options
o.options:	h.tag
o.options:	CPP:h.iostream
o.options:	CPP:h.config
o.options:	CPP:h.istream
o.options:	CPP:h.bool
o.options:	CPP:h.ios
o.options:	CPP:h.exception
o.options:	CPP:h.ptypeinfo
o.options:	CPP:h.iosfwd
o.options:	CPP:h.string
o.options:	CPP:h.iterator
o.options:	CPP:h.newcasts
o.options:	CPP:h.typeinfo
o.options:	CPP:h.ostream
o.options:	CPP:h.functional
o.options:	CPP:h.map
o.options:	CPP:h.assocbase
o.options:	CPP:h.utility
o.options:	OSLib:oslib.h.types
o.options:	h.date
o.options:	OSLib:oslib.h.os
o.options:	h.epoc16
o.options:	h.epoc32
o.options:	h.psifs
o.options:	OSLib:oslib.h.fileswitch
o.options:	OSLib:oslib.h.fileswch32
o.options:	OSLib:oslib.h.wimp
o.options:	OSLib:oslib.h.osspriteop
o.options:	OSLib:oslib.h.font
o.options:	OSLib:oslib.h.wimp32
o.options:	CPP:h.fstream
o.options:	CPP:h.stdiobuf
o.options:	CPP:h.streambuf
o.options:	CPP:h.stream
o.options:	OSLib:oslib.h.osfile
o.options:	h.tag
o.printctwin:	c++.printctwin
o.printctwin:	h.printctwin
o.printctwin:	h.printjbobj
o.printctwin:	CPP:h.vector
o.printctwin:	CPP:h.bool
o.printctwin:	CPP:h.config
o.printctwin:	CPP:h.iterator
o.printctwin:	CPP:h.iosfwd
o.printctwin:	CPP:h.vectorbase
o.printctwin:	CPP:h.utility
o.printctwin:	h.printpgobj
o.printctwin:	CPP:h.string
o.printctwin:	CPP:h.newcasts
o.printctwin:	CPP:h.istream
o.printctwin:	CPP:h.ios
o.printctwin:	CPP:h.exception
o.printctwin:	CPP:h.ptypeinfo
o.printctwin:	CPP:h.typeinfo
o.printctwin:	h.printrend
o.printctwin:	OSLib:oslib.h.os
o.printctwin:	OSLib:oslib.h.types
o.printctwin:	OSLib:oslib.h.oscore32
o.printctwin:	OSLib:oslib.h.osf32
o.printctwin:	CPP:h.deque
o.printctwin:	CPP:h.dequebase
o.printctwin:	CPP:h.vector
o.printctwin:	h.psifs
o.printctwin:	OSLib:oslib.h.fileswitch
o.printctwin:	OSLib:oslib.h.fileswch32
o.printctwin:	OSLib:oslib.h.wimp
o.printctwin:	OSLib:oslib.h.osspriteop
o.printctwin:	OSLib:oslib.h.font
o.printctwin:	OSLib:oslib.h.wimp32
o.printctwin:	h.psifs
o.printctwin:	OSLib:oslib.h.toolbox
o.printctwin:	OSLib:oslib.h.messagetrans
o.printctwin:	OSLib:oslib.h.pdriver
o.printctwin:	OSLib:oslib.h.draw
o.printctwin:	OSLib:oslib.h.jpeg
o.printctwin:	OSLib:oslib.h.pdriver32
o.printctwin:	OSLib:oslib.h.window
o.printctwin:	OSLib:oslib.h.keyboardshortcut
o.printctwin:	OSLib:oslib.h.gadget
o.printctwin:	OSLibSupport:h.event
o.printctwin:	CPP:h.list
o.printctwin:	CPP:h.listbase
o.printctwin:	AT:h.actionbutton_c
o.printctwin:	AT:h.actionbutton_b
o.printctwin:	OSLib:oslib.h.actionbutton
o.printctwin:	AT:h.gadget_b
o.printctwin:	OSLib:oslib.h.gadget
o.printctwin:	OSLib:oslib.h.macros
o.printctwin:	AT:h.gadget_w_event
o.printctwin:	OSLib:oslib.h.types
o.printctwin:	AT:h.gadget_w_text
o.printctwin:	AT:h.gadget_c
o.printctwin:	CPP:h.vector
o.printctwin:	AT:h.gadget_w_show_c
o.printctwin:	OSLib:oslib.h.gadget
o.printctwin:	AT:h.displayfield_c
o.printctwin:	AT:h.displayfield_b
o.printctwin:	OSLib:oslib.h.displayfield
o.printctwin:	AT:h.gadget_w_justification
o.printctwin:	AT:h.gadget_w_string
o.printctwin:	AT:h.gadget_w_font
o.printctwin:	AT:h.numberrange_c
o.printctwin:	AT:h.numberrange_b
o.printctwin:	OSLib:oslib.h.numberrange
o.printctwin:	AT:h.gadget_w_slider
o.printctwin:	OSLib:oslib.h.wimp
o.printctwin:	AT:h.gadget_w_number
o.printctwin:	h.filer
o.printctwin:	OSLib:oslib.h.types
o.printctwin:	OSLib:oslib.h.wimp
o.printctwin:	h.printjbwin
o.printctwin:	h.printjbobj
o.printctwin:	OSLib:oslib.h.toolbox
o.printctwin:	h.printprwin
o.printctwin:	OSLib:oslib.h.toolbox
o.printctwin:	h.drawobj
o.printctwin:	OSLib:oslib.h.drawfile
o.printctwin:	CPP:h.functional
o.printctwin:	CPP:h.list
o.printctwin:	CPP:h.map
o.printctwin:	CPP:h.assocbase
o.printctwin:	CPP:h.ostream
o.printctwin:	CPP:h.set
o.printctwin:	CPP:h.vector
o.printctwin:	h.transform
o.printctwin:	OSLib:oslib.h.os
o.printctwin:	OSLib:oslib.h.wimp
o.printctwin:	h.printjbobj
o.printjbobj:	c++.printjbobj
o.printjbobj:	h.printjbobj
o.printjbobj:	CPP:h.vector
o.printjbobj:	CPP:h.bool
o.printjbobj:	CPP:h.config
o.printjbobj:	CPP:h.iterator
o.printjbobj:	CPP:h.iosfwd
o.printjbobj:	CPP:h.vectorbase
o.printjbobj:	CPP:h.utility
o.printjbobj:	h.printpgobj
o.printjbobj:	CPP:h.string
o.printjbobj:	CPP:h.newcasts
o.printjbobj:	CPP:h.istream
o.printjbobj:	CPP:h.ios
o.printjbobj:	CPP:h.exception
o.printjbobj:	CPP:h.ptypeinfo
o.printjbobj:	CPP:h.typeinfo
o.printjbobj:	h.printrend
o.printjbobj:	OSLib:oslib.h.os
o.printjbobj:	OSLib:oslib.h.types
o.printjbobj:	OSLib:oslib.h.oscore32
o.printjbobj:	OSLib:oslib.h.osf32
o.printjbobj:	CPP:h.deque
o.printjbobj:	CPP:h.dequebase
o.printjbobj:	CPP:h.vector
o.printjbobj:	h.psifs
o.printjbobj:	OSLib:oslib.h.fileswitch
o.printjbobj:	OSLib:oslib.h.fileswch32
o.printjbobj:	OSLib:oslib.h.wimp
o.printjbobj:	OSLib:oslib.h.osspriteop
o.printjbobj:	OSLib:oslib.h.font
o.printjbobj:	OSLib:oslib.h.wimp32
o.printjbobj:	h.psifs
o.printjbobj:	OSLib:oslib.h.osfscontrol
o.printjbobj:	OSLib:oslib.h.osfsctrl32
o.printjbobj:	CPP:h.list
o.printjbobj:	CPP:h.listbase
o.printjbobj:	h.scrap
o.printjbwin:	c++.printjbwin
o.printjbwin:	h.printjbwin
o.printjbwin:	h.printjbobj
o.printjbwin:	CPP:h.vector
o.printjbwin:	CPP:h.bool
o.printjbwin:	CPP:h.config
o.printjbwin:	CPP:h.iterator
o.printjbwin:	CPP:h.iosfwd
o.printjbwin:	CPP:h.vectorbase
o.printjbwin:	CPP:h.utility
o.printjbwin:	h.printpgobj
o.printjbwin:	CPP:h.string
o.printjbwin:	CPP:h.newcasts
o.printjbwin:	CPP:h.istream
o.printjbwin:	CPP:h.ios
o.printjbwin:	CPP:h.exception
o.printjbwin:	CPP:h.ptypeinfo
o.printjbwin:	CPP:h.typeinfo
o.printjbwin:	h.printrend
o.printjbwin:	OSLib:oslib.h.os
o.printjbwin:	OSLib:oslib.h.types
o.printjbwin:	OSLib:oslib.h.oscore32
o.printjbwin:	OSLib:oslib.h.osf32
o.printjbwin:	CPP:h.deque
o.printjbwin:	CPP:h.dequebase
o.printjbwin:	CPP:h.vector
o.printjbwin:	h.psifs
o.printjbwin:	OSLib:oslib.h.fileswitch
o.printjbwin:	OSLib:oslib.h.fileswch32
o.printjbwin:	OSLib:oslib.h.wimp
o.printjbwin:	OSLib:oslib.h.osspriteop
o.printjbwin:	OSLib:oslib.h.font
o.printjbwin:	OSLib:oslib.h.wimp32
o.printjbwin:	h.psifs
o.printjbwin:	OSLib:oslib.h.toolbox
o.printjbwin:	OSLib:oslib.h.messagetrans
o.printjbwin:	OSLib:oslib.h.hourglass
o.printjbwin:	OSLib:oslib.h.osfile
o.printjbwin:	OSLib:oslib.h.osfind
o.printjbwin:	OSLib:oslib.h.osfind32
o.printjbwin:	OSLib:oslib.h.pdriver
o.printjbwin:	OSLib:oslib.h.draw
o.printjbwin:	OSLib:oslib.h.jpeg
o.printjbwin:	OSLib:oslib.h.pdriver32
o.printjbwin:	OSLib:oslib.h.window
o.printjbwin:	OSLib:oslib.h.keyboardshortcut
o.printjbwin:	OSLib:oslib.h.gadget
o.printjbwin:	OSLibSupport:h.event
o.printjbwin:	CPP:h.list
o.printjbwin:	CPP:h.listbase
o.printjbwin:	AT:h.actionbutton_c
o.printjbwin:	AT:h.actionbutton_b
o.printjbwin:	OSLib:oslib.h.actionbutton
o.printjbwin:	AT:h.gadget_b
o.printjbwin:	OSLib:oslib.h.gadget
o.printjbwin:	OSLib:oslib.h.macros
o.printjbwin:	AT:h.gadget_w_event
o.printjbwin:	OSLib:oslib.h.types
o.printjbwin:	AT:h.gadget_w_text
o.printjbwin:	AT:h.gadget_c
o.printjbwin:	CPP:h.vector
o.printjbwin:	AT:h.gadget_w_show_c
o.printjbwin:	OSLib:oslib.h.gadget
o.printjbwin:	AT:h.displayfield_c
o.printjbwin:	AT:h.displayfield_b
o.printjbwin:	OSLib:oslib.h.displayfield
o.printjbwin:	AT:h.gadget_w_justification
o.printjbwin:	AT:h.gadget_w_string
o.printjbwin:	AT:h.gadget_w_font
o.printjbwin:	AT:h.numberrange_c
o.printjbwin:	AT:h.numberrange_b
o.printjbwin:	OSLib:oslib.h.numberrange
o.printjbwin:	AT:h.gadget_w_slider
o.printjbwin:	OSLib:oslib.h.wimp
o.printjbwin:	AT:h.gadget_w_number
o.printjbwin:	h.config
o.printjbwin:	h.tag
o.printjbwin:	CPP:h.iostream
o.printjbwin:	CPP:h.ostream
o.printjbwin:	CPP:h.functional
o.printjbwin:	CPP:h.map
o.printjbwin:	CPP:h.assocbase
o.printjbwin:	OSLib:oslib.h.types
o.printjbwin:	h.date
o.printjbwin:	OSLib:oslib.h.os
o.printjbwin:	h.epoc16
o.printjbwin:	h.epoc32
o.printjbwin:	h.psifs
o.printjbwin:	h.filer
o.printjbwin:	OSLib:oslib.h.types
o.printjbwin:	OSLib:oslib.h.wimp
o.printjbwin:	h.printrendg
o.printjbwin:	h.drawobj
o.printjbwin:	OSLib:oslib.h.drawfile
o.printjbwin:	CPP:h.functional
o.printjbwin:	CPP:h.list
o.printjbwin:	CPP:h.map
o.printjbwin:	CPP:h.ostream
o.printjbwin:	CPP:h.set
o.printjbwin:	CPP:h.vector
o.printjbwin:	h.transform
o.printjbwin:	OSLib:oslib.h.os
o.printjbwin:	OSLib:oslib.h.wimp
o.printjbwin:	h.fontobj
o.printjbwin:	OSLib:oslib.h.toolbox
o.printjbwin:	h.transform
o.printjbwin:	h.printrend
o.printjbwin:	h.transform
o.printjbwin:	h.scrap
o.printjob:	c++.printjob
o.printjob:	h.printjob
o.printjob:	OSLib:oslib.h.wimp
o.printjob:	OSLib:oslib.h.types
o.printjob:	OSLib:oslib.h.os
o.printjob:	OSLib:oslib.h.oscore32
o.printjob:	OSLib:oslib.h.osf32
o.printjob:	OSLib:oslib.h.osspriteop
o.printjob:	OSLib:oslib.h.font
o.printjob:	OSLib:oslib.h.wimp32
o.printjob:	OSLib:oslib.h.pdriver
o.printjob:	OSLib:oslib.h.draw
o.printjob:	OSLib:oslib.h.messagetrans
o.printjob:	OSLib:oslib.h.jpeg
o.printjob:	OSLib:oslib.h.pdriver32
o.printjob:	h.config
o.printjob:	h.tag
o.printjob:	CPP:h.iostream
o.printjob:	CPP:h.config
o.printjob:	CPP:h.istream
o.printjob:	CPP:h.bool
o.printjob:	CPP:h.ios
o.printjob:	CPP:h.exception
o.printjob:	CPP:h.ptypeinfo
o.printjob:	CPP:h.iosfwd
o.printjob:	CPP:h.string
o.printjob:	CPP:h.iterator
o.printjob:	CPP:h.newcasts
o.printjob:	CPP:h.typeinfo
o.printjob:	CPP:h.ostream
o.printjob:	CPP:h.functional
o.printjob:	CPP:h.map
o.printjob:	CPP:h.assocbase
o.printjob:	CPP:h.utility
o.printjob:	OSLib:oslib.h.types
o.printjob:	h.date
o.printjob:	OSLib:oslib.h.os
o.printjob:	h.epoc16
o.printjob:	h.epoc32
o.printjob:	h.psifs
o.printjob:	OSLib:oslib.h.fileswitch
o.printjob:	OSLib:oslib.h.fileswch32
o.printjob:	h.psifs
o.printjob:	h.printjbobj
o.printjob:	CPP:h.vector
o.printjob:	CPP:h.vectorbase
o.printjob:	h.printpgobj
o.printjob:	CPP:h.istream
o.printjob:	h.printrend
o.printjob:	OSLib:oslib.h.os
o.printjob:	CPP:h.deque
o.printjob:	CPP:h.dequebase
o.printjob:	CPP:h.vector
o.printjob:	h.psifs
o.printjob:	h.psifs
o.printjob:	h.printctwin
o.printjob:	h.printjbobj
o.printjob:	OSLib:oslib.h.toolbox
o.printjob:	h.printprwin
o.printjob:	OSLib:oslib.h.toolbox
o.printjob:	h.drawobj
o.printjob:	OSLib:oslib.h.drawfile
o.printjob:	CPP:h.functional
o.printjob:	CPP:h.list
o.printjob:	CPP:h.listbase
o.printjob:	CPP:h.map
o.printjob:	CPP:h.ostream
o.printjob:	CPP:h.set
o.printjob:	CPP:h.vector
o.printjob:	h.transform
o.printjob:	OSLib:oslib.h.os
o.printjob:	OSLib:oslib.h.wimp
o.printjob:	h.printjbobj
o.printjob:	h.printjbwin
o.printjob:	h.printjbobj
o.printjob:	OSLib:oslib.h.toolbox
o.printpgobj:	c++.printpgobj
o.printpgobj:	h.printpgobj
o.printpgobj:	CPP:h.string
o.printpgobj:	CPP:h.bool
o.printpgobj:	CPP:h.config
o.printpgobj:	CPP:h.iosfwd
o.printpgobj:	CPP:h.iterator
o.printpgobj:	CPP:h.newcasts
o.printpgobj:	CPP:h.istream
o.printpgobj:	CPP:h.ios
o.printpgobj:	CPP:h.exception
o.printpgobj:	CPP:h.ptypeinfo
o.printpgobj:	CPP:h.typeinfo
o.printpgobj:	h.printrend
o.printpgobj:	OSLib:oslib.h.os
o.printpgobj:	OSLib:oslib.h.types
o.printpgobj:	OSLib:oslib.h.oscore32
o.printpgobj:	OSLib:oslib.h.osf32
o.printpgobj:	CPP:h.deque
o.printpgobj:	CPP:h.dequebase
o.printpgobj:	CPP:h.utility
o.printpgobj:	CPP:h.vector
o.printpgobj:	CPP:h.vectorbase
o.printpgobj:	h.psifs
o.printpgobj:	OSLib:oslib.h.fileswitch
o.printpgobj:	OSLib:oslib.h.fileswch32
o.printpgobj:	OSLib:oslib.h.wimp
o.printpgobj:	OSLib:oslib.h.osspriteop
o.printpgobj:	OSLib:oslib.h.font
o.printpgobj:	OSLib:oslib.h.wimp32
o.printpgobj:	OSLib:oslib.h.osfscontrol
o.printpgobj:	OSLib:oslib.h.osfsctrl32
o.printpgobj:	CPP:h.fstream
o.printpgobj:	CPP:h.ostream
o.printpgobj:	CPP:h.stdiobuf
o.printpgobj:	CPP:h.streambuf
o.printpgobj:	CPP:h.stream
o.printpgobj:	CPP:h.vector
o.printpgobj:	h.config
o.printpgobj:	h.tag
o.printpgobj:	CPP:h.iostream
o.printpgobj:	CPP:h.functional
o.printpgobj:	CPP:h.map
o.printpgobj:	CPP:h.assocbase
o.printpgobj:	OSLib:oslib.h.types
o.printpgobj:	h.date
o.printpgobj:	OSLib:oslib.h.os
o.printpgobj:	h.epoc16
o.printpgobj:	h.epoc32
o.printpgobj:	h.psifs
o.printpgobj:	h.filer
o.printpgobj:	OSLib:oslib.h.types
o.printpgobj:	OSLib:oslib.h.wimp
o.printpgobj:	h.scrap
o.printprwin:	c++.printprwin
o.printprwin:	h.printprwin
o.printprwin:	OSLib:oslib.h.toolbox
o.printprwin:	OSLib:oslib.h.types
o.printprwin:	OSLib:oslib.h.os
o.printprwin:	OSLib:oslib.h.oscore32
o.printprwin:	OSLib:oslib.h.osf32
o.printprwin:	OSLib:oslib.h.wimp
o.printprwin:	OSLib:oslib.h.osspriteop
o.printprwin:	OSLib:oslib.h.font
o.printprwin:	OSLib:oslib.h.wimp32
o.printprwin:	OSLib:oslib.h.messagetrans
o.printprwin:	h.drawobj
o.printprwin:	OSLib:oslib.h.drawfile
o.printprwin:	OSLib:oslib.h.draw
o.printprwin:	OSLib:oslib.h.jpeg
o.printprwin:	CPP:h.functional
o.printprwin:	CPP:h.bool
o.printprwin:	CPP:h.config
o.printprwin:	CPP:h.list
o.printprwin:	CPP:h.iterator
o.printprwin:	CPP:h.iosfwd
o.printprwin:	CPP:h.listbase
o.printprwin:	CPP:h.newcasts
o.printprwin:	CPP:h.utility
o.printprwin:	CPP:h.map
o.printprwin:	CPP:h.assocbase
o.printprwin:	CPP:h.ostream
o.printprwin:	CPP:h.ios
o.printprwin:	CPP:h.exception
o.printprwin:	CPP:h.ptypeinfo
o.printprwin:	CPP:h.string
o.printprwin:	CPP:h.typeinfo
o.printprwin:	CPP:h.set
o.printprwin:	CPP:h.vector
o.printprwin:	CPP:h.vectorbase
o.printprwin:	h.transform
o.printprwin:	OSLib:oslib.h.os
o.printprwin:	OSLib:oslib.h.wimp
o.printprwin:	h.printjbobj
o.printprwin:	CPP:h.vector
o.printprwin:	h.printpgobj
o.printprwin:	CPP:h.istream
o.printprwin:	h.printrend
o.printprwin:	OSLib:oslib.h.os
o.printprwin:	CPP:h.deque
o.printprwin:	CPP:h.dequebase
o.printprwin:	CPP:h.vector
o.printprwin:	h.psifs
o.printprwin:	OSLib:oslib.h.fileswitch
o.printprwin:	OSLib:oslib.h.fileswch32
o.printprwin:	h.psifs
o.printprwin:	OSLib:oslib.h.colourtrans
o.printprwin:	OSLib:oslib.h.coltrans32
o.printprwin:	OSLib:oslib.h.menu
o.printprwin:	OSLib:oslib.h.osfile
o.printprwin:	OSLib:oslib.h.pdriver
o.printprwin:	OSLib:oslib.h.pdriver32
o.printprwin:	OSLib:oslib.h.saveas
o.printprwin:	OSLib:oslib.h.window
o.printprwin:	OSLib:oslib.h.keyboardshortcut
o.printprwin:	OSLib:oslib.h.gadget
o.printprwin:	OSLib:oslib.h.scale
o.printprwin:	OSLib:oslib.h.window
o.printprwin:	OSLibSupport:h.event
o.printprwin:	CPP:h.fstream
o.printprwin:	CPP:h.stdiobuf
o.printprwin:	CPP:h.streambuf
o.printprwin:	CPP:h.stream
o.printprwin:	CPP:h.list
o.printprwin:	AT:h.button_c
o.printprwin:	AT:h.button_b
o.printprwin:	OSLib:oslib.h.button
o.printprwin:	OSLib:oslib.h.wimp
o.printprwin:	AT:h.gadget_b
o.printprwin:	OSLib:oslib.h.gadget
o.printprwin:	OSLib:oslib.h.macros
o.printprwin:	AT:h.gadget_w_string
o.printprwin:	AT:h.gadget_c
o.printprwin:	CPP:h.vector
o.printprwin:	AT:h.gadget_w_font
o.printprwin:	AT:h.numberrange_c
o.printprwin:	AT:h.numberrange_b
o.printprwin:	OSLib:oslib.h.numberrange
o.printprwin:	AT:h.gadget_w_justification
o.printprwin:	AT:h.gadget_w_slider
o.printprwin:	OSLib:oslib.h.wimp
o.printprwin:	AT:h.gadget_w_number
o.printprwin:	h.config
o.printprwin:	h.tag
o.printprwin:	CPP:h.iostream
o.printprwin:	CPP:h.functional
o.printprwin:	CPP:h.map
o.printprwin:	OSLib:oslib.h.types
o.printprwin:	h.date
o.printprwin:	OSLib:oslib.h.os
o.printprwin:	h.epoc16
o.printprwin:	h.epoc32
o.printprwin:	h.psifs
o.printprwin:	h.filer
o.printprwin:	OSLib:oslib.h.types
o.printprwin:	OSLib:oslib.h.wimp
o.printprwin:	h.printjbwin
o.printprwin:	h.printjbobj
o.printprwin:	OSLib:oslib.h.toolbox
o.printprwin:	h.printrendg
o.printprwin:	h.drawobj
o.printprwin:	h.fontobj
o.printprwin:	OSLib:oslib.h.toolbox
o.printprwin:	h.transform
o.printprwin:	h.printrend
o.printprwin:	h.transform
o.printprwin:	h.printrendt
o.printprwin:	CPP:h.ostream
o.printprwin:	h.printrend
o.printrend:	c++.printrend
o.printrend:	h.printrend
o.printrend:	OSLib:oslib.h.os
o.printrend:	OSLib:oslib.h.types
o.printrend:	OSLib:oslib.h.oscore32
o.printrend:	OSLib:oslib.h.osf32
o.printrend:	CPP:h.deque
o.printrend:	CPP:h.bool
o.printrend:	CPP:h.config
o.printrend:	CPP:h.dequebase
o.printrend:	CPP:h.utility
o.printrend:	CPP:h.iterator
o.printrend:	CPP:h.iosfwd
o.printrend:	CPP:h.string
o.printrend:	CPP:h.newcasts
o.printrend:	CPP:h.vector
o.printrend:	CPP:h.vectorbase
o.printrend:	h.psifs
o.printrend:	OSLib:oslib.h.fileswitch
o.printrend:	OSLib:oslib.h.fileswch32
o.printrend:	OSLib:oslib.h.wimp
o.printrend:	OSLib:oslib.h.osspriteop
o.printrend:	OSLib:oslib.h.font
o.printrend:	OSLib:oslib.h.wimp32
o.printrendg:	c++.printrendg
o.printrendg:	h.printrendg
o.printrendg:	h.drawobj
o.printrendg:	OSLib:oslib.h.drawfile
o.printrendg:	OSLib:oslib.h.types
o.printrendg:	OSLib:oslib.h.os
o.printrendg:	OSLib:oslib.h.oscore32
o.printrendg:	OSLib:oslib.h.osf32
o.printrendg:	OSLib:oslib.h.osspriteop
o.printrendg:	OSLib:oslib.h.draw
o.printrendg:	OSLib:oslib.h.font
o.printrendg:	OSLib:oslib.h.wimp
o.printrendg:	OSLib:oslib.h.wimp32
o.printrendg:	OSLib:oslib.h.jpeg
o.printrendg:	CPP:h.functional
o.printrendg:	CPP:h.bool
o.printrendg:	CPP:h.config
o.printrendg:	CPP:h.list
o.printrendg:	CPP:h.iterator
o.printrendg:	CPP:h.iosfwd
o.printrendg:	CPP:h.listbase
o.printrendg:	CPP:h.newcasts
o.printrendg:	CPP:h.utility
o.printrendg:	CPP:h.map
o.printrendg:	CPP:h.assocbase
o.printrendg:	CPP:h.ostream
o.printrendg:	CPP:h.ios
o.printrendg:	CPP:h.exception
o.printrendg:	CPP:h.ptypeinfo
o.printrendg:	CPP:h.string
o.printrendg:	CPP:h.typeinfo
o.printrendg:	CPP:h.set
o.printrendg:	CPP:h.vector
o.printrendg:	CPP:h.vectorbase
o.printrendg:	h.transform
o.printrendg:	OSLib:oslib.h.os
o.printrendg:	OSLib:oslib.h.wimp
o.printrendg:	h.fontobj
o.printrendg:	OSLib:oslib.h.toolbox
o.printrendg:	OSLib:oslib.h.messagetrans
o.printrendg:	h.transform
o.printrendg:	h.printrend
o.printrendg:	OSLib:oslib.h.os
o.printrendg:	CPP:h.deque
o.printrendg:	CPP:h.dequebase
o.printrendg:	CPP:h.vector
o.printrendg:	h.psifs
o.printrendg:	OSLib:oslib.h.fileswitch
o.printrendg:	OSLib:oslib.h.fileswch32
o.printrendg:	h.transform
o.printrendg:	OSLib:oslib.h.colourtrans
o.printrendg:	OSLib:oslib.h.coltrans32
o.printrendg:	OSLib:oslib.h.draw
o.printrendg:	OSLib:oslib.h.font
o.printrendg:	OSLib:oslib.h.wimp
o.printrendg:	CPP:h.vector
o.printrendt:	c++.printrendt
o.printrendt:	h.printrendt
o.printrendt:	CPP:h.ostream
o.printrendt:	CPP:h.bool
o.printrendt:	CPP:h.config
o.printrendt:	CPP:h.ios
o.printrendt:	CPP:h.exception
o.printrendt:	CPP:h.ptypeinfo
o.printrendt:	CPP:h.iosfwd
o.printrendt:	CPP:h.string
o.printrendt:	CPP:h.iterator
o.printrendt:	CPP:h.newcasts
o.printrendt:	CPP:h.typeinfo
o.printrendt:	h.printrend
o.printrendt:	OSLib:oslib.h.os
o.printrendt:	OSLib:oslib.h.types
o.printrendt:	OSLib:oslib.h.oscore32
o.printrendt:	OSLib:oslib.h.osf32
o.printrendt:	CPP:h.deque
o.printrendt:	CPP:h.dequebase
o.printrendt:	CPP:h.utility
o.printrendt:	CPP:h.vector
o.printrendt:	CPP:h.vectorbase
o.printrendt:	h.psifs
o.printrendt:	OSLib:oslib.h.fileswitch
o.printrendt:	OSLib:oslib.h.fileswch32
o.printrendt:	OSLib:oslib.h.wimp
o.printrendt:	OSLib:oslib.h.osspriteop
o.printrendt:	OSLib:oslib.h.font
o.printrendt:	OSLib:oslib.h.wimp32
o.scrap:	c++.scrap
o.scrap:	h.scrap
o.scrap:	CPP:h.string
o.scrap:	CPP:h.bool
o.scrap:	CPP:h.config
o.scrap:	CPP:h.iosfwd
o.scrap:	CPP:h.iterator
o.scrap:	CPP:h.newcasts
o.scrap:	OSLib:oslib.h.osfile
o.scrap:	OSLib:oslib.h.types
o.scrap:	OSLib:oslib.h.os
o.scrap:	OSLib:oslib.h.oscore32
o.scrap:	OSLib:oslib.h.osf32
o.scrap:	OSLib:oslib.h.fileswitch
o.scrap:	OSLib:oslib.h.fileswch32
o.scrap:	OSLib:oslib.h.osfscontrol
o.scrap:	OSLib:oslib.h.osfsctrl32
o.scrap:	h.fs
o.scrap:	OSLib:oslib.h.fileswitch
o.scrap:	OSLib:oslib.h.os
o.scrap:	OSLib:oslib.h.osgbpb
o.scrap:	OSLib:oslib.h.osgbpb32
o.scrap:	h.date
o.scrap:	OSLib:oslib.h.os
o.scrap:	h.epoc16
o.scrap:	h.epoc32
o.scrap:	h.psifs
o.scrap:	OSLib:oslib.h.wimp
o.scrap:	OSLib:oslib.h.osspriteop
o.scrap:	OSLib:oslib.h.font
o.scrap:	OSLib:oslib.h.wimp32
o.scrap:	h.psifs
o.tag:	c++.tag
o.tag:	AT:h.noclash
o.tag:	OSLib:oslib.h.os
o.tag:	OSLib:oslib.h.types
o.tag:	OSLib:oslib.h.oscore32
o.tag:	OSLib:oslib.h.osf32
o.tag:	h.tag
o.tag:	CPP:h.iostream
o.tag:	CPP:h.config
o.tag:	CPP:h.istream
o.tag:	CPP:h.bool
o.tag:	CPP:h.ios
o.tag:	CPP:h.exception
o.tag:	CPP:h.ptypeinfo
o.tag:	CPP:h.iosfwd
o.tag:	CPP:h.string
o.tag:	CPP:h.iterator
o.tag:	CPP:h.newcasts
o.tag:	CPP:h.typeinfo
o.tag:	CPP:h.ostream
o.tag:	CPP:h.functional
o.tag:	CPP:h.map
o.tag:	CPP:h.assocbase
o.tag:	CPP:h.utility
o.tag:	OSLib:oslib.h.types
o.tag:	h.date
o.tag:	OSLib:oslib.h.os
o.tag:	h.epoc16
o.tag:	h.epoc32
o.tag:	h.psifs
o.tag:	OSLib:oslib.h.fileswitch
o.tag:	OSLib:oslib.h.fileswch32
o.tag:	OSLib:oslib.h.wimp
o.tag:	OSLib:oslib.h.osspriteop
o.tag:	OSLib:oslib.h.font
o.tag:	OSLib:oslib.h.wimp32
o.tag:	OSLib:oslib.h.territory
o.tag:	CPP:h.sstream
o.tag:	CPP:h.streambuf
o.tag:	CPP:h.stream
o.transform:	c++.transform
o.transform:	h.transform
o.transform:	OSLib:oslib.h.os
o.transform:	OSLib:oslib.h.types
o.transform:	OSLib:oslib.h.oscore32
o.transform:	OSLib:oslib.h.osf32
o.transform:	OSLib:oslib.h.wimp
o.transform:	OSLib:oslib.h.osspriteop
o.transform:	OSLib:oslib.h.font
o.transform:	OSLib:oslib.h.wimp32
o.update:	c++.update
o.update:	h.update
o.update:	h.icons
o.update:	OSLib:oslib.h.toolbox
o.update:	OSLib:oslib.h.types
o.update:	OSLib:oslib.h.os
o.update:	OSLib:oslib.h.oscore32
o.update:	OSLib:oslib.h.osf32
o.update:	OSLib:oslib.h.wimp
o.update:	OSLib:oslib.h.osspriteop
o.update:	OSLib:oslib.h.font
o.update:	OSLib:oslib.h.wimp32
o.update:	OSLib:oslib.h.messagetrans
o.update:	CPP:h.string
o.update:	CPP:h.bool
o.update:	CPP:h.config
o.update:	CPP:h.iosfwd
o.update:	CPP:h.iterator
o.update:	CPP:h.newcasts
o.update:	h.psifs
o.update:	OSLib:oslib.h.fileswitch
o.update:	OSLib:oslib.h.fileswch32
o.update:	h.asyncwin
o.update:	CPP:h.deque
o.update:	CPP:h.dequebase
o.update:	CPP:h.utility
o.update:	OSLib:oslib.h.toolbox
o.update:	AT:h.button_c
o.update:	AT:h.button_b
o.update:	OSLib:oslib.h.button
o.update:	OSLib:oslib.h.gadget
o.update:	OSLib:oslib.h.wimp
o.update:	AT:h.gadget_b
o.update:	OSLib:oslib.h.gadget
o.update:	OSLib:oslib.h.macros
o.update:	AT:h.gadget_w_string
o.update:	AT:h.gadget_c
o.update:	CPP:h.vector
o.update:	CPP:h.vectorbase
o.update:	AT:h.gadget_w_font
o.update:	h.psifs
o.update:	h.backobj
o.update:	OSLib:oslib.h.toolbox
o.update:	h.backcfg
o.update:	OSLib:oslib.h.toolbox
o.update:	h.tag
o.update:	CPP:h.iostream
o.update:	CPP:h.istream
o.update:	CPP:h.ios
o.update:	CPP:h.exception
o.update:	CPP:h.ptypeinfo
o.update:	CPP:h.typeinfo
o.update:	CPP:h.ostream
o.update:	CPP:h.functional
o.update:	CPP:h.map
o.update:	CPP:h.assocbase
o.update:	OSLib:oslib.h.types
o.update:	h.date
o.update:	OSLib:oslib.h.os
o.update:	h.epoc16
o.update:	h.epoc32
o.update:	h.psifs
o.update:	h.backop
o.update:	OSLib:oslib.h.os
o.update:	h.fs
o.update:	OSLib:oslib.h.fileswitch
o.update:	OSLib:oslib.h.os
o.update:	OSLib:oslib.h.osgbpb
o.update:	OSLib:oslib.h.osgbpb32
o.update:	h.date
o.update:	h.psifs
o.update:	h.psifs
o.update:	h.backop
o.update:	h.clipwin
o.update:	OSLib:oslib.h.toolbox
o.update:	h.convobj
o.update:	CPP:h.set
o.update:	CPP:h.vector
o.update:	OSLib:oslib.h.toolbox
o.update:	h.fs
o.update:	h.tag
o.update:	h.config
o.update:	h.tag
o.update:	h.convwin
o.update:	OSLib:oslib.h.toolbox
o.update:	h.convobj
o.update:	h.psifs
o.update:	h.fs
o.update:	h.fs
o.update:	h.icons
o.update:	h.info
o.update:	OSLib:oslib.h.toolbox
o.update:	h.psifs
o.update:	h.printjob
o.update:	OSLib:oslib.h.wimp
o.args:	c.args
o.args:	h.args
o.args:	OSLib:oslib.h.os
o.args:	OSLib:oslib.h.types
o.args:	OSLib:oslib.h.oscore32
o.args:	OSLib:oslib.h.osf32
o.args:	h.err
o.args:	h.psifs
o.args:	OSLib:oslib.h.fileswitch
o.args:	OSLib:oslib.h.fileswch32
o.args:	OSLib:oslib.h.wimp
o.args:	OSLib:oslib.h.osspriteop
o.args:	OSLib:oslib.h.font
o.args:	OSLib:oslib.h.wimp32
o.args:	h.mem
o.args:	OSLib:oslib.h.os
o.async:	c.async
o.async:	h.async
o.async:	h.backtree
o.async:	h.fs
o.async:	OSLib:oslib.h.fileswitch
o.async:	OSLib:oslib.h.types
o.async:	OSLib:oslib.h.os
o.async:	OSLib:oslib.h.oscore32
o.async:	OSLib:oslib.h.osf32
o.async:	OSLib:oslib.h.fileswch32
o.async:	OSLib:oslib.h.os
o.async:	OSLib:oslib.h.osgbpb
o.async:	OSLib:oslib.h.osgbpb32
o.async:	h.date
o.async:	OSLib:oslib.h.os
o.async:	h.epoc16
o.async:	h.epoc32
o.async:	h.psifs
o.async:	OSLib:oslib.h.wimp
o.async:	OSLib:oslib.h.osspriteop
o.async:	OSLib:oslib.h.font
o.async:	OSLib:oslib.h.wimp32
o.async:	h.psifs
o.async:	h.fs
o.async:	h.tar
o.async:	OSLib:oslib.h.os
o.async:	OSLib:oslib.h.osgbpb
o.async:	h.fs
o.async:	h.psifs
o.async:	OSLib:oslib.h.osfile
o.async:	OSLib:oslib.h.osfind
o.async:	OSLib:oslib.h.osfind32
o.async:	OSLib:oslib.h.osfscontrol
o.async:	OSLib:oslib.h.osfsctrl32
o.async:	h.cache
o.async:	h.date
o.async:	h.fs
o.async:	h.share
o.async:	OSLib:oslib.h.os
o.async:	h.mux
o.async:	OSLib:oslib.h.os
o.async:	h.frame
o.async:	OSLib:oslib.h.os
o.async:	h.unified
o.async:	h.date
o.async:	h.epoc
o.async:	OSLib:oslib.h.macros
o.async:	h.epoc16
o.async:	h.epoc32
o.async:	h.fs
o.async:	h.ncp
o.async:	OSLib:oslib.h.os
o.async:	h.epoc
o.async:	h.share
o.async:	h.status
o.async:	OSLib:oslib.h.os
o.async:	h.share
o.async:	h.debug
o.async:	h.err
o.async:	h.psifs
o.async:	h.frac
o.async:	OSLib:oslib.h.os
o.async:	h.idle
o.async:	OSLib:oslib.h.os
o.async:	h.mem
o.async:	OSLib:oslib.h.os
o.async:	h.pollword
o.async:	OSLib:oslib.h.os
o.async:	h.psifs
o.async:	h.sysvar
o.async:	OSLib:oslib.h.os
o.async:	h.timer
o.async:	h.share
o.async:	h.unified
o.async:	h.util
o.async:	OSLib:oslib.h.os
o.async:	OSLib:oslib.h.wimp
o.async:	h.fs
o.async:	h.wildcard
o.attr:	c.attr
o.attr:	h.attr
o.attr:	OSLib:oslib.h.fileswitch
o.attr:	OSLib:oslib.h.types
o.attr:	OSLib:oslib.h.os
o.attr:	OSLib:oslib.h.oscore32
o.attr:	OSLib:oslib.h.osf32
o.attr:	OSLib:oslib.h.fileswch32
o.attr:	h.epoc16
o.attr:	h.epoc32
o.attr:	h.psifs
o.attr:	OSLib:oslib.h.wimp
o.attr:	OSLib:oslib.h.osspriteop
o.attr:	OSLib:oslib.h.font
o.attr:	OSLib:oslib.h.wimp32
o.backtree:	c.backtree
o.backtree:	h.backtree
o.backtree:	h.fs
o.backtree:	OSLib:oslib.h.fileswitch
o.backtree:	OSLib:oslib.h.types
o.backtree:	OSLib:oslib.h.os
o.backtree:	OSLib:oslib.h.oscore32
o.backtree:	OSLib:oslib.h.osf32
o.backtree:	OSLib:oslib.h.fileswch32
o.backtree:	OSLib:oslib.h.os
o.backtree:	OSLib:oslib.h.osgbpb
o.backtree:	OSLib:oslib.h.osgbpb32
o.backtree:	h.date
o.backtree:	OSLib:oslib.h.os
o.backtree:	h.epoc16
o.backtree:	h.epoc32
o.backtree:	h.psifs
o.backtree:	OSLib:oslib.h.wimp
o.backtree:	OSLib:oslib.h.osspriteop
o.backtree:	OSLib:oslib.h.font
o.backtree:	OSLib:oslib.h.wimp32
o.backtree:	h.psifs
o.backtree:	h.ctrl
o.backtree:	h.err
o.backtree:	h.psifs
o.backtree:	h.mem
o.backtree:	OSLib:oslib.h.os
o.backtree:	h.wildcard
o.baud:	c.baud
o.baud:	h.baud
o.baud:	OSLib:oslib.h.types
o.baud:	h.blockdrive
o.baud:	OSLib:oslib.h.os
o.baud:	OSLib:oslib.h.oscore32
o.baud:	OSLib:oslib.h.osf32
o.blackhole:	c.blackhole
o.blackhole:	h.blackhole
o.blackhole:	OSLib:oslib.h.os
o.blackhole:	OSLib:oslib.h.types
o.blackhole:	OSLib:oslib.h.oscore32
o.blackhole:	OSLib:oslib.h.osf32
o.blackhole:	OSLib:oslib.h.fileswitch
o.blackhole:	OSLib:oslib.h.fileswch32
o.blackhole:	OSLib:oslib.h.osmodule
o.blackhole:	h.debug
o.blackhole:	h.err
o.blackhole:	h.psifs
o.blackhole:	OSLib:oslib.h.wimp
o.blackhole:	OSLib:oslib.h.osspriteop
o.blackhole:	OSLib:oslib.h.font
o.blackhole:	OSLib:oslib.h.wimp32
o.blackhole:	h.psifs
o.blockdrive:	c.blockdrive
o.blockdrive:	h.blockdrive
o.blockdrive:	OSLib:oslib.h.os
o.blockdrive:	OSLib:oslib.h.types
o.blockdrive:	OSLib:oslib.h.oscore32
o.blockdrive:	OSLib:oslib.h.osf32
o.blockdrive:	OSLib:oslib.h.fileswitch
o.blockdrive:	OSLib:oslib.h.fileswch32
o.blockdrive:	OSLib:oslib.h.osfile
o.blockdrive:	h.debug
o.blockdrive:	h.err
o.blockdrive:	h.psifs
o.blockdrive:	OSLib:oslib.h.wimp
o.blockdrive:	OSLib:oslib.h.osspriteop
o.blockdrive:	OSLib:oslib.h.font
o.blockdrive:	OSLib:oslib.h.wimp32
o.blockdrive:	h.fs
o.blockdrive:	OSLib:oslib.h.fileswitch
o.blockdrive:	OSLib:oslib.h.os
o.blockdrive:	OSLib:oslib.h.osgbpb
o.blockdrive:	OSLib:oslib.h.osgbpb32
o.blockdrive:	h.date
o.blockdrive:	OSLib:oslib.h.os
o.blockdrive:	h.epoc16
o.blockdrive:	h.epoc32
o.blockdrive:	h.psifs
o.blockdrive:	h.psifs
o.blockdrive:	h.mem
o.blockdrive:	OSLib:oslib.h.os
o.cache:	c.cache
o.cache:	h.cache
o.cache:	h.date
o.cache:	OSLib:oslib.h.os
o.cache:	OSLib:oslib.h.types
o.cache:	OSLib:oslib.h.oscore32
o.cache:	OSLib:oslib.h.osf32
o.cache:	h.epoc16
o.cache:	h.epoc32
o.cache:	h.psifs
o.cache:	OSLib:oslib.h.fileswitch
o.cache:	OSLib:oslib.h.fileswch32
o.cache:	OSLib:oslib.h.wimp
o.cache:	OSLib:oslib.h.osspriteop
o.cache:	OSLib:oslib.h.font
o.cache:	OSLib:oslib.h.wimp32
o.cache:	h.fs
o.cache:	OSLib:oslib.h.fileswitch
o.cache:	OSLib:oslib.h.os
o.cache:	OSLib:oslib.h.osgbpb
o.cache:	OSLib:oslib.h.osgbpb32
o.cache:	h.date
o.cache:	h.psifs
o.cache:	h.share
o.cache:	OSLib:oslib.h.os
o.cache:	h.mux
o.cache:	OSLib:oslib.h.os
o.cache:	h.frame
o.cache:	OSLib:oslib.h.os
o.cache:	h.unified
o.cache:	h.date
o.cache:	h.epoc
o.cache:	OSLib:oslib.h.macros
o.cache:	h.epoc16
o.cache:	h.epoc32
o.cache:	h.fs
o.cache:	h.ncp
o.cache:	OSLib:oslib.h.os
o.cache:	h.epoc
o.cache:	h.share
o.cache:	h.status
o.cache:	OSLib:oslib.h.os
o.cache:	h.share
o.cache:	OSLib:oslib.h.osfile
o.cache:	OSLib:oslib.h.osword
o.cache:	h.debug
o.cache:	h.err
o.cache:	h.psifs
o.cache:	h.idle
o.cache:	OSLib:oslib.h.os
o.cache:	h.link
o.cache:	OSLib:oslib.h.os
o.cache:	h.mem
o.cache:	OSLib:oslib.h.os
o.cache:	h.pollword
o.cache:	OSLib:oslib.h.os
o.cache:	h.psifs
o.cache:	h.rclip
o.cache:	OSLib:oslib.h.os
o.cache:	h.unified
o.cache:	h.upcall
o.cache:	OSLib:oslib.h.os
o.cache:	h.fs
o.cache:	h.util
o.cache:	OSLib:oslib.h.os
o.cache:	OSLib:oslib.h.wimp
o.cache:	h.fs
o.cache:	h.wildcard
o.cache:	h.wprt
o.cache:	OSLib:oslib.h.os
o.clipboard:	c.clipboard
o.clipboard:	h.clipboard
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	OSLib:oslib.h.types
o.clipboard:	OSLib:oslib.h.oscore32
o.clipboard:	OSLib:oslib.h.osf32
o.clipboard:	h.psifs
o.clipboard:	OSLib:oslib.h.fileswitch
o.clipboard:	OSLib:oslib.h.fileswch32
o.clipboard:	OSLib:oslib.h.wimp
o.clipboard:	OSLib:oslib.h.osspriteop
o.clipboard:	OSLib:oslib.h.font
o.clipboard:	OSLib:oslib.h.wimp32
o.clipboard:	OSLib:oslib.h.osfile
o.clipboard:	OSLib:oslib.h.osfind
o.clipboard:	OSLib:oslib.h.osfind32
o.clipboard:	OSLib:oslib.h.osfscontrol
o.clipboard:	OSLib:oslib.h.osfsctrl32
o.clipboard:	h.async
o.clipboard:	h.backtree
o.clipboard:	h.fs
o.clipboard:	OSLib:oslib.h.fileswitch
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	OSLib:oslib.h.osgbpb
o.clipboard:	OSLib:oslib.h.osgbpb32
o.clipboard:	h.date
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.epoc16
o.clipboard:	h.epoc32
o.clipboard:	h.psifs
o.clipboard:	h.psifs
o.clipboard:	h.fs
o.clipboard:	h.tar
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	OSLib:oslib.h.osgbpb
o.clipboard:	h.fs
o.clipboard:	h.psifs
o.clipboard:	h.cache
o.clipboard:	h.date
o.clipboard:	h.fs
o.clipboard:	h.share
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.mux
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.frame
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.unified
o.clipboard:	h.date
o.clipboard:	h.epoc
o.clipboard:	OSLib:oslib.h.macros
o.clipboard:	h.epoc16
o.clipboard:	h.epoc32
o.clipboard:	h.fs
o.clipboard:	h.ncp
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.epoc
o.clipboard:	h.share
o.clipboard:	h.status
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.share
o.clipboard:	h.debug
o.clipboard:	h.err
o.clipboard:	h.psifs
o.clipboard:	h.idle
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.pollword
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.psifs
o.clipboard:	h.psifs
o.clipboard:	h.rclip
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	h.uid
o.clipboard:	OSLib:oslib.h.osfile
o.clipboard:	h.epoc32
o.clipboard:	h.unified
o.clipboard:	h.util
o.clipboard:	OSLib:oslib.h.os
o.clipboard:	OSLib:oslib.h.wimp
o.clipboard:	h.fs
o.clipfile:	c.clipfile
o.clipfile:	h.clipfile
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	OSLib:oslib.h.types
o.clipfile:	OSLib:oslib.h.oscore32
o.clipfile:	OSLib:oslib.h.osf32
o.clipfile:	h.share
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	h.mux
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	h.frame
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	h.err
o.clipfile:	h.psifs
o.clipfile:	OSLib:oslib.h.fileswitch
o.clipfile:	OSLib:oslib.h.fileswch32
o.clipfile:	OSLib:oslib.h.wimp
o.clipfile:	OSLib:oslib.h.osspriteop
o.clipfile:	OSLib:oslib.h.font
o.clipfile:	OSLib:oslib.h.wimp32
o.clipfile:	h.upload
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	h.fs
o.clipfile:	OSLib:oslib.h.fileswitch
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	OSLib:oslib.h.osgbpb
o.clipfile:	OSLib:oslib.h.osgbpb32
o.clipfile:	h.date
o.clipfile:	OSLib:oslib.h.os
o.clipfile:	h.epoc16
o.clipfile:	h.epoc32
o.clipfile:	h.psifs
o.clipfile:	h.psifs
o.clipfile:	h.share
o.code:	c.code
o.code:	h.code
o.code:	OSLib:oslib.h.os
o.code:	OSLib:oslib.h.types
o.code:	OSLib:oslib.h.oscore32
o.code:	OSLib:oslib.h.osf32
o.code:	h.psifs
o.code:	OSLib:oslib.h.fileswitch
o.code:	OSLib:oslib.h.fileswch32
o.code:	OSLib:oslib.h.wimp
o.code:	OSLib:oslib.h.osspriteop
o.code:	OSLib:oslib.h.font
o.code:	OSLib:oslib.h.wimp32
o.code:	h.debug
o.code:	h.err
o.code:	h.psifs
o.code:	h.fs
o.code:	OSLib:oslib.h.fileswitch
o.code:	OSLib:oslib.h.os
o.code:	OSLib:oslib.h.osgbpb
o.code:	OSLib:oslib.h.osgbpb32
o.code:	h.date
o.code:	OSLib:oslib.h.os
o.code:	h.epoc16
o.code:	h.epoc32
o.code:	h.psifs
o.code:	h.psifs
o.command:	c.command
o.command:	OSLib:oslib.h.osfscontrol
o.command:	OSLib:oslib.h.types
o.command:	OSLib:oslib.h.os
o.command:	OSLib:oslib.h.oscore32
o.command:	OSLib:oslib.h.osf32
o.command:	OSLib:oslib.h.fileswitch
o.command:	OSLib:oslib.h.fileswch32
o.command:	OSLib:oslib.h.osfsctrl32
o.command:	h.args
o.command:	OSLib:oslib.h.os
o.command:	h.ctrl
o.command:	h.debug
o.command:	h.err
o.command:	h.psifs
o.command:	OSLib:oslib.h.wimp
o.command:	OSLib:oslib.h.osspriteop
o.command:	OSLib:oslib.h.font
o.command:	OSLib:oslib.h.wimp32
o.command:	h.fs
o.command:	OSLib:oslib.h.fileswitch
o.command:	OSLib:oslib.h.os
o.command:	OSLib:oslib.h.osgbpb
o.command:	OSLib:oslib.h.osgbpb32
o.command:	h.date
o.command:	OSLib:oslib.h.os
o.command:	h.epoc16
o.command:	h.epoc32
o.command:	h.psifs
o.command:	h.psifs
o.command:	h.idle
o.command:	OSLib:oslib.h.os
o.command:	h.link
o.command:	OSLib:oslib.h.os
o.command:	h.module
o.command:	OSLibInclude:h.os
o.command:	h.sis
o.command:	OSLib:oslib.h.os
o.command:	OSLib:oslib.h.osgbpb
o.command:	h.epoc32
o.command:	h.fs
o.command:	h.test
o.command:	OSLib:oslib.h.os
o.command:	h.uid
o.command:	OSLib:oslib.h.osfile
o.command:	h.epoc32
o.command:	h.util
o.command:	OSLib:oslib.h.os
o.command:	OSLib:oslib.h.wimp
o.command:	h.fs
o.connect:	c.connect
o.connect:	h.connect
o.connect:	h.frame
o.connect:	OSLib:oslib.h.os
o.connect:	OSLib:oslib.h.types
o.connect:	OSLib:oslib.h.oscore32
o.connect:	OSLib:oslib.h.osf32
o.connect:	h.debug
o.connect:	h.err
o.connect:	h.psifs
o.connect:	OSLib:oslib.h.fileswitch
o.connect:	OSLib:oslib.h.fileswch32
o.connect:	OSLib:oslib.h.wimp
o.connect:	OSLib:oslib.h.osspriteop
o.connect:	OSLib:oslib.h.font
o.connect:	OSLib:oslib.h.wimp32
o.connect:	h.escape
o.connect:	OSLib:oslib.h.os
o.connect:	h.link
o.connect:	OSLib:oslib.h.os
o.connect:	h.mux
o.connect:	OSLib:oslib.h.os
o.connect:	h.frame
o.connect:	h.pollword
o.connect:	OSLib:oslib.h.os
o.connect:	h.psifs
o.connect:	h.stats
o.connect:	OSLib:oslib.h.types
o.connect:	h.util
o.connect:	OSLib:oslib.h.os
o.connect:	OSLib:oslib.h.wimp
o.connect:	h.fs
o.connect:	OSLib:oslib.h.fileswitch
o.connect:	OSLib:oslib.h.os
o.connect:	OSLib:oslib.h.osgbpb
o.connect:	OSLib:oslib.h.osgbpb32
o.connect:	h.date
o.connect:	OSLib:oslib.h.os
o.connect:	h.epoc16
o.connect:	h.epoc32
o.connect:	h.psifs
o.connect:	h.psifs
o.crc:	c.crc
o.crc:	h.crc
o.crc:	OSLib:oslib.h.types
o.ctrl:	c.ctrl
o.ctrl:	h.ctrl
o.ctrl:	OSLib:oslib.h.macros
o.ctrl:	h.mem
o.ctrl:	OSLib:oslib.h.os
o.ctrl:	OSLib:oslib.h.types
o.ctrl:	OSLib:oslib.h.oscore32
o.ctrl:	OSLib:oslib.h.osf32
o.date:	c.date
o.date:	h.date
o.date:	OSLib:oslib.h.os
o.date:	OSLib:oslib.h.types
o.date:	OSLib:oslib.h.oscore32
o.date:	OSLib:oslib.h.osf32
o.date:	h.epoc16
o.date:	h.epoc32
o.date:	h.psifs
o.date:	OSLib:oslib.h.fileswitch
o.date:	OSLib:oslib.h.fileswch32
o.date:	OSLib:oslib.h.wimp
o.date:	OSLib:oslib.h.osspriteop
o.date:	OSLib:oslib.h.font
o.date:	OSLib:oslib.h.wimp32
o.date:	OSLib:oslib.h.territory
o.err:	c.err
o.err:	h.err
o.err:	h.psifs
o.err:	OSLib:oslib.h.types
o.err:	OSLib:oslib.h.os
o.err:	OSLib:oslib.h.oscore32
o.err:	OSLib:oslib.h.osf32
o.err:	OSLib:oslib.h.fileswitch
o.err:	OSLib:oslib.h.fileswch32
o.err:	OSLib:oslib.h.wimp
o.err:	OSLib:oslib.h.osspriteop
o.err:	OSLib:oslib.h.font
o.err:	OSLib:oslib.h.wimp32
o.escape:	c.escape
o.escape:	h.escape
o.escape:	OSLib:oslib.h.os
o.escape:	OSLib:oslib.h.types
o.escape:	OSLib:oslib.h.oscore32
o.escape:	OSLib:oslib.h.osf32
o.escape:	OSLib:oslib.h.osbyte
o.escape:	h.err
o.escape:	h.psifs
o.escape:	OSLib:oslib.h.fileswitch
o.escape:	OSLib:oslib.h.fileswch32
o.escape:	OSLib:oslib.h.wimp
o.escape:	OSLib:oslib.h.osspriteop
o.escape:	OSLib:oslib.h.font
o.escape:	OSLib:oslib.h.wimp32
o.frac:	c.frac
o.frac:	h.frac
o.frac:	OSLib:oslib.h.os
o.frac:	OSLib:oslib.h.types
o.frac:	OSLib:oslib.h.oscore32
o.frac:	OSLib:oslib.h.osf32
o.frac:	OSLib:oslib.h.macros
o.frame:	c.frame
o.frame:	h.frame
o.frame:	OSLib:oslib.h.os
o.frame:	OSLib:oslib.h.types
o.frame:	OSLib:oslib.h.oscore32
o.frame:	OSLib:oslib.h.osf32
o.frame:	h.connect
o.frame:	h.frame
o.frame:	h.crc
o.frame:	OSLib:oslib.h.types
o.frame:	h.debug
o.frame:	h.err
o.frame:	h.psifs
o.frame:	OSLib:oslib.h.fileswitch
o.frame:	OSLib:oslib.h.fileswch32
o.frame:	OSLib:oslib.h.wimp
o.frame:	OSLib:oslib.h.osspriteop
o.frame:	OSLib:oslib.h.font
o.frame:	OSLib:oslib.h.wimp32
o.frame:	h.escape
o.frame:	OSLib:oslib.h.os
o.frame:	h.link
o.frame:	OSLib:oslib.h.os
o.frame:	h.stats
o.frame:	OSLib:oslib.h.types
o.frame:	h.util
o.frame:	OSLib:oslib.h.os
o.frame:	OSLib:oslib.h.wimp
o.frame:	h.fs
o.frame:	OSLib:oslib.h.fileswitch
o.frame:	OSLib:oslib.h.os
o.frame:	OSLib:oslib.h.osgbpb
o.frame:	OSLib:oslib.h.osgbpb32
o.frame:	h.date
o.frame:	OSLib:oslib.h.os
o.frame:	h.epoc16
o.frame:	h.epoc32
o.frame:	h.psifs
o.frame:	h.psifs
o.fs:	c.fs
o.fs:	h.fs
o.fs:	OSLib:oslib.h.fileswitch
o.fs:	OSLib:oslib.h.types
o.fs:	OSLib:oslib.h.os
o.fs:	OSLib:oslib.h.oscore32
o.fs:	OSLib:oslib.h.osf32
o.fs:	OSLib:oslib.h.fileswch32
o.fs:	OSLib:oslib.h.os
o.fs:	OSLib:oslib.h.osgbpb
o.fs:	OSLib:oslib.h.osgbpb32
o.fs:	h.date
o.fs:	OSLib:oslib.h.os
o.fs:	h.epoc16
o.fs:	h.epoc32
o.fs:	h.psifs
o.fs:	OSLib:oslib.h.wimp
o.fs:	OSLib:oslib.h.osspriteop
o.fs:	OSLib:oslib.h.font
o.fs:	OSLib:oslib.h.wimp32
o.fs:	h.psifs
o.fs:	OSLib:oslib.h.macros
o.fs:	h.cache
o.fs:	h.date
o.fs:	h.fs
o.fs:	h.share
o.fs:	OSLib:oslib.h.os
o.fs:	h.mux
o.fs:	OSLib:oslib.h.os
o.fs:	h.frame
o.fs:	OSLib:oslib.h.os
o.fs:	h.unified
o.fs:	h.date
o.fs:	h.epoc
o.fs:	OSLib:oslib.h.macros
o.fs:	h.epoc16
o.fs:	h.epoc32
o.fs:	h.fs
o.fs:	h.ncp
o.fs:	OSLib:oslib.h.os
o.fs:	h.epoc
o.fs:	h.share
o.fs:	h.status
o.fs:	OSLib:oslib.h.os
o.fs:	h.share
o.fs:	h.ctrl
o.fs:	h.debug
o.fs:	h.err
o.fs:	h.psifs
o.fs:	h.unified
o.fs:	h.wildcard
o.fsentry:	c.fsentry
o.fsentry:	h.fsentry
o.fsentry:	OSLib:oslib.h.fileswitch
o.fsentry:	OSLib:oslib.h.types
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	OSLib:oslib.h.oscore32
o.fsentry:	OSLib:oslib.h.osf32
o.fsentry:	OSLib:oslib.h.fileswch32
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	OSLib:oslib.h.osfscontrol
o.fsentry:	OSLib:oslib.h.osfsctrl32
o.fsentry:	h.fs
o.fsentry:	OSLib:oslib.h.fileswitch
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	OSLib:oslib.h.osgbpb
o.fsentry:	OSLib:oslib.h.osgbpb32
o.fsentry:	h.date
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	h.epoc16
o.fsentry:	h.epoc32
o.fsentry:	h.psifs
o.fsentry:	OSLib:oslib.h.wimp
o.fsentry:	OSLib:oslib.h.osspriteop
o.fsentry:	OSLib:oslib.h.font
o.fsentry:	OSLib:oslib.h.wimp32
o.fsentry:	h.psifs
o.fsentry:	OSLib:oslib.h.fileswitch
o.fsentry:	OSLib:oslib.h.macros
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	h.debug
o.fsentry:	h.err
o.fsentry:	h.psifs
o.fsentry:	h.idle
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	h.link
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	h.util
o.fsentry:	OSLib:oslib.h.os
o.fsentry:	OSLib:oslib.h.wimp
o.fsentry:	h.fs
o.idle:	c.idle
o.idle:	h.idle
o.idle:	OSLib:oslib.h.os
o.idle:	OSLib:oslib.h.types
o.idle:	OSLib:oslib.h.oscore32
o.idle:	OSLib:oslib.h.osf32
o.idle:	h.cache
o.idle:	h.date
o.idle:	OSLib:oslib.h.os
o.idle:	h.epoc16
o.idle:	h.epoc32
o.idle:	h.psifs
o.idle:	OSLib:oslib.h.fileswitch
o.idle:	OSLib:oslib.h.fileswch32
o.idle:	OSLib:oslib.h.wimp
o.idle:	OSLib:oslib.h.osspriteop
o.idle:	OSLib:oslib.h.font
o.idle:	OSLib:oslib.h.wimp32
o.idle:	h.fs
o.idle:	OSLib:oslib.h.fileswitch
o.idle:	OSLib:oslib.h.os
o.idle:	OSLib:oslib.h.osgbpb
o.idle:	OSLib:oslib.h.osgbpb32
o.idle:	h.date
o.idle:	h.psifs
o.idle:	h.share
o.idle:	OSLib:oslib.h.os
o.idle:	h.mux
o.idle:	OSLib:oslib.h.os
o.idle:	h.frame
o.idle:	OSLib:oslib.h.os
o.idle:	h.unified
o.idle:	h.date
o.idle:	h.epoc
o.idle:	OSLib:oslib.h.macros
o.idle:	h.epoc16
o.idle:	h.epoc32
o.idle:	h.fs
o.idle:	h.ncp
o.idle:	OSLib:oslib.h.os
o.idle:	h.epoc
o.idle:	h.share
o.idle:	h.status
o.idle:	OSLib:oslib.h.os
o.idle:	h.share
o.idle:	h.debug
o.idle:	h.util
o.idle:	OSLib:oslib.h.os
o.idle:	OSLib:oslib.h.wimp
o.idle:	h.fs
o.link:	c.link
o.link:	h.link
o.link:	OSLib:oslib.h.os
o.link:	OSLib:oslib.h.types
o.link:	OSLib:oslib.h.oscore32
o.link:	OSLib:oslib.h.osf32
o.link:	h.async
o.link:	h.backtree
o.link:	h.fs
o.link:	OSLib:oslib.h.fileswitch
o.link:	OSLib:oslib.h.fileswch32
o.link:	OSLib:oslib.h.os
o.link:	OSLib:oslib.h.osgbpb
o.link:	OSLib:oslib.h.osgbpb32
o.link:	h.date
o.link:	OSLib:oslib.h.os
o.link:	h.epoc16
o.link:	h.epoc32
o.link:	h.psifs
o.link:	OSLib:oslib.h.wimp
o.link:	OSLib:oslib.h.osspriteop
o.link:	OSLib:oslib.h.font
o.link:	OSLib:oslib.h.wimp32
o.link:	h.psifs
o.link:	h.fs
o.link:	h.tar
o.link:	OSLib:oslib.h.os
o.link:	OSLib:oslib.h.osgbpb
o.link:	h.fs
o.link:	h.psifs
o.link:	h.baud
o.link:	OSLib:oslib.h.types
o.link:	h.blockdrive
o.link:	OSLib:oslib.h.os
o.link:	h.blackhole
o.link:	OSLib:oslib.h.os
o.link:	h.blockdrive
o.link:	h.ctrl
o.link:	h.debug
o.link:	h.err
o.link:	h.psifs
o.link:	h.escape
o.link:	OSLib:oslib.h.os
o.link:	h.fs
o.link:	h.mem
o.link:	OSLib:oslib.h.os
o.link:	h.mirror
o.link:	OSLib:oslib.h.os
o.link:	h.pollword
o.link:	OSLib:oslib.h.os
o.link:	h.psifs
o.link:	h.sema
o.link:	OSLib:oslib.h.types
o.link:	h.sleep
o.link:	OSLib:oslib.h.os
o.link:	h.stats
o.link:	OSLib:oslib.h.types
o.link:	h.sysvar
o.link:	OSLib:oslib.h.os
o.link:	h.user
o.link:	OSLib:oslib.h.os
o.link:	h.psifs
o.link:	h.util
o.link:	OSLib:oslib.h.os
o.link:	OSLib:oslib.h.wimp
o.link:	h.fs
o.link:	h.wimpfilt
o.link:	h.psifs
o.link:	OSLib:oslib.h.wimp
o.lnkchan:	c.lnkchan
o.lnkchan:	h.lnkchan
o.lnkchan:	OSLib:oslib.h.os
o.lnkchan:	OSLib:oslib.h.types
o.lnkchan:	OSLib:oslib.h.oscore32
o.lnkchan:	OSLib:oslib.h.osf32
o.lnkchan:	h.share
o.lnkchan:	OSLib:oslib.h.os
o.lnkchan:	h.mux
o.lnkchan:	OSLib:oslib.h.os
o.lnkchan:	h.frame
o.lnkchan:	OSLib:oslib.h.os
o.lnkchan:	h.debug
o.lnkchan:	h.err
o.lnkchan:	h.psifs
o.lnkchan:	OSLib:oslib.h.fileswitch
o.lnkchan:	OSLib:oslib.h.fileswch32
o.lnkchan:	OSLib:oslib.h.wimp
o.lnkchan:	OSLib:oslib.h.osspriteop
o.lnkchan:	OSLib:oslib.h.font
o.lnkchan:	OSLib:oslib.h.wimp32
o.lnkchan:	h.mux
o.lnkchan:	h.parse
o.lnkchan:	OSLib:oslib.h.os
o.lnkchan:	h.frame
o.lnkchan:	h.status
o.lnkchan:	OSLib:oslib.h.os
o.main:	c.main
o.main:	CLib:h.kernel
o.main:	OSLib:oslib.h.fileswitch
o.main:	OSLib:oslib.h.types
o.main:	OSLib:oslib.h.os
o.main:	OSLib:oslib.h.oscore32
o.main:	OSLib:oslib.h.osf32
o.main:	OSLib:oslib.h.fileswch32
o.main:	OSLib:oslib.h.filter
o.main:	OSLib:oslib.h.wimp
o.main:	OSLib:oslib.h.osspriteop
o.main:	OSLib:oslib.h.font
o.main:	OSLib:oslib.h.wimp32
o.main:	OSLib:oslib.h.free
o.main:	OSLib:oslib.h.os
o.main:	OSLib:oslib.h.osfile
o.main:	OSLib:oslib.h.osfscontrol
o.main:	OSLib:oslib.h.osfsctrl32
o.main:	h.ctrl
o.main:	h.debug
o.main:	h.fs
o.main:	OSLib:oslib.h.fileswitch
o.main:	OSLib:oslib.h.os
o.main:	OSLib:oslib.h.osgbpb
o.main:	OSLib:oslib.h.osgbpb32
o.main:	h.date
o.main:	OSLib:oslib.h.os
o.main:	h.epoc16
o.main:	h.epoc32
o.main:	h.psifs
o.main:	h.psifs
o.main:	h.link
o.main:	OSLib:oslib.h.os
o.main:	h.mem
o.main:	OSLib:oslib.h.os
o.main:	h.module
o.main:	OSLibInclude:h.os
o.main:	h.pollword
o.main:	OSLib:oslib.h.os
o.main:	h.psifs
o.main:	h.veneer
o.main:	h.wimpfilt
o.main:	h.psifs
o.main:	OSLib:oslib.h.wimp
o.mem:	c.mem
o.mem:	h.mem
o.mem:	OSLib:oslib.h.os
o.mem:	OSLib:oslib.h.types
o.mem:	OSLib:oslib.h.oscore32
o.mem:	OSLib:oslib.h.osf32
o.mem:	OSLib:oslib.h.macros
o.mem:	OSLib:oslib.h.os
o.mem:	OSLib:oslib.h.osheap
o.mem:	h.debug
o.mem:	h.fs
o.mem:	OSLib:oslib.h.fileswitch
o.mem:	OSLib:oslib.h.fileswch32
o.mem:	OSLib:oslib.h.os
o.mem:	OSLib:oslib.h.osgbpb
o.mem:	OSLib:oslib.h.osgbpb32
o.mem:	h.date
o.mem:	OSLib:oslib.h.os
o.mem:	h.epoc16
o.mem:	h.epoc32
o.mem:	h.psifs
o.mem:	OSLib:oslib.h.wimp
o.mem:	OSLib:oslib.h.osspriteop
o.mem:	OSLib:oslib.h.font
o.mem:	OSLib:oslib.h.wimp32
o.mem:	h.psifs
o.mirror:	c.mirror
o.mirror:	h.mirror
o.mirror:	OSLib:oslib.h.os
o.mirror:	OSLib:oslib.h.types
o.mirror:	OSLib:oslib.h.oscore32
o.mirror:	OSLib:oslib.h.osf32
o.mirror:	OSLib:oslib.h.fileswitch
o.mirror:	OSLib:oslib.h.fileswch32
o.mirror:	OSLib:oslib.h.osmodule
o.mirror:	h.debug
o.mirror:	h.err
o.mirror:	h.psifs
o.mirror:	OSLib:oslib.h.wimp
o.mirror:	OSLib:oslib.h.osspriteop
o.mirror:	OSLib:oslib.h.font
o.mirror:	OSLib:oslib.h.wimp32
o.mirror:	h.psifs
o.mux:	c.mux
o.mux:	h.mux
o.mux:	OSLib:oslib.h.os
o.mux:	OSLib:oslib.h.types
o.mux:	OSLib:oslib.h.oscore32
o.mux:	OSLib:oslib.h.osf32
o.mux:	h.frame
o.mux:	OSLib:oslib.h.os
o.mux:	OSLib:oslib.h.macros
o.mux:	h.connect
o.mux:	h.frame
o.mux:	h.debug
o.mux:	h.err
o.mux:	h.psifs
o.mux:	OSLib:oslib.h.fileswitch
o.mux:	OSLib:oslib.h.fileswch32
o.mux:	OSLib:oslib.h.wimp
o.mux:	OSLib:oslib.h.osspriteop
o.mux:	OSLib:oslib.h.font
o.mux:	OSLib:oslib.h.wimp32
o.mux:	h.escape
o.mux:	OSLib:oslib.h.os
o.mux:	h.link
o.mux:	OSLib:oslib.h.os
o.mux:	h.lnkchan
o.mux:	OSLib:oslib.h.os
o.mux:	h.share
o.mux:	OSLib:oslib.h.os
o.mux:	h.mux
o.mux:	h.mem
o.mux:	OSLib:oslib.h.os
o.mux:	h.ncp
o.mux:	OSLib:oslib.h.os
o.mux:	h.epoc
o.mux:	OSLib:oslib.h.macros
o.mux:	h.epoc16
o.mux:	h.epoc32
o.mux:	h.psifs
o.mux:	h.share
o.mux:	h.status
o.mux:	OSLib:oslib.h.os
o.mux:	h.parse
o.mux:	OSLib:oslib.h.os
o.mux:	h.frame
o.mux:	h.rfsv16
o.mux:	OSLib:oslib.h.os
o.mux:	h.epoc16
o.mux:	h.share
o.mux:	h.status
o.mux:	h.rfsv32
o.mux:	OSLib:oslib.h.os
o.mux:	h.epoc32
o.mux:	h.share
o.mux:	h.status
o.mux:	h.status
o.mux:	h.unified
o.mux:	h.date
o.mux:	OSLib:oslib.h.os
o.mux:	h.epoc16
o.mux:	h.epoc32
o.mux:	h.epoc
o.mux:	h.fs
o.mux:	OSLib:oslib.h.fileswitch
o.mux:	OSLib:oslib.h.os
o.mux:	OSLib:oslib.h.osgbpb
o.mux:	OSLib:oslib.h.osgbpb32
o.mux:	h.date
o.mux:	h.psifs
o.mux:	h.ncp
o.mux:	h.share
o.mux:	h.util
o.mux:	OSLib:oslib.h.os
o.mux:	OSLib:oslib.h.wimp
o.mux:	h.fs
o.name:	c.name
o.name:	h.name
o.name:	OSLib:oslib.h.os
o.name:	OSLib:oslib.h.types
o.name:	OSLib:oslib.h.oscore32
o.name:	OSLib:oslib.h.osf32
o.name:	h.code
o.name:	OSLib:oslib.h.os
o.name:	h.psifs
o.name:	OSLib:oslib.h.fileswitch
o.name:	OSLib:oslib.h.fileswch32
o.name:	OSLib:oslib.h.wimp
o.name:	OSLib:oslib.h.osspriteop
o.name:	OSLib:oslib.h.font
o.name:	OSLib:oslib.h.wimp32
o.name:	h.epoc
o.name:	OSLib:oslib.h.macros
o.name:	h.epoc16
o.name:	h.epoc32
o.name:	h.psifs
o.name:	h.err
o.name:	h.psifs
o.name:	h.fs
o.name:	OSLib:oslib.h.fileswitch
o.name:	OSLib:oslib.h.os
o.name:	OSLib:oslib.h.osgbpb
o.name:	OSLib:oslib.h.osgbpb32
o.name:	h.date
o.name:	OSLib:oslib.h.os
o.name:	h.epoc16
o.name:	h.epoc32
o.name:	h.psifs
o.name:	h.sis
o.name:	OSLib:oslib.h.os
o.name:	OSLib:oslib.h.osgbpb
o.name:	h.epoc32
o.name:	h.fs
o.name:	h.util
o.name:	OSLib:oslib.h.os
o.name:	OSLib:oslib.h.wimp
o.name:	h.fs
o.ncp:	c.ncp
o.ncp:	h.ncp
o.ncp:	OSLib:oslib.h.os
o.ncp:	OSLib:oslib.h.types
o.ncp:	OSLib:oslib.h.oscore32
o.ncp:	OSLib:oslib.h.osf32
o.ncp:	h.epoc
o.ncp:	OSLib:oslib.h.macros
o.ncp:	h.epoc16
o.ncp:	h.epoc32
o.ncp:	h.psifs
o.ncp:	OSLib:oslib.h.fileswitch
o.ncp:	OSLib:oslib.h.fileswch32
o.ncp:	OSLib:oslib.h.wimp
o.ncp:	OSLib:oslib.h.osspriteop
o.ncp:	OSLib:oslib.h.font
o.ncp:	OSLib:oslib.h.wimp32
o.ncp:	h.share
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.mux
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.frame
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.status
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.debug
o.ncp:	h.err
o.ncp:	h.psifs
o.ncp:	h.lnkchan
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.share
o.ncp:	h.mux
o.ncp:	h.ncpfile
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.share
o.ncp:	h.parse
o.ncp:	OSLib:oslib.h.os
o.ncp:	h.frame
o.ncpfile:	c.ncpfile
o.ncpfile:	h.ncpfile
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	OSLib:oslib.h.types
o.ncpfile:	OSLib:oslib.h.oscore32
o.ncpfile:	OSLib:oslib.h.osf32
o.ncpfile:	h.share
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	h.mux
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	h.frame
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	h.err
o.ncpfile:	h.psifs
o.ncpfile:	OSLib:oslib.h.fileswitch
o.ncpfile:	OSLib:oslib.h.fileswch32
o.ncpfile:	OSLib:oslib.h.wimp
o.ncpfile:	OSLib:oslib.h.osspriteop
o.ncpfile:	OSLib:oslib.h.font
o.ncpfile:	OSLib:oslib.h.wimp32
o.ncpfile:	h.upload
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	h.fs
o.ncpfile:	OSLib:oslib.h.fileswitch
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	OSLib:oslib.h.osgbpb
o.ncpfile:	OSLib:oslib.h.osgbpb32
o.ncpfile:	h.date
o.ncpfile:	OSLib:oslib.h.os
o.ncpfile:	h.epoc16
o.ncpfile:	h.epoc32
o.ncpfile:	h.psifs
o.ncpfile:	h.psifs
o.ncpfile:	h.share
o.parse:	c.parse
o.parse:	h.parse
o.parse:	OSLib:oslib.h.os
o.parse:	OSLib:oslib.h.types
o.parse:	OSLib:oslib.h.oscore32
o.parse:	OSLib:oslib.h.osf32
o.parse:	h.frame
o.parse:	OSLib:oslib.h.os
o.parse:	h.err
o.parse:	h.psifs
o.parse:	OSLib:oslib.h.fileswitch
o.parse:	OSLib:oslib.h.fileswch32
o.parse:	OSLib:oslib.h.wimp
o.parse:	OSLib:oslib.h.osspriteop
o.parse:	OSLib:oslib.h.font
o.parse:	OSLib:oslib.h.wimp32
o.pollword:	c.pollword
o.pollword:	h.pollword
o.pollword:	OSLib:oslib.h.os
o.pollword:	OSLib:oslib.h.types
o.pollword:	OSLib:oslib.h.oscore32
o.pollword:	OSLib:oslib.h.osf32
o.pollword:	h.psifs
o.pollword:	OSLib:oslib.h.fileswitch
o.pollword:	OSLib:oslib.h.fileswch32
o.pollword:	OSLib:oslib.h.wimp
o.pollword:	OSLib:oslib.h.osspriteop
o.pollword:	OSLib:oslib.h.font
o.pollword:	OSLib:oslib.h.wimp32
o.pollword:	h.ctrl
o.pollword:	h.debug
o.pollword:	h.err
o.pollword:	h.psifs
o.pollword:	h.mem
o.pollword:	OSLib:oslib.h.os
o.pollword:	h.wimpfilt
o.pollword:	h.psifs
o.pollword:	OSLib:oslib.h.wimp
o.print:	c.print
o.print:	h.print
o.print:	OSLib:oslib.h.os
o.print:	OSLib:oslib.h.types
o.print:	OSLib:oslib.h.oscore32
o.print:	OSLib:oslib.h.osf32
o.print:	h.fs
o.print:	OSLib:oslib.h.fileswitch
o.print:	OSLib:oslib.h.fileswch32
o.print:	OSLib:oslib.h.os
o.print:	OSLib:oslib.h.osgbpb
o.print:	OSLib:oslib.h.osgbpb32
o.print:	h.date
o.print:	OSLib:oslib.h.os
o.print:	h.epoc16
o.print:	h.epoc32
o.print:	h.psifs
o.print:	OSLib:oslib.h.wimp
o.print:	OSLib:oslib.h.osspriteop
o.print:	OSLib:oslib.h.font
o.print:	OSLib:oslib.h.wimp32
o.print:	h.psifs
o.print:	OSLib:oslib.h.osargs
o.print:	OSLib:oslib.h.osargs32
o.print:	OSLib:oslib.h.osfile
o.print:	OSLib:oslib.h.osfind
o.print:	OSLib:oslib.h.osfind32
o.print:	h.ctrl
o.print:	h.debug
o.print:	h.err
o.print:	h.psifs
o.print:	h.idle
o.print:	OSLib:oslib.h.os
o.print:	h.pollword
o.print:	OSLib:oslib.h.os
o.print:	h.psifs
o.printing:	c.printing
o.printing:	h.printing
o.printing:	OSLib:oslib.h.os
o.printing:	OSLib:oslib.h.types
o.printing:	OSLib:oslib.h.oscore32
o.printing:	OSLib:oslib.h.osf32
o.printing:	h.psifs
o.printing:	OSLib:oslib.h.fileswitch
o.printing:	OSLib:oslib.h.fileswch32
o.printing:	OSLib:oslib.h.wimp
o.printing:	OSLib:oslib.h.osspriteop
o.printing:	OSLib:oslib.h.font
o.printing:	OSLib:oslib.h.wimp32
o.printing:	OSLib:oslib.h.osfile
o.printing:	OSLib:oslib.h.osfind
o.printing:	OSLib:oslib.h.osfind32
o.printing:	OSLib:oslib.h.osfscontrol
o.printing:	OSLib:oslib.h.osfsctrl32
o.printing:	h.wprt
o.printing:	OSLib:oslib.h.os
o.printing:	h.debug
o.printing:	h.err
o.printing:	h.psifs
o.printing:	h.idle
o.printing:	OSLib:oslib.h.os
o.printing:	h.mem
o.printing:	OSLib:oslib.h.os
o.printing:	h.pollword
o.printing:	OSLib:oslib.h.os
o.printing:	h.psifs
o.printing:	h.util
o.printing:	OSLib:oslib.h.os
o.printing:	OSLib:oslib.h.wimp
o.printing:	h.fs
o.printing:	OSLib:oslib.h.fileswitch
o.printing:	OSLib:oslib.h.os
o.printing:	OSLib:oslib.h.osgbpb
o.printing:	OSLib:oslib.h.osgbpb32
o.printing:	h.date
o.printing:	OSLib:oslib.h.os
o.printing:	h.epoc16
o.printing:	h.epoc32
o.printing:	h.psifs
o.printing:	h.psifs
o.rclip:	c.rclip
o.rclip:	h.rclip
o.rclip:	OSLib:oslib.h.os
o.rclip:	OSLib:oslib.h.types
o.rclip:	OSLib:oslib.h.oscore32
o.rclip:	OSLib:oslib.h.osf32
o.rclip:	h.clipboard
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.psifs
o.rclip:	OSLib:oslib.h.fileswitch
o.rclip:	OSLib:oslib.h.fileswch32
o.rclip:	OSLib:oslib.h.wimp
o.rclip:	OSLib:oslib.h.osspriteop
o.rclip:	OSLib:oslib.h.font
o.rclip:	OSLib:oslib.h.wimp32
o.rclip:	h.clipfile
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.share
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.mux
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.frame
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.debug
o.rclip:	h.err
o.rclip:	h.psifs
o.rclip:	h.lnkchan
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.share
o.rclip:	h.mux
o.rclip:	h.parse
o.rclip:	OSLib:oslib.h.os
o.rclip:	h.frame
o.rfsv16:	c.rfsv16
o.rfsv16:	h.rfsv16
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	OSLib:oslib.h.types
o.rfsv16:	OSLib:oslib.h.oscore32
o.rfsv16:	OSLib:oslib.h.osf32
o.rfsv16:	h.epoc16
o.rfsv16:	h.share
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.mux
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.frame
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.status
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.debug
o.rfsv16:	h.err
o.rfsv16:	h.psifs
o.rfsv16:	OSLib:oslib.h.fileswitch
o.rfsv16:	OSLib:oslib.h.fileswch32
o.rfsv16:	OSLib:oslib.h.wimp
o.rfsv16:	OSLib:oslib.h.osspriteop
o.rfsv16:	OSLib:oslib.h.font
o.rfsv16:	OSLib:oslib.h.wimp32
o.rfsv16:	h.lnkchan
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.share
o.rfsv16:	h.mux
o.rfsv16:	h.parse
o.rfsv16:	OSLib:oslib.h.os
o.rfsv16:	h.frame
o.rfsv32:	c.rfsv32
o.rfsv32:	h.rfsv32
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	OSLib:oslib.h.types
o.rfsv32:	OSLib:oslib.h.oscore32
o.rfsv32:	OSLib:oslib.h.osf32
o.rfsv32:	h.epoc32
o.rfsv32:	h.psifs
o.rfsv32:	OSLib:oslib.h.fileswitch
o.rfsv32:	OSLib:oslib.h.fileswch32
o.rfsv32:	OSLib:oslib.h.wimp
o.rfsv32:	OSLib:oslib.h.osspriteop
o.rfsv32:	OSLib:oslib.h.font
o.rfsv32:	OSLib:oslib.h.wimp32
o.rfsv32:	h.share
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.mux
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.frame
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.status
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.debug
o.rfsv32:	h.err
o.rfsv32:	h.psifs
o.rfsv32:	h.lnkchan
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.share
o.rfsv32:	h.mux
o.rfsv32:	h.parse
o.rfsv32:	OSLib:oslib.h.os
o.rfsv32:	h.frame
o.sema: s.sema
o.sema: AT:Hdr.macros
o.share:	c.share
o.share:	h.share
o.share:	OSLib:oslib.h.os
o.share:	OSLib:oslib.h.types
o.share:	OSLib:oslib.h.oscore32
o.share:	OSLib:oslib.h.osf32
o.share:	h.mux
o.share:	OSLib:oslib.h.os
o.share:	h.frame
o.share:	OSLib:oslib.h.os
o.share:	h.debug
o.share:	h.err
o.share:	h.psifs
o.share:	OSLib:oslib.h.fileswitch
o.share:	OSLib:oslib.h.fileswch32
o.share:	OSLib:oslib.h.wimp
o.share:	OSLib:oslib.h.osspriteop
o.share:	OSLib:oslib.h.font
o.share:	OSLib:oslib.h.wimp32
o.share:	h.link
o.share:	OSLib:oslib.h.os
o.share:	h.mem
o.share:	OSLib:oslib.h.os
o.share:	h.util
o.share:	OSLib:oslib.h.os
o.share:	OSLib:oslib.h.wimp
o.share:	h.fs
o.share:	OSLib:oslib.h.fileswitch
o.share:	OSLib:oslib.h.os
o.share:	OSLib:oslib.h.osgbpb
o.share:	OSLib:oslib.h.osgbpb32
o.share:	h.date
o.share:	OSLib:oslib.h.os
o.share:	h.epoc16
o.share:	h.epoc32
o.share:	h.psifs
o.share:	h.psifs
o.sis:	c.sis
o.sis:	h.sis
o.sis:	OSLib:oslib.h.os
o.sis:	OSLib:oslib.h.types
o.sis:	OSLib:oslib.h.oscore32
o.sis:	OSLib:oslib.h.osf32
o.sis:	OSLib:oslib.h.osgbpb
o.sis:	OSLib:oslib.h.fileswitch
o.sis:	OSLib:oslib.h.fileswch32
o.sis:	OSLib:oslib.h.osgbpb32
o.sis:	h.epoc32
o.sis:	h.psifs
o.sis:	OSLib:oslib.h.wimp
o.sis:	OSLib:oslib.h.osspriteop
o.sis:	OSLib:oslib.h.font
o.sis:	OSLib:oslib.h.wimp32
o.sis:	h.fs
o.sis:	OSLib:oslib.h.fileswitch
o.sis:	OSLib:oslib.h.os
o.sis:	OSLib:oslib.h.osgbpb
o.sis:	h.date
o.sis:	OSLib:oslib.h.os
o.sis:	h.epoc16
o.sis:	h.epoc32
o.sis:	h.psifs
o.sis:	OSLib:oslib.h.osargs
o.sis:	OSLib:oslib.h.osargs32
o.sis:	OSLib:oslib.h.osfind
o.sis:	OSLib:oslib.h.osfind32
o.sis:	OSLib:oslib.h.osfscontrol
o.sis:	OSLib:oslib.h.osfsctrl32
o.sis:	h.cache
o.sis:	h.date
o.sis:	h.fs
o.sis:	h.share
o.sis:	OSLib:oslib.h.os
o.sis:	h.mux
o.sis:	OSLib:oslib.h.os
o.sis:	h.frame
o.sis:	OSLib:oslib.h.os
o.sis:	h.unified
o.sis:	h.date
o.sis:	h.epoc
o.sis:	OSLib:oslib.h.macros
o.sis:	h.epoc16
o.sis:	h.epoc32
o.sis:	h.fs
o.sis:	h.ncp
o.sis:	OSLib:oslib.h.os
o.sis:	h.epoc
o.sis:	h.share
o.sis:	h.status
o.sis:	OSLib:oslib.h.os
o.sis:	h.share
o.sis:	h.code
o.sis:	OSLib:oslib.h.os
o.sis:	h.psifs
o.sis:	h.crc
o.sis:	OSLib:oslib.h.types
o.sis:	h.ctrl
o.sis:	h.debug
o.sis:	h.err
o.sis:	h.psifs
o.sis:	h.fs
o.sis:	h.mem
o.sis:	OSLib:oslib.h.os
o.sis:	h.name
o.sis:	OSLib:oslib.h.os
o.sis:	h.uid
o.sis:	OSLib:oslib.h.osfile
o.sis:	h.epoc32
o.sleep: s.sleep
o.sleep: OS:Hdr.OS
o.sleep: OSLib:oslib.Hdr.Types
o.sleep: OS:Hdr.TaskWindow
o.sleep: OSLib:oslib.Hdr.WIMP
o.sleep: OSLib:oslib.Hdr.OSSpriteOp
o.sleep: OSLib:oslib.Hdr.Font
o.sleep: AT:Hdr.macros
o.stats:	c.stats
o.stats:	h.stats
o.stats:	OSLib:oslib.h.types
o.status:	c.status
o.status:	h.status
o.status:	OSLib:oslib.h.os
o.status:	OSLib:oslib.h.types
o.status:	OSLib:oslib.h.oscore32
o.status:	OSLib:oslib.h.osf32
o.status:	h.err
o.status:	h.psifs
o.status:	OSLib:oslib.h.fileswitch
o.status:	OSLib:oslib.h.fileswch32
o.status:	OSLib:oslib.h.wimp
o.status:	OSLib:oslib.h.osspriteop
o.status:	OSLib:oslib.h.font
o.status:	OSLib:oslib.h.wimp32
o.swi:	c.swi
o.swi:	CLib:h.kernel
o.swi:	OSLib:oslib.h.os
o.swi:	OSLib:oslib.h.types
o.swi:	OSLib:oslib.h.oscore32
o.swi:	OSLib:oslib.h.osf32
o.swi:	h.async
o.swi:	h.backtree
o.swi:	h.fs
o.swi:	OSLib:oslib.h.fileswitch
o.swi:	OSLib:oslib.h.fileswch32
o.swi:	OSLib:oslib.h.os
o.swi:	OSLib:oslib.h.osgbpb
o.swi:	OSLib:oslib.h.osgbpb32
o.swi:	h.date
o.swi:	OSLib:oslib.h.os
o.swi:	h.epoc16
o.swi:	h.epoc32
o.swi:	h.psifs
o.swi:	OSLib:oslib.h.wimp
o.swi:	OSLib:oslib.h.osspriteop
o.swi:	OSLib:oslib.h.font
o.swi:	OSLib:oslib.h.wimp32
o.swi:	h.psifs
o.swi:	h.fs
o.swi:	h.tar
o.swi:	OSLib:oslib.h.os
o.swi:	OSLib:oslib.h.osgbpb
o.swi:	h.fs
o.swi:	h.psifs
o.swi:	h.cache
o.swi:	h.date
o.swi:	h.fs
o.swi:	h.share
o.swi:	OSLib:oslib.h.os
o.swi:	h.mux
o.swi:	OSLib:oslib.h.os
o.swi:	h.frame
o.swi:	OSLib:oslib.h.os
o.swi:	h.unified
o.swi:	h.date
o.swi:	h.epoc
o.swi:	OSLib:oslib.h.macros
o.swi:	h.epoc16
o.swi:	h.epoc32
o.swi:	h.fs
o.swi:	h.ncp
o.swi:	OSLib:oslib.h.os
o.swi:	h.epoc
o.swi:	h.share
o.swi:	h.status
o.swi:	OSLib:oslib.h.os
o.swi:	h.share
o.swi:	h.clipboard
o.swi:	OSLib:oslib.h.os
o.swi:	h.psifs
o.swi:	h.code
o.swi:	OSLib:oslib.h.os
o.swi:	h.psifs
o.swi:	h.connect
o.swi:	h.frame
o.swi:	h.ctrl
o.swi:	h.debug
o.swi:	h.err
o.swi:	h.psifs
o.swi:	h.idle
o.swi:	OSLib:oslib.h.os
o.swi:	h.link
o.swi:	OSLib:oslib.h.os
o.swi:	h.module
o.swi:	OSLibInclude:h.os
o.swi:	h.pollword
o.swi:	OSLib:oslib.h.os
o.swi:	h.psifs
o.swi:	h.print
o.swi:	OSLib:oslib.h.os
o.swi:	h.fs
o.swi:	h.printing
o.swi:	OSLib:oslib.h.os
o.swi:	h.psifs
o.swi:	h.psifs
o.swi:	h.stats
o.swi:	OSLib:oslib.h.types
o.swi:	h.uid
o.swi:	OSLib:oslib.h.osfile
o.swi:	h.epoc32
o.swi:	h.user
o.swi:	OSLib:oslib.h.os
o.swi:	h.psifs
o.swi:	h.wimpfilt
o.swi:	h.psifs
o.swi:	OSLib:oslib.h.wimp
o.sysvar:	c.sysvar
o.sysvar:	h.sysvar
o.sysvar:	OSLib:oslib.h.os
o.sysvar:	OSLib:oslib.h.types
o.sysvar:	OSLib:oslib.h.oscore32
o.sysvar:	OSLib:oslib.h.osf32
o.sysvar:	CLib:h.kernel
o.sysvar:	h.ctrl
o.sysvar:	h.err
o.sysvar:	h.psifs
o.sysvar:	OSLib:oslib.h.fileswitch
o.sysvar:	OSLib:oslib.h.fileswch32
o.sysvar:	OSLib:oslib.h.wimp
o.sysvar:	OSLib:oslib.h.osspriteop
o.sysvar:	OSLib:oslib.h.font
o.sysvar:	OSLib:oslib.h.wimp32
o.sysvar:	h.mem
o.sysvar:	OSLib:oslib.h.os
o.tar:	c.tar
o.tar:	h.tar
o.tar:	OSLib:oslib.h.os
o.tar:	OSLib:oslib.h.types
o.tar:	OSLib:oslib.h.oscore32
o.tar:	OSLib:oslib.h.osf32
o.tar:	OSLib:oslib.h.osgbpb
o.tar:	OSLib:oslib.h.fileswitch
o.tar:	OSLib:oslib.h.fileswch32
o.tar:	OSLib:oslib.h.osgbpb32
o.tar:	h.fs
o.tar:	OSLib:oslib.h.fileswitch
o.tar:	OSLib:oslib.h.os
o.tar:	OSLib:oslib.h.osgbpb
o.tar:	h.date
o.tar:	OSLib:oslib.h.os
o.tar:	h.epoc16
o.tar:	h.epoc32
o.tar:	h.psifs
o.tar:	OSLib:oslib.h.wimp
o.tar:	OSLib:oslib.h.osspriteop
o.tar:	OSLib:oslib.h.font
o.tar:	OSLib:oslib.h.wimp32
o.tar:	h.psifs
o.tar:	OSLib:oslib.h.hourglass
o.tar:	OSLib:oslib.h.macros
o.tar:	OSLib:oslib.h.osargs
o.tar:	OSLib:oslib.h.osargs32
o.tar:	OSLib:oslib.h.osfind
o.tar:	OSLib:oslib.h.osfind32
o.tar:	OSLib:oslib.h.osfile
o.tar:	h.attr
o.tar:	OSLib:oslib.h.fileswitch
o.tar:	h.epoc16
o.tar:	h.epoc32
o.tar:	h.date
o.tar:	h.debug
o.tar:	h.err
o.tar:	h.psifs
o.tar:	h.mem
o.tar:	OSLib:oslib.h.os
o.tar:	h.name
o.tar:	OSLib:oslib.h.os
o.tar:	h.util
o.tar:	OSLib:oslib.h.os
o.tar:	OSLib:oslib.h.wimp
o.tar:	h.fs
o.test:	c.test
o.test:	h.test
o.test:	OSLib:oslib.h.os
o.test:	OSLib:oslib.h.types
o.test:	OSLib:oslib.h.oscore32
o.test:	OSLib:oslib.h.osf32
o.test:	h.module
o.test:	OSLibInclude:h.os
o.test:	h.rclip
o.test:	OSLib:oslib.h.os
o.timer:	c.timer
o.timer:	h.timer
o.timer:	h.share
o.timer:	OSLib:oslib.h.os
o.timer:	OSLib:oslib.h.types
o.timer:	OSLib:oslib.h.oscore32
o.timer:	OSLib:oslib.h.osf32
o.timer:	h.mux
o.timer:	OSLib:oslib.h.os
o.timer:	h.frame
o.timer:	OSLib:oslib.h.os
o.timer:	OSLib:oslib.h.macros
o.timer:	h.debug
o.timer:	h.err
o.timer:	h.psifs
o.timer:	OSLib:oslib.h.fileswitch
o.timer:	OSLib:oslib.h.fileswch32
o.timer:	OSLib:oslib.h.wimp
o.timer:	OSLib:oslib.h.osspriteop
o.timer:	OSLib:oslib.h.font
o.timer:	OSLib:oslib.h.wimp32
o.timer:	h.link
o.timer:	OSLib:oslib.h.os
o.timer:	h.mem
o.timer:	OSLib:oslib.h.os
o.timer:	h.util
o.timer:	OSLib:oslib.h.os
o.timer:	OSLib:oslib.h.wimp
o.timer:	h.fs
o.timer:	OSLib:oslib.h.fileswitch
o.timer:	OSLib:oslib.h.os
o.timer:	OSLib:oslib.h.osgbpb
o.timer:	OSLib:oslib.h.osgbpb32
o.timer:	h.date
o.timer:	OSLib:oslib.h.os
o.timer:	h.epoc16
o.timer:	h.epoc32
o.timer:	h.psifs
o.timer:	h.psifs
o.uid:	c.uid
o.uid:	h.uid
o.uid:	OSLib:oslib.h.osfile
o.uid:	OSLib:oslib.h.types
o.uid:	OSLib:oslib.h.os
o.uid:	OSLib:oslib.h.oscore32
o.uid:	OSLib:oslib.h.osf32
o.uid:	OSLib:oslib.h.fileswitch
o.uid:	OSLib:oslib.h.fileswch32
o.uid:	h.epoc32
o.uid:	h.psifs
o.uid:	OSLib:oslib.h.wimp
o.uid:	OSLib:oslib.h.osspriteop
o.uid:	OSLib:oslib.h.font
o.uid:	OSLib:oslib.h.wimp32
o.uid:	OSLib:oslib.h.mimemap
o.uid:	OSLib:oslib.h.osfscontrol
o.uid:	OSLib:oslib.h.osfsctrl32
o.uid:	h.crc
o.uid:	OSLib:oslib.h.types
o.uid:	h.ctrl
o.uid:	h.err
o.uid:	h.psifs
o.uid:	h.mem
o.uid:	OSLib:oslib.h.os
o.unified:	c.unified
o.unified:	h.unified
o.unified:	h.date
o.unified:	OSLib:oslib.h.os
o.unified:	OSLib:oslib.h.types
o.unified:	OSLib:oslib.h.oscore32
o.unified:	OSLib:oslib.h.osf32
o.unified:	h.epoc16
o.unified:	h.epoc32
o.unified:	h.psifs
o.unified:	OSLib:oslib.h.fileswitch
o.unified:	OSLib:oslib.h.fileswch32
o.unified:	OSLib:oslib.h.wimp
o.unified:	OSLib:oslib.h.osspriteop
o.unified:	OSLib:oslib.h.font
o.unified:	OSLib:oslib.h.wimp32
o.unified:	h.epoc
o.unified:	OSLib:oslib.h.macros
o.unified:	h.epoc16
o.unified:	h.epoc32
o.unified:	h.fs
o.unified:	OSLib:oslib.h.fileswitch
o.unified:	OSLib:oslib.h.os
o.unified:	OSLib:oslib.h.osgbpb
o.unified:	OSLib:oslib.h.osgbpb32
o.unified:	h.date
o.unified:	h.psifs
o.unified:	h.ncp
o.unified:	OSLib:oslib.h.os
o.unified:	h.epoc
o.unified:	h.share
o.unified:	OSLib:oslib.h.os
o.unified:	h.mux
o.unified:	OSLib:oslib.h.os
o.unified:	h.frame
o.unified:	OSLib:oslib.h.os
o.unified:	h.status
o.unified:	OSLib:oslib.h.os
o.unified:	h.share
o.unified:	OSLib:oslib.h.macros
o.unified:	h.attr
o.unified:	OSLib:oslib.h.fileswitch
o.unified:	h.epoc16
o.unified:	h.epoc32
o.unified:	h.cache
o.unified:	h.date
o.unified:	h.fs
o.unified:	h.share
o.unified:	h.unified
o.unified:	h.code
o.unified:	OSLib:oslib.h.os
o.unified:	h.psifs
o.unified:	h.debug
o.unified:	h.err
o.unified:	h.psifs
o.unified:	h.link
o.unified:	OSLib:oslib.h.os
o.unified:	h.mem
o.unified:	OSLib:oslib.h.os
o.unified:	h.name
o.unified:	OSLib:oslib.h.os
o.unified:	h.ncp
o.unified:	h.rfsv16
o.unified:	OSLib:oslib.h.os
o.unified:	h.epoc16
o.unified:	h.share
o.unified:	h.status
o.unified:	h.rfsv32
o.unified:	OSLib:oslib.h.os
o.unified:	h.epoc32
o.unified:	h.share
o.unified:	h.status
o.unified:	h.timer
o.unified:	h.share
o.unified:	h.uid
o.unified:	OSLib:oslib.h.osfile
o.unified:	h.epoc32
o.unified:	h.upload
o.unified:	OSLib:oslib.h.os
o.unified:	h.fs
o.unified:	h.share
o.unified:	h.util
o.unified:	OSLib:oslib.h.os
o.unified:	OSLib:oslib.h.wimp
o.unified:	h.fs
o.unified:	h.wildcard
o.upcall:	c.upcall
o.upcall:	h.upcall
o.upcall:	OSLib:oslib.h.os
o.upcall:	OSLib:oslib.h.types
o.upcall:	OSLib:oslib.h.oscore32
o.upcall:	OSLib:oslib.h.osf32
o.upcall:	h.fs
o.upcall:	OSLib:oslib.h.fileswitch
o.upcall:	OSLib:oslib.h.fileswch32
o.upcall:	OSLib:oslib.h.os
o.upcall:	OSLib:oslib.h.osgbpb
o.upcall:	OSLib:oslib.h.osgbpb32
o.upcall:	h.date
o.upcall:	OSLib:oslib.h.os
o.upcall:	h.epoc16
o.upcall:	h.epoc32
o.upcall:	h.psifs
o.upcall:	OSLib:oslib.h.wimp
o.upcall:	OSLib:oslib.h.osspriteop
o.upcall:	OSLib:oslib.h.font
o.upcall:	OSLib:oslib.h.wimp32
o.upcall:	h.psifs
o.upcall:	OSLib:oslib.h.osfile
o.upcall:	OSLib:oslib.h.osfscontrol
o.upcall:	OSLib:oslib.h.osfsctrl32
o.upcall:	h.debug
o.upcall:	h.err
o.upcall:	h.psifs
o.upcall:	h.fs
o.upload:	c.upload
o.upload:	h.upload
o.upload:	OSLib:oslib.h.os
o.upload:	OSLib:oslib.h.types
o.upload:	OSLib:oslib.h.oscore32
o.upload:	OSLib:oslib.h.osf32
o.upload:	h.fs
o.upload:	OSLib:oslib.h.fileswitch
o.upload:	OSLib:oslib.h.fileswch32
o.upload:	OSLib:oslib.h.os
o.upload:	OSLib:oslib.h.osgbpb
o.upload:	OSLib:oslib.h.osgbpb32
o.upload:	h.date
o.upload:	OSLib:oslib.h.os
o.upload:	h.epoc16
o.upload:	h.epoc32
o.upload:	h.psifs
o.upload:	OSLib:oslib.h.wimp
o.upload:	OSLib:oslib.h.osspriteop
o.upload:	OSLib:oslib.h.font
o.upload:	OSLib:oslib.h.wimp32
o.upload:	h.psifs
o.upload:	h.share
o.upload:	OSLib:oslib.h.os
o.upload:	h.mux
o.upload:	OSLib:oslib.h.os
o.upload:	h.frame
o.upload:	OSLib:oslib.h.os
o.upload:	h.debug
o.upload:	h.err
o.upload:	h.psifs
o.upload:	h.idle
o.upload:	OSLib:oslib.h.os
o.upload:	h.mem
o.upload:	OSLib:oslib.h.os
o.upload:	h.unified
o.upload:	h.date
o.upload:	h.epoc
o.upload:	OSLib:oslib.h.macros
o.upload:	h.epoc16
o.upload:	h.epoc32
o.upload:	h.fs
o.upload:	h.ncp
o.upload:	OSLib:oslib.h.os
o.upload:	h.epoc
o.upload:	h.share
o.upload:	h.status
o.upload:	OSLib:oslib.h.os
o.upload:	h.share
o.user:	c.user
o.user:	h.user
o.user:	OSLib:oslib.h.os
o.user:	OSLib:oslib.h.types
o.user:	OSLib:oslib.h.oscore32
o.user:	OSLib:oslib.h.osf32
o.user:	h.psifs
o.user:	OSLib:oslib.h.fileswitch
o.user:	OSLib:oslib.h.fileswch32
o.user:	OSLib:oslib.h.wimp
o.user:	OSLib:oslib.h.osspriteop
o.user:	OSLib:oslib.h.font
o.user:	OSLib:oslib.h.wimp32
o.user:	h.debug
o.user:	h.err
o.user:	h.psifs
o.user:	h.frame
o.user:	OSLib:oslib.h.os
o.user:	h.idle
o.user:	OSLib:oslib.h.os
o.user:	h.link
o.user:	OSLib:oslib.h.os
o.user:	h.pollword
o.user:	OSLib:oslib.h.os
o.user:	h.psifs
o.user:	h.print
o.user:	OSLib:oslib.h.os
o.user:	h.fs
o.user:	OSLib:oslib.h.fileswitch
o.user:	OSLib:oslib.h.os
o.user:	OSLib:oslib.h.osgbpb
o.user:	OSLib:oslib.h.osgbpb32
o.user:	h.date
o.user:	OSLib:oslib.h.os
o.user:	h.epoc16
o.user:	h.epoc32
o.user:	h.psifs
o.user:	h.psifs
o.util:	c.util
o.util:	h.util
o.util:	OSLib:oslib.h.os
o.util:	OSLib:oslib.h.types
o.util:	OSLib:oslib.h.oscore32
o.util:	OSLib:oslib.h.osf32
o.util:	OSLib:oslib.h.wimp
o.util:	OSLib:oslib.h.osspriteop
o.util:	OSLib:oslib.h.font
o.util:	OSLib:oslib.h.wimp32
o.util:	h.fs
o.util:	OSLib:oslib.h.fileswitch
o.util:	OSLib:oslib.h.fileswch32
o.util:	OSLib:oslib.h.os
o.util:	OSLib:oslib.h.osgbpb
o.util:	OSLib:oslib.h.osgbpb32
o.util:	h.date
o.util:	OSLib:oslib.h.os
o.util:	h.epoc16
o.util:	h.epoc32
o.util:	h.psifs
o.util:	h.psifs
o.util:	OSLib:oslib.h.macros
o.util:	OSLib:oslib.h.osbyte
o.util:	OSLib:oslib.h.osfile
o.util:	OSLib:oslib.h.osfscontrol
o.util:	OSLib:oslib.h.osfsctrl32
o.util:	h.ctrl
o.util:	h.err
o.util:	h.psifs
o.util:	h.fs
o.util:	h.sis
o.util:	OSLib:oslib.h.os
o.util:	OSLib:oslib.h.osgbpb
o.util:	h.epoc32
o.util:	h.fs
o.util:	h.tar
o.util:	OSLib:oslib.h.os
o.util:	OSLib:oslib.h.osgbpb
o.util:	h.fs
o.util:	h.wildcard
o.veneer: s.veneer
o.veneer: OS:Hdr.OS
o.veneer: OSLib:oslib.Hdr.Types
o.veneer: OS:Hdr.Types
o.veneer: AT:Hdr.macros
o.wildcard:	c.wildcard
o.wildcard:	h.wildcard
o.wildcard:	h.fs
o.wildcard:	OSLib:oslib.h.fileswitch
o.wildcard:	OSLib:oslib.h.types
o.wildcard:	OSLib:oslib.h.os
o.wildcard:	OSLib:oslib.h.oscore32
o.wildcard:	OSLib:oslib.h.osf32
o.wildcard:	OSLib:oslib.h.fileswch32
o.wildcard:	OSLib:oslib.h.os
o.wildcard:	OSLib:oslib.h.osgbpb
o.wildcard:	OSLib:oslib.h.osgbpb32
o.wildcard:	h.date
o.wildcard:	OSLib:oslib.h.os
o.wildcard:	h.epoc16
o.wildcard:	h.epoc32
o.wildcard:	h.psifs
o.wildcard:	OSLib:oslib.h.wimp
o.wildcard:	OSLib:oslib.h.osspriteop
o.wildcard:	OSLib:oslib.h.font
o.wildcard:	OSLib:oslib.h.wimp32
o.wildcard:	h.psifs
o.wimpfilt:	c.wimpfilt
o.wimpfilt:	h.wimpfilt
o.wimpfilt:	h.psifs
o.wimpfilt:	OSLib:oslib.h.types
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	OSLib:oslib.h.oscore32
o.wimpfilt:	OSLib:oslib.h.osf32
o.wimpfilt:	OSLib:oslib.h.fileswitch
o.wimpfilt:	OSLib:oslib.h.fileswch32
o.wimpfilt:	OSLib:oslib.h.wimp
o.wimpfilt:	OSLib:oslib.h.osspriteop
o.wimpfilt:	OSLib:oslib.h.font
o.wimpfilt:	OSLib:oslib.h.wimp32
o.wimpfilt:	OSLib:oslib.h.wimp
o.wimpfilt:	OSLib:oslib.h.macros
o.wimpfilt:	OSLib:oslib.h.osbyte
o.wimpfilt:	OSLib:oslib.h.osfile
o.wimpfilt:	OSLib:oslib.h.osfscontrol
o.wimpfilt:	OSLib:oslib.h.osfsctrl32
o.wimpfilt:	OSLib:oslib.h.taskmanager
o.wimpfilt:	h.ctrl
o.wimpfilt:	h.debug
o.wimpfilt:	h.err
o.wimpfilt:	h.psifs
o.wimpfilt:	h.fs
o.wimpfilt:	OSLib:oslib.h.fileswitch
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	OSLib:oslib.h.osgbpb
o.wimpfilt:	OSLib:oslib.h.osgbpb32
o.wimpfilt:	h.date
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	h.epoc16
o.wimpfilt:	h.epoc32
o.wimpfilt:	h.psifs
o.wimpfilt:	h.psifs
o.wimpfilt:	h.mem
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	h.module
o.wimpfilt:	OSLibInclude:h.os
o.wimpfilt:	h.pollword
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	h.psifs
o.wimpfilt:	h.util
o.wimpfilt:	OSLib:oslib.h.os
o.wimpfilt:	OSLib:oslib.h.wimp
o.wimpfilt:	h.fs
o.wprt:	c.wprt
o.wprt:	h.wprt
o.wprt:	OSLib:oslib.h.os
o.wprt:	OSLib:oslib.h.types
o.wprt:	OSLib:oslib.h.oscore32
o.wprt:	OSLib:oslib.h.osf32
o.wprt:	h.debug
o.wprt:	h.err
o.wprt:	h.psifs
o.wprt:	OSLib:oslib.h.fileswitch
o.wprt:	OSLib:oslib.h.fileswch32
o.wprt:	OSLib:oslib.h.wimp
o.wprt:	OSLib:oslib.h.osspriteop
o.wprt:	OSLib:oslib.h.font
o.wprt:	OSLib:oslib.h.wimp32
o.wprt:	h.lnkchan
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.share
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.mux
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.frame
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.mux
o.wprt:	h.parse
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.frame
o.wprt:	h.status
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.printing
o.wprt:	OSLib:oslib.h.os
o.wprt:	h.psifs
