Lines Matching full:search
126 \ ** SEARCH+EXT words and ficl helpers
143 \ When executed, new voc replaces top of search stack
145 does> @ search> drop >search ;
153 \ PREVIOUS drops the search order stack
154 : previous ( -- ) search> drop ;
162 \ previous ( pop HIDDEN off the search order )
165 : hide hidden dup >search ficl-set-current ;
167 \ ALSO dups the search stack...
169 search> dup >search >search ;
171 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST
173 search> drop
174 forth-wordlist >search ;
176 \ ONLY sets the search order to a default state
180 \ ORDER displays the compile wid and the search order list
193 ." Search:" cr
236 previous \ lose hidden words from search order