p4_blank_
p4_cmove_
p4_cmove_up_
p4_compare_
p4_dash_trailing_
p4_s_quote_execution_
p4_search
p4_search_
p4_slash_string_
p4_sliteral_
p4_alloc_string
p4_blank_ :
BLANK ( str-ptr str-len -- )
FILL
BL
reference: ../src/string.c:0066
p4_cmove_ :
CMOVE ( from-ptr to-ptr len -- )
CMOVE>
reference: ../src/string.c:0076
p4_cmove_up_ :
CMOVE> ( from-ptr to-ptr len -- )
CMOVE
reference: ../src/string.c:0091
p4_compare_ :
COMPARE ( str-ptr1 str-len1 str-ptr2 str-len2 -- n )
reference: ../src/string.c:0108
p4_dash_trailing_ :
-TRAILING ( str-ptr str-len -- str-ptr str-len' )
reference: ../src/string.c:0038
p4_s_quote_execution_ :
((S")) ( -- string-address string-length )
S"
reference: ../src/string.c:0164
p4_search
reference: ../src/string.c:0136
p4_search_ :
SEARCH ( str-ptr1 str-len1 str-ptr2 str-len2 -- str-ptr1' str-len1' flag )
reference: ../src/string.c:0133
p4_slash_string_
reference: ../src/string.c:0048
p4_sliteral_ :
SLITERAL ( -- string ) (runtime) compile-only
LITERAL
S"
example: : ORIGINAL-HOME [ $HOME COUNT ] SLITERAL ; ( -- str-ptr str-len )
reference: ../src/string.c:0158
p4_alloc_string
reference: ../src/string.c:0161