Home
last modified time | relevance | path

Searched refs:fth_string_ref (Results 1 – 19 of 19) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dfile.c177 fth_file_delete(fth_string_ref(fs)); in ficl_file_delete()
278 fth_file_rmdir(fth_string_ref(fs)); in ficl_file_rmdir()
359 fth_file_symlink(fth_string_ref(s), fth_string_ref(d)); in ficl_file_symlink()
406 fth_file_rename(fth_string_ref(s), fth_string_ref(d)); in ficl_file_rename()
471 fth_file_copy(fth_string_ref(s), fth_string_ref(d)); in ficl_file_copy()
538 flag = fth_file_install(fth_string_ref(s), fth_string_ref(d), mode); in ficl_file_install()
638 name = fth_string_ref(fs); in ficl_file_basename()
723 name = fth_string_ref(fs); in ficl_file_fullpath()
832 path = fth_string_ref(fth_file_realpath(fth_string_ref(dir))); in ficl_file_chdir()
914 fth_load_file(fth_string_ref(fs)); in ficl_file_eval()
[all …]
H A Dregexp.c386 regexp = fth_make_regexp(fth_string_ref(regexp)); in fth_regexp_match()
390 return (regexp_search(regexp, fth_string_ref(string), FREG_MATCH)); in fth_regexp_match()
460 regexp = fth_make_regexp(fth_string_ref(regexp)); in fth_regexp_search()
576 regexp = fth_make_regexp(fth_string_ref(regexp)); in fth_regexp_replace()
584 str = fth_string_ref(string); in fth_regexp_replace()
585 rpl = fth_string_ref(replace); in fth_regexp_replace()
614 rpl = fth_string_ref(fs); in fth_regexp_replace()
648 reg = fth_make_regexp(fth_string_ref(reg)); in ficl_re_match()
660 res = regexp_search(reg, fth_string_ref(str) + start, FREG_MATCH); in ficl_re_match()
691 reg = fth_make_regexp(fth_string_ref(reg)); in ficl_re_search()
[all …]
H A Dport.c154 return (fth_string_ref(fs)); in port_read_line()
617 fth_port_puts(prt, fth_string_ref(fth_string_format(fmt, args))); in ficl_port_puts_format()
765 return (fth_io_open(fth_string_ref(arg), fam)); in io_keyword_args_ref()
785 return (fth_io_nopen(fth_string_ref(arg), p, d)); in io_keyword_args_ref()
795 s = fth_string_ref(arg); in io_keyword_args_ref()
885 fth_io_write(io, fth_string_ref(arg)); in ficl_with_output_port()
984 fth_io_write(io, fth_string_ref(arg)); in ficl_with_output_to_port()
1037 fth_io_write(io, fth_string_ref(arg)); in ficl_with_error_to_port()
H A Dsymbol.c126 return (fth_string_ref(obj)); in fth_string_or_symbol_ref()
253 return (fth_symbol(fth_string_ref(name))); in fth_make_symbol()
389 return (fth_keyword(fth_string_ref(name))); in fth_make_keyword()
546 fth_make_exception(vm->pad, fth_string_ref(fth_pop_ficl_cell(vm))); in ficl_create_exception()
567 ex = fth_make_exception(name, fth_string_ref(msg)); in ficl_make_exception()
H A Dproc.c1069 buf = fth_string_ref(fs); in get_help()
1206 word = FICL_WORD_NAME_REF(fth_string_ref(obj)); in fth_documentation_ref()
2143 fth_word_doc_set(word, fth_string_ref(fs)); in ficl_extended_args_co_im()
2169 s = fth_string_ref(arg); in ficl_extended_args_co_im()
2195 s = fth_string_ref(arg1); in ficl_extended_args_co_im()
2213 s = fth_string_ref(arg2); in ficl_extended_args_co_im()
2220 s = fth_string_ref(fs); in ficl_extended_args_co_im()
2260 push_forth_string(vm, fth_string_ref(arg1)); in ficl_extended_args_co_im()
2269 s = fth_string_ref(arg2); in ficl_extended_args_co_im()
2276 s = fth_string_ref(fs); in ficl_extended_args_co_im()
[all …]
H A Dutils.c345 return (fth_string_ref(ficlStackPopFTH(vm->dataStack))); in pop_cstring()
950 #define FGL_HISTFILE_CSTR() fth_string_ref(FGL_HISTFILE_REF())
1075 fname = fth_string_ref(arg); in ficl_history()
1087 fname = fth_string_ref(arg); in ficl_history()
1099 line = fth_string_ref(arg); in ficl_history()
1247 app = fth_string_ref(action); in gl_config()
1345 k = fth_string_ref(key); in ficl_bindkey()
1346 a = fth_string_ref(action); in ficl_bindkey()
1651 return (fth_string_ref(rpl)); in repl_replace_history()
1826 prompt = fth_string_ref(fs); in fth_repl()
H A Dmisc.c1097 fth_string_ref(fth_array_fast_ref(content, i))); in load_file()
1209 path = fth_string_ref(fs); in fth_load_file()
1406 str = fth_string_ref(fs); in ficl_load_init_file()
1556 path = fth_string_ref(fs); in fth_dl_load()
1633 lname = fth_string_ref(fname); in fth_install_file()
1672 pname = fth_string_ref(fs); in fth_install_file()
2199 if (strptime(fth_string_ref(str), fth_string_ref(fmt), tm) == NULL) in ficl_strptime()
2415 tm.tm_zone = fth_string_ref(el); in ficl_mktime()
2857 prog = fth_string_ref(cmd); in ficl_exec()
2877 fth_string_ref(fth_array_fast_ref(cmd, i)); in ficl_exec()
[all …]
H A Dhook.c372 fth_print(fth_string_ref(hk_inspect(hook))); in ficl_print_hook()
525 name = fth_string_ref(proc_or_name); in fth_remove_hook()
550 name = fth_string_ref(proc_or_name); in fth_hook_member_p()
H A Dio.c68 ((fth_string_length(line) > 0) ? fth_string_ref(line) : "")
731 name = fth_string_ref(cmd); in fth_io_popen()
734 name = fth_string_ref(fth_array_join(cmd, string_space)); in fth_io_popen()
1144 s = fth_string_ref(fth_array_ref(files, i)); in file_number()
1428 name = fth_string_ref(fname); in ficl_io_reopen()
2365 fth_print(fth_string_ref(io_to_string(io))); in ficl_print_io()
H A Dobject.c1080 tp = fth_make_object_type(fth_string_ref(fs)); in ficl_make_object_type()
2014 return (fth_string_ref(print_object(obj, OBJ_INSPECT))); in fth_to_c_inspect()
2020 return (fth_string_ref(print_object(obj, OBJ_TO_STRING))); in fth_to_c_string()
2027 return (fth_string_ref(fth_object_to_string_2(obj))); in fth_to_c_string_2()
2033 return (fth_string_ref(print_object(obj, OBJ_DUMP))); in fth_to_c_dump()
H A Dfth.c184 delim = fth_string_ref(fth_variable_ref("*fs*")); in repl_in_place()
H A Dhash.c502 fth_print(fth_string_ref(hs_to_string(obj))); in ficl_hash_print()
H A Darray.c648 fth_print(fth_string_ref(ary_to_string(obj))); in ficl_print_array()
2430 fth_print(fth_string_ref(ary_to_string(obj))); in ficl_print_list()
H A Dfth.h981 char *fth_string_ref(FTH);
H A Dstring.c317 fth_string_ref(FTH obj) in fth_string_ref() function
/dports/lang/fth/fth-1.4.1/examples/dbm/
H A Dfth-dbm.c180 s = fth_string_ref(name); in make_dbm()
430 fth_print(fth_string_ref(dbm_to_string(db))); in ficl_dbm_print()
/dports/audio/snd/snd-21.2/
H A Dxen.h787 #define XEN_TO_C_STRING(Str) fth_string_ref(Str)
H A Dsnd-prefs.c3741 path = fth_string_ref(fth_array_ref(load_path, i)); in find_sources()
/dports/lang/fth/fth-1.4.1/
H A Dlibfth.01228 fth_string_ref(fs); => "hello"
1230 fth_string_ref(fs); => ""
1232 fth_string_ref(fs); => NULL