Searched refs:HashNode (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c62 HashNode *hashtab;
65 HashNode u;
111 ht->nodes = (HashNode *) zshcalloc(size * sizeof(HashNode));
138 zfree(ht->nodes, ht->hsize * sizeof(HashNode));
154 HashNode oldnode = addhashnode2(ht, nam, nodeptr);
162 HashNode
166 HashNode hn, hp, hq;
168 hn = (HashNode) nodeptr;
190 HashNode *hashta
[all...]
H A Dhashnameddir.c257 static HashNode
260 HashNode hn = removehashnode(ht, nam);
271 freenameddirnode(HashNode hn)
284 printnameddirnode(HashNode hn, int printflags)
H A Dsignals.c854 HashNode hn;
864 HashNode
916 HashNode node = gettrapnode(sig, 1);
1024 shfunctab->freenode((HashNode)exitfn);
1202 HashNode hn = gettrapnode(sig, 0);
1294 HashNode hn = gettrapnode(sig, 0);
H A Doptions.c438 printoptionnode(HashNode hn, int set)
495 setemulate(HashNode hn, int fully)
561 setoption(HashNode hn, int value)
829 printoptionnodestate(HashNode hn, int hadplus)
870 printoptionlist_printoption(HashNode hn, UNUSED(int ignored))
H A Dzsh.h418 typedef struct hashnode *HashNode; typedef in typeref:struct:hashnode
1014 typedef HashNode (*GetNodeFunc) _((HashTable, const char *));
1015 typedef HashNode (*RemoveNodeFunc) _((HashTable, const char *));
1016 typedef void (*FreeNodeFunc) _((HashNode));
1021 typedef void (*ScanFunc) _((HashNode, int));
1032 HashNode *nodes; /* array of size hsize */
1059 HashNode next; /* next in hash chain */
H A Dparams.c453 static HashNode
456 HashNode hn = gethashnode2(ht, nam);
484 scancopyparams(HashNode hn, UNUSED(int flags))
527 scancountparams(UNUSED(HashNode hn), int flags)
541 scanparamvals(HashNode hn, int flags)
3510 arrayuniq_freenode(HashNode hn)
3556 HashNode new_node = zhalloc(sizeof(struct hashnode));
4687 scanendscope(HashNode hn, UNUSED(int flags))
4758 freeparamnode(HashNode hn)
4810 printparamnode(HashNode h
[all...]
H A Djobs.c2520 HashNode
2524 HashNode hn;
2525 HashNode (*getptr)(HashTable ht, const char *name);
2553 HashNode hn = gettrapnode(sig, 1);
H A Dbuiltin.c173 printbuiltinnode(HashNode hn, int printflags)
198 freebuiltinnode(HashNode hn)
214 HashNode hn = reswdtab->getnode2(reswdtab, "repeat");
463 HashNode hn;
2596 HashNode hn = (paramtab == realparamtab ?
3146 HashNode hn;
3477 HashNode hn, nhn;
6115 HashNode hn;
H A Dmodule.c119 freemodulenode(HashNode hn)
154 printmodulenode(HashNode hn, int flags)
2384 autoloadscan(HashNode hn, int printflags)
2691 printautoparams(HashNode hn, int lon)
/macosx-10.10/swig-12/Source/DOH/
H A Dhash.c19 typedef struct HashNode { struct
22 struct HashNode *next;
23 } HashNode; typedef in typeref:struct:HashNode
29 HashNode **hashtable;
86 static HashNode *NewNode(DOH *k, void *obj) {
87 HashNode *hn = (HashNode *) DohMalloc(sizeof(HashNode));
97 static void DelNode(HashNode *hn) {
111 HashNode *
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzleparameter.c58 static HashNode
85 HashNode hn;
108 HashNode hn;
H A Dzle_keymap.c55 HashNode next; /* next in the hash chain */
86 HashNode next; /* next in hash chain */
201 scanprimaryname(HashNode hn, int ignored)
244 freekeymapnamnode(HashNode hn)
289 freekeynode(HashNode hn)
328 scancopykeys(HashNode hn, UNUSED(int flags))
381 scankeys(HashNode hn, UNUSED(int flags))
811 scanlistmaps((HashNode)kmn, OPT_ISSET(ops,'L'));
822 scanlistmaps(HashNode hn, int list_verbose)
H A Dzle_thingy.c96 scanemptythingies(HashNode hn, UNUSED(int flags))
118 freethingynode(HashNode hn)
398 HashNode hn = thingytab->getnode2(thingytab, *args);
499 scanlistwidgets(HashNode hn, int list)
H A Dzle.h217 HashNode next; /* next node in the hash chain */
H A Dcompctl.c92 freecompctlp(HashNode hn)
1550 printcompctlp(HashNode hn, int printflags)
1613 HashNode hn;
1910 HashNode hn;
1934 hn = (HashNode) t;
2088 HashNode hn;
2102 addhnmatch(HashNode hn, UNUSED(int flags))
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c95 static HashNode
120 HashNode hn;
162 HashNode hn = cmdnamtab->removenode(cmdnamtab, pm->node.nam);
173 HashNode hn;
201 static HashNode
238 HashNode hn;
325 HashNode hn = shfunctab->removenode(shfunctab, pm->node.nam);
336 HashNode hn;
375 static HashNode
419 static HashNode
[all...]
H A Dmapfile.c144 HashNode hn;
217 static HashNode
H A Ddb_gdbm.c169 static HashNode
H A Dlanginfo.c395 static HashNode
H A Dtermcap.c143 static HashNode
H A Dterminfo.c134 static HashNode
H A Dsystem.c591 static HashNode
H A Dzutil.c73 freestylenode(HashNode hn)
134 printstylenode(HashNode hn, int printflags)
178 scanpatstyles(HashNode hn, int spatflags)
H A Dcurses.c390 zcurses_colornode(HashNode hn, int cp)
410 freecolorpairnode(HashNode hn)
/macosx-10.10/swig-12/Source/
H A DMakefile.am115 SWIGTYPEDEFS=-T File -T DohObjInfo -T Parm -T Language -T List -T Typetab -T ModuleFactory -T ErrorMessageFormat -T Symtab -T Hash -T String -T DohBase -T Node -T String_or_char -T SwigType -T Dispatcher -T Wrapper -T DohStringMethods -T DohFileMethods -T DohListMethods -T DohHashMethods -T DOH -T DohIterator -T ParmList -T FILE -T HashNode -T DOHString_or_char

Completed in 333 milliseconds

12