|
|
|
|
|
_export void p4_do_all_words(p4_Wordl* wl) { register p4char* name; if (! wl) return; if (! (wl->flag & WORDL_NOHASH)) { P4_fail ( |
|
_export void p4_redo_all_words(p4_Wordl* wl) { register p4char* name; if (! wl) return; if (! (wl->flag & WORDL_NOHASH)) { P4_fail ( |
_export void p4_do_all_words_while(p4_Wordl* wl, p4xt xt) { register p4char* name; if (! wl) return; if (! (wl->flag & WORDL_NOHASH)) { P4_fail ( |
FCode (p4_do_all_words_while_execution) { FX_USE_CODE_ADDR; p4_do_all_words_while ((p4_Wordl*)(FX_POP), (p4xt)(*IP++)); FX_USE_CODE_EXIT; } |
P4COMPILES(p4_do_all_words_while, p4_do_all_words_while_execution, P4_SKIPS_TO_TOKEN, P4_LOCALS_STYLE); |
|
extern FCode(p4_defer); |
|
|
|
|
P4_LISTWORDS (chainlist) =
{
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
(, ),
};
P4_COUNTWORDS (chainlist, "chainlists - executable wordlists"); |
|
|