Home
last modified time | relevance | path

Searched refs:fth_make_empty_array (Results 1 – 14 of 14) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dhash.c255 return (fth_hash_each(self, hs_to_array_each, fth_make_empty_array())); in hs_to_array()
724 return (fth_hash_each(hash, hs_keys_each, fth_make_empty_array())); in fth_hash_keys()
743 return (fth_hash_each(hash, hs_values_each, fth_make_empty_array())); in fth_hash_values()
847 #define MAKE_PROPERTY() fth_make_empty_array()
H A Dfth.c151 result = fth_make_empty_array(); in string_split()
535 out = fth_make_empty_array(); in main()
H A Dmisc.c496 loaded_files = fth_make_empty_array(); in forth_pre_init()
497 load_path = fth_make_empty_array(); in forth_pre_init()
498 load_lib_path = fth_make_empty_array(); in forth_pre_init()
908 features = fth_make_empty_array(); in ficl_features()
1779 ret = fth_make_empty_array(); in fth_wordlist_each()
1810 return (fth_make_empty_array()); in fth_find_in_wordlist()
2985 aliases = fth_make_empty_array(); in ficl_getservbyname()
3029 aliases = fth_make_empty_array(); in ficl_getservbyport()
H A Darray.c556 fth_make_empty_array(void) in fth_make_empty_array() function
634 ficlStackPushFTH(vm->dataStack, fth_make_empty_array()); in ficl_make_empty_array()
1313 args = fth_make_empty_array(); in fth_array_reject()
1402 new = fth_array_each(ary, ary_compact_each, fth_make_empty_array()); in ficl_array_compact()
1547 new = fth_array_each(ary, ary_uniq_each, fth_make_empty_array()); in ficl_array_uniq()
1896 assoc = fth_make_empty_array(); in ficl_values_to_assoc()
H A Dfile.c1534 array = fth_make_empty_array(); in fth_file_match_dir()
1594 return (fth_make_empty_array()); in fth_file_match_dir()
H A Dsymbol.c810 exception_list = fth_make_empty_array(); in init_symbol()
H A Dobject.c767 ary = fth_make_empty_array(); in ficl_gc_protected_objects()
789 ary = fth_make_empty_array(); in ficl_gc_permanent_objects()
2355 args = fth_make_empty_array(); in fth_object_apply()
H A Dproc.c2117 keys = fth_make_empty_array(); in ficl_extended_args_co_im()
2118 defs = fth_make_empty_array(); in ficl_extended_args_co_im()
2152 args = fth_make_empty_array(); in ficl_extended_args_co_im()
H A Dutils.c898 return (fth_make_empty_array()); in simple_array_to_array()
2141 fth_define_variable("*argv*", fth_make_empty_array(), in init_utils()
H A Dhook.c788 args = fth_make_empty_array(); in ficl_hook_apply()
H A Dstring.c1822 result = fth_make_empty_array(); in fth_string_split()
1888 result = fth_make_empty_array(); in fth_string_split_2()
H A Dfth.h503 FTH fth_make_empty_array(void);
H A Dio.c2549 array = fth_make_empty_array(); in fth_io_readlines()
/dports/lang/fth/fth-1.4.1/examples/dbm/
H A Dfth-dbm.c298 a = fth_make_empty_array(); in dbm_to_array()