Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c172 } xhash; typedef
550 xhash *ahash; /* argument names, used only while parsing function bodies */
551 xhash *fnhash; /* function names, used only in parsing stage */
552 xhash *vhash; /* variables and arrays */
687 static xhash *hash_init(void) in hash_init()
689 xhash *newhash; in hash_init()
698 static void hash_clear(xhash *hash) in hash_clear()
718 static void hash_free(xhash *hash)
727 static NOINLINE void *hash_search3(xhash *hash, const char *name, unsigned idx) in hash_search3()
740 static void *hash_search(xhash *hash, const char *name) in hash_search()
[all …]