Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dmodule.c49 mod_export HashTable modulestab; variable
1657 m = (Module)modulestab->getnode2(modulestab, name); in find_module()
1671 modulestab->addnode(modulestab, ztrdup(name), m); in find_module()
1683 modulestab->removenode(modulestab, m->node.nam); in delete_module()
2227 modulestab->addnode(modulestab, ztrdup(name), m); in load_module()
2532 modulestab->printnode, in bin_zmodload_alias()
2589 modulestab->addnode(modulestab, ztrdup(*args), m); in bin_zmodload_alias()
2622 scanhashtable(modulestab, 1, 0, 0, modulestab->printnode, in bin_zmodload_exist()
2680 if ((m = (Module)modulestab->getnode2(modulestab, args[0]))) in bin_zmodload_dep()
2683 scanhashtable(modulestab, 1, 0, 0, modulestab->printnode, in bin_zmodload_dep()
[all …]
H A Dinit.c1041 modulestab = newmoduletable(17, "modules"); in setupvals()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/massive/
H A Dmassive_operations.php168 $modulestab = array('text' => '<a href="index.php?sec=gmassive&sec2=godmode/massive/massive_operati… variable
196 $onheader['massive_modules'] = $modulestab;
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dparameter.c1050 m = (Module)modulestab->getnode2(modulestab, name); in getpmmodule()
1087 for (i = 0; i < modulestab->hsize; i++) { in scanpmmodules()
1088 for (hn = modulestab->nodes[i]; hn; hn = hn->next) { in scanpmmodules()