Lines Matching refs:wordlist
34 \ A ficl class consists of a parent class pointer, a wordlist
40 \ cell 1: wordlist ID
101 search-wordlist
132 \ and executes the method from the class's wordlist if
172 1 ficl-named-wordlist instance-vars
207 \ private wordlist. Each IV word contains the offset
214 \ field, and restores the search order and compile wordlist to
216 \ wordlist to prevent accidental use outside a SUB END-CLASS pair.
315 search> drop \ pop struct builder wordlist
331 \ the wordlist of every class by the SUB method.
352 wordlist
365 \ now brand OBJECT's wordlist (so that ORDER can display it by name)
366 metaclass drop cell+ @ brand-wordlist
493 \ building. Pushes the instance-vars wordlist onto the search order,
494 \ and sets the compilation wordlist to be the private wordlist of the
495 \ new class. The class's wordlist is deliberately NOT in the search order -
499 wordlist
504 wid brand-wordlist \ label the subclass wordlist
515 instance-vars >search \ push struct builder wordlist
582 wordlist
590 \ now brand OBJECT's wordlist (so that ORDER can display it by name)
591 object drop cell+ @ brand-wordlist
689 \ the compiling wordlist...