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-ORDER
order: vocn ... voc2 voc1 -- vocn ... voc2 voc1 voc1
reference: ../src/search.c:0129
p4_default_order_ :
DEFAULT-ORDER ( -- )
ORDER
RESET-ORDER
reference: ../src/search.c:0198
p4_definitions_ :
DEFINITIONS ( -- )
ORDER
reference: ../src/search.c:0039
p4_forth_wordlist_ :
FORTH ( -- voc )
reference: ../src/search.c:0216
p4_get_current_ :
GET-CURRENT ( -- voc )
DEFINITIONS
reference: ../src/search.c:0047
p4_get_order_ :
GET-ORDER ( -- vocn ... voc1 n )
SET-ORDER
reference: ../src/search.c:0055
p4_only_RT_ :
((ONLY)) ( -- )
ORDER
ALSO
example: ONLY FORTH ALSO EXTENSIONS ALSO DEFINITIONS
reference: ../src/search.c:0147
p4_order_
reference: ../src/search.c:0158
p4_previous_ :
PREVIOUS ( -- )
ALSO
DROP
ORDER
order: 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
ORDER
reference: ../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 -- )
DEFINITIONS
reference: ../src/search.c:0089
p4_set_order_ :
SET-ORDER ( vocn ... voc1 n -- )
GET-ORDER
reference: ../src/search.c:0098
p4_wordlist_ :
WORDLIST ( -- voc )
reference: ../src/search.c:0115