|
1 /* Generated automatically */ |
|
2 static int hnamcmp _((const void*ap,const void*bp)); |
|
3 static void expandhashtable _((HashTable ht)); |
|
4 static void resizehashtable _((HashTable ht,int newsize)); |
|
5 #ifdef ZSH_HASH_DEBUG |
|
6 static void printhashtabinfo _((HashTable ht)); |
|
7 #endif /* ZSH_HASH_DEBUG */ |
|
8 static void emptycmdnamtable _((HashTable ht)); |
|
9 static void fillcmdnamtable _((UNUSED(HashTable ht))); |
|
10 static void freecmdnamnode _((HashNode hn)); |
|
11 static void printcmdnamnode _((HashNode hn,int printflags)); |
|
12 static HashNode removeshfuncnode _((UNUSED(HashTable ht),char*nam)); |
|
13 static void disableshfuncnode _((HashNode hn,UNUSED(int flags))); |
|
14 static void enableshfuncnode _((HashNode hn,UNUSED(int flags))); |
|
15 static void freeshfuncnode _((HashNode hn)); |
|
16 static void printshfuncnode _((HashNode hn,int printflags)); |
|
17 static void printreswdnode _((HashNode hn,int printflags)); |
|
18 static void freealiasnode _((HashNode hn)); |
|
19 static void printaliasnode _((HashNode hn,int printflags)); |
|
20 static void emptynameddirtable _((HashTable ht)); |
|
21 static void fillnameddirtable _((UNUSED(HashTable ht))); |
|
22 static void addnameddirnode _((HashTable ht,char*nam,void*nodeptr)); |
|
23 static HashNode removenameddirnode _((HashTable ht,char*nam)); |
|
24 static void freenameddirnode _((HashNode hn)); |
|
25 static void printnameddirnode _((HashNode hn,int printflags)); |