Lines Matching defs:word
4 * ANS Forth SEARCH and SEARCH-EXT word-set written in C
50 * Make the compilation word list the same as the first word list in the
52 * be placed in the compilation word list. Subsequent changes in the search
53 * order will not affect the compilation word list.
72 * Return wid, the identifier of the word list that includes all standard
73 * words provided by the implementation. This word list is initially the
74 * compilation word list and is part of the initial search order.
87 * Return wid, the identifier of the compilation word list.
101 * Returns the number of word lists n in the search order and the word list
102 * identifiers widn ... wid1 identifying these word lists. wid1 identifies
103 * the word list that is searched first, and widn the word list that is
125 * Find the definition identified by the string c-addr u in the word list
135 ficlWord *word;
143 word = ficlHashLookup(hash, name, hashCode);
146 if (word) {
147 ficlStackPushPointer(vm->dataStack, word);
149 (ficlWordIsImmediate(word) ? 1 : -1));
158 * Set the compilation word list to the word list identified by wid.
173 * Set the search order to the word lists identified by widn ... wid1.
174 * Subsequently, word list wid1 will be searched first, and word list
211 * Create a new empty word list, returning its word list identifier wid.
212 * The new word list may be returned from a pool of preallocated word
214 * allow the creation of at least 8 new word lists in addition to any
352 * optional SEARCH-ORDER word set