Home
last modified time | relevance | path

Searched refs:BUCKET_CONTENTS (Results 1 – 13 of 13) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dhashlib.c73 (BUCKET_CONTENTS **)xmalloc (buckets * sizeof (BUCKET_CONTENTS *));
90 static BUCKET_CONTENTS *
92 BUCKET_CONTENTS *ba; in copy_bucket_array()
104 new_bucket = (BUCKET_CONTENTS *)xmalloc (sizeof (BUCKET_CONTENTS));
109 n->next = (BUCKET_CONTENTS *)xmalloc (sizeof (BUCKET_CONTENTS));
247 BUCKET_CONTENTS *
280 list = (BUCKET_CONTENTS *)xmalloc (sizeof (BUCKET_CONTENTS));
299 BUCKET_CONTENTS *
333 BUCKET_CONTENTS *
356 item = (BUCKET_CONTENTS *)xmalloc (sizeof (BUCKET_CONTENTS));
[all …]
H A Dhashlib.h40 } BUCKET_CONTENTS; typedef
43 BUCKET_CONTENTS **bucket_array; /* Where the data is kept. */
48 typedef int hash_wfunc PARAMS((BUCKET_CONTENTS *));
62 extern BUCKET_CONTENTS *hash_search PARAMS((const char *, HASH_TABLE *, int));
63 extern BUCKET_CONTENTS *hash_insert PARAMS((char *, HASH_TABLE *, int));
64 extern BUCKET_CONTENTS *hash_remove PARAMS((const char *, HASH_TABLE *, int));
73 (BUCKET_CONTENTS *)NULL)
H A Dassoc.c75 BUCKET_CONTENTS *b;
97 BUCKET_CONTENTS *b;
118 BUCKET_CONTENTS *b;
134 BUCKET_CONTENTS *b;
150 BUCKET_CONTENTS *tlist;
174 BUCKET_CONTENTS *tlist;
196 BUCKET_CONTENTS *tlist;
218 BUCKET_CONTENTS *tlist;
240 BUCKET_CONTENTS *tlist;
379 BUCKET_CONTENTS *tlist;
[all …]
H A Dhashcmd.c69 register BUCKET_CONTENTS *item;
96 register BUCKET_CONTENTS *item;
130 register BUCKET_CONTENTS *item;
H A Dpcomplib.c157 register BUCKET_CONTENTS *item;
179 register BUCKET_CONTENTS *item;
202 register BUCKET_CONTENTS *item;
H A Dalias.c84 BUCKET_CONTENTS *al;
113 BUCKET_CONTENTS *elt;
183 BUCKET_CONTENTS *elt;
224 register BUCKET_CONTENTS *tlist;
H A Dvariables.c1724 BUCKET_CONTENTS *item;
1800 BUCKET_CONTENTS *item;
1995 BUCKET_CONTENTS *bucket;
2798 BUCKET_CONTENTS *elt;
3503 BUCKET_CONTENTS *elt;
3549 BUCKET_CONTENTS *elt;
3855 BUCKET_CONTENTS *elt;
3886 BUCKET_CONTENTS *elt;
3910 BUCKET_CONTENTS *elt;
3938 BUCKET_CONTENTS *elt, *new_elt;
[all …]
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dhashlib.h40 } BUCKET_CONTENTS; typedef
43 BUCKET_CONTENTS **bucket_array; /* Where the data is kept. */
48 typedef int hash_wfunc __P((BUCKET_CONTENTS *));
62 extern BUCKET_CONTENTS *hash_search __P((const char *, HASH_TABLE *, int));
63 extern BUCKET_CONTENTS *hash_insert __P((char *, HASH_TABLE *, int));
64 extern BUCKET_CONTENTS *hash_remove __P((const char *, HASH_TABLE *, int));
73 (BUCKET_CONTENTS *)NULL)
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/
H A Dunpack.c46 int (*func)(BUCKET_CONTENTS *, void *), in assoc_walk_data() argument
50 BUCKET_CONTENTS *item; in assoc_walk_data()
97 int pack_decode_element_assoc(BUCKET_CONTENTS *element, void *user) in pack_decode_element_assoc()
255 int unpack_decode_element_assoc(BUCKET_CONTENTS *element, void *user) in unpack_decode_element_assoc()
/dports/shells/bash/bash-5.1/builtins/
H A Dhash.def74 static int print_hash_info PARAMS((BUCKET_CONTENTS *));
75 static int print_portable_hash_info PARAMS((BUCKET_CONTENTS *));
237 BUCKET_CONTENTS *item;
245 BUCKET_CONTENTS *item;
H A Dcomplete.def95 static int print_compitem PARAMS((BUCKET_CONTENTS *));
602 BUCKET_CONTENTS *item;
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/struct/
H A Dstruct.c516 BUCKET_CONTENTS *bucket; in generate_standard_struct()
593 bucket = REVERSE_LIST(hashtable->bucket_array[0], BUCKET_CONTENTS *); in generate_standard_struct()
/dports/shells/bash/bash-5.1/examples/loadables/
H A Dasort.c60 BUCKET_CONTENTS *bucket; in sort_index()