Searched refs:newhashtable (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c95 newhashtable(int size, UNUSED(char const *name), UNUSED(PrintTableStats printinfo)) function
598 cmdnamtab = newhashtable(201, "cmdnamtab", NULL);
809 shfunctab = newhashtable(7, "shfunctab", NULL);
1010 reswdtab = newhashtable(23, "reswdtab", NULL);
1096 aliastab = newhashtable(23, "aliastab", NULL);
1107 sufaliastab = newhashtable(11, "sufaliastab", NULL);
1219 histtab = newhashtable(599, "histtab", NULL);
H A Dhashnameddir.c72 nameddirtab = newhashtable(201, "nameddirtab", NULL);
H A Doptions.c463 optiontab = newhashtable(101, "optiontab", NULL);
H A Dparams.c434 ht = newhashtable(size, name, NULL);
928 pm->u.hash = ht = newhashtable(0, name, NULL);
3519 HashTable ht = newhashtable((int)size, "arrayuniq", NULL);
H A Dmodule.c277 ht = newhashtable(size, name, NULL);
H A Dbuiltin.c151 builtintab = newhashtable(85, "builtintab", NULL);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_thingy.c62 thingytab = newhashtable(199, "thingytab", NULL);
H A Dzle_keymap.c152 keymapnamtab = newhashtable(7, "keymapnamtab", NULL);
257 HashTable ht = newhashtable(19,
H A Dcompctl.c72 compctltab = newhashtable(23, "compctltab", NULL);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dcurses.c446 zcurses_colorpairs = newhashtable(8, "zc_colorpairs", NULL);
H A Dzutil.c222 ht = newhashtable(size, name, NULL);

Completed in 114 milliseconds