/**-- CHAINLIST words - executable WORDLISTs Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE @(#) %derived_by: guidod % @version %version: 1.14 % (%date_modified: Wed Jul 10 18:15:05 2002 %) @description This wordset implements CHAINLISTs. Unlike standard search-order WORDLISTs, these are never hashed lists, instead they are always in order and they do not take the VOCABULARY runtime even that they are allowed to live in the search-order itself. Instead, these singular wordlists may be subject to a DO-ALL-WORDS that executes the words contained in this wordlist, not much unlike that win32for DO-CHAIN. There are words to create these wordlists and list them to the user. There is already a wordlist known in pfe for quite a time being the ATEXIT-WORDLIST which has been not exported however to the forth-level directly so far and executions have been stored there using the older ALIAS-ATEXIT word. */ /* for an example, try the PROMPT-WORDLIST as included with the outer interpreter - for immediate stack visuals use: PROMPT-WORDLIST DO-SYNONYM .S .S @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: chainlist-ext.c~1.14:fsrc:bln_mpt1!1 % $" #endif;
/* |
/**
|
/**
|
_export void p4_do_all_words(p4_Wordl* wl)
|
/* |
/**
|
_export void p4_redo_all_words(p4_Wordl* wl)
|
/**
|
_export void p4_do_all_words_while(p4_Wordl* wl, p4xt xt)
|
/**
|
FCode (p4_do_all_words_while_execution)
|
/**
|
/* |
/**
|
/* |
/**
|
/**
|
/**
|
/** |
/** |
/** |
P4_LISTWORDS (chainlist) =
|
/* |
/* |