Home
last modified time | relevance | path

Searched refs:fth_string_replace (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dstring.c2168 fth_string_replace(FTH fs, FTH from, FTH to) in fth_string_replace() function
2273 ficlStackPushFTH(vm->dataStack, fth_string_replace(str, from, to)); in ficl_string_replace()
2298 ficlStackPushFTH(vm->dataStack, fth_string_replace(str, from, to)); in ficl_string_replace_bang()
H A Dutils.c516 fth_string_replace(fmt, fth_make_string("~A"), fmt_s); in utils_throw_error()
517 fth_string_replace(fmt, fth_make_string("~S"), fmt_s); in utils_throw_error()
H A Dfth.h982 FTH fth_string_replace(FTH, FTH, FTH);
/dports/lang/fth/fth-1.4.1/
H A Dlibfth.01239 fth_string_replace(fs, from, to); => "faa"
1245 fth_string_replace(fs, from, to); => "fa"
1251 fth_string_replace(fs, from, to); => "f"