p4_also_p4_default_order_p4_definitions_p4_forth_wordlist_p4_get_current_p4_get_order_p4_only_RT_p4_order_p4_previous_p4_reset_order_p4_search_wordlist_p4_set_current_p4_set_order_p4_wordlist_p4_also_ : ALSO ( -- ) DUP ORDER ORDER ALSO DEFAULT-ORDERorder: vocn ... voc2 voc1 -- vocn ... voc2 voc1 voc1
reference: ../src/search.c:0129
p4_default_order_ : DEFAULT-ORDER ( -- ) ORDER RESET-ORDERreference: ../src/search.c:0198
p4_definitions_ : DEFINITIONS ( -- ) ORDERreference: ../src/search.c:0039
p4_forth_wordlist_ : FORTH ( -- voc )reference: ../src/search.c:0216
p4_get_current_ : GET-CURRENT ( -- voc ) DEFINITIONSreference: ../src/search.c:0047
p4_get_order_ : GET-ORDER ( -- vocn ... voc1 n ) SET-ORDERreference: ../src/search.c:0055
p4_only_RT_ : ((ONLY)) ( -- ) ORDER ALSOexample: ONLY FORTH ALSO EXTENSIONS ALSO DEFINITIONS
reference: ../src/search.c:0147
p4_order_ reference: ../src/search.c:0158
p4_previous_ : PREVIOUS ( -- ) ALSO DROP ORDERorder: vocn ... voc2 voc1 -- vocn ... voc2 example: ALSO PRIVATE-VOC DEFINTIONS (...do some...) PREVIOUS DEFINITIONS
reference: ../src/search.c:0180
p4_reset_order_ : RESET-ORDER ( -- ) DEFAULT-ORDER ORDERreference: ../src/search.c:0208
p4_search_wordlist_ : SEARCH-WORDLIST ( str-ptr str-len voc -- 0 | xt 1 | xt -1 ) FIND (FIND)reference: ../src/search.c:0070
p4_set_current_ : SET-CURRENT ( voc -- ) DEFINITIONSreference: ../src/search.c:0089
p4_set_order_ : SET-ORDER ( vocn ... voc1 n -- ) GET-ORDERreference: ../src/search.c:0098
p4_wordlist_ : WORDLIST ( -- voc )reference: ../src/search.c:0115