Hash :
1a08f436
Author :
Date :
2010-08-25T09:23:17
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
id: @(#)loadcomm.fth 1.13 03/12/11 09:22:50
purpose:
copyright: Copyright 1994-2003 Sun Microsystems, Inc. All Rights Reserved
copyright: Copyright 1994 FirmWorks All Rights Reserved
copyright: Use is subject to license terms.
transient fload ${BP}/fm/lib/xref.fth resident
fload ${BP}/fm/lib/th.fth
transient fload ${BP}/fm/lib/filetool.fth resident
\ needed for dispose, savefort.fth
transient fload ${BP}/fm/lib/dispose.fth resident
transient fload ${BP}/fm/lib/showspac.fth resident
\
fload ${BP}/fm/lib/chains.fth
fload ${BP}/fm/lib/patch.fth
\ fload ${BP}/fm/kernel/hashcach.fth
headers transient alias headerless0 headers resident
fload ${BP}/fm/lib/ansiterm.fth
fload ${BP}/fm/lib/strings.fth
fload ${BP}/fm/lib/fastspac.fth
fload ${BP}/fm/lib/cirstack.fth \ Circular stack
fload ${BP}/fm/lib/pseudors.fth \ Interpretable >r and r>
fload ${BP}/fm/lib/headtool.fth
transient fload ${BP}/fm/lib/needs.fth resident
fload ${BP}/fm/lib/suspend.fth
fload ${BP}/fm/lib/util.fth
fload ${BP}/fm/lib/format.fth
fload ${BP}/fm/lib/stringar.fth
fload ${BP}/fm/lib/parses1.fth \ String parsing
fload ${BP}/fm/lib/split.fth
fload ${BP}/fm/lib/dump.fth
fload ${BP}/fm/lib/words.fth
fload ${BP}/fm/lib/decomp.fth
\ Uses over-vocabulary from words.fth
transient fload ${BP}/fm/lib/dumphead.fth resident
fload ${BP}/fm/lib/seechain.fth
fload ${BP}/fm/lib/loadedit.fth \ Command line editor module
fload ${BP}/fm/lib/caller.fth
fload ${BP}/fm/lib/callfind.fth
fload ${BP}/fm/lib/substrin.fth
fload ${BP}/fm/lib/sift.fth
fload ${BP}/fm/lib/array.fth
fload ${BP}/fm/lib/linklist.fth \ Linked list routines
fload ${BP}/fm/lib/initsave.fth \ Common code for save-forth et al