Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Deditstate.c52 GModuleDef *env_findModule(const char *name) in env_findModule() function
259 if (!(M = env_findModule(name))) { in env_findAdd()
273 M = env_findModule(g->u.block.moduleName); in env_getInterface()
475 M = env_findModule(oldName); in env_rename()
509 S = env_findModule(src); in env_copy()
510 D = env_findModule(dst); in env_copy()
526 if (env_findModule(dst)) in env_copy()
784 M = env_findModule(p); in editstate_checkPath()
796 M = env_findModule(g->u.block.moduleName); in editstate_checkPath()
827 M = env_findModule(p); in editstate_setPath()
[all …]
H A Dhdl.c99 M = env_findModule(name); in hdl_save()
294 while (env_findModule(modName)) { in hdl_splitModules()
349 M = env_findModule(name); in hdl_checkSave()
454 if (name) M = env_findModule(name); in hdl_saveCursor()
H A Dsimulate.c293 M = env_findModule(g->u.block.moduleName); in sim_findNet()
330 M = env_findModule(g->u.block.moduleName); in sim_findGate()
346 M = env_findModule(mg->u.block.moduleName); in sim_findContainingMod()
646 cM = env_findModule(g->u.block.moduleName); in SimInterface_buildSimMods_aux()
1347 GModuleDef *child = env_findModule(g->u.block.moduleName); in SimInterface_findPathToModule_aux()
1379 GModuleDef *pathMod = env_findModule(mpath[i]->u.block.moduleName); in SimInterface_findPathToModule()
1397 M = env_findModule(path); in SimInterface_navigateToModule()
1434 M = env_findModule(g->u.block.moduleName); in SimInterface_navigateToModule()
H A Derror.c195 m = env_findModule(e->e_modName); in Error_add()
274 m = env_findModule(e->e_modName); /* Find module the error ocurrs in */ in Error_open()
626 M = env_findModule(g->u.block.moduleName); in Error_navigateToModule()
H A Deditstate.h166 GModuleDef *env_findModule(const char *n);
H A Dmodint.c464 m = env_findModule(TkGate.circuit->mid_display->m_name); /* Editing an interface */ in modint_close()
564 M = env_findModule(modName); in modint_openSelected()
H A Dtclfuncs.c594 M = env_findModule(modName); in gat_openBox()
648 M = env_findModule(argv[1]); in gat_reroot()
969 if (!env_findModule(oldName)) { in gat_renameBlock()
974 if (env_findModule(newName)) { in gat_renameBlock()
1030 GModuleDef *m = env_findModule("REGS"); in gat_debug()
1082 M = env_findModule(argv[1]); in gat_claimBlock()
1121 if (env_findModule(modName)) { in gat_newBlock()
1469 M = env_findModule(mname); in gat_editModProps()
1584 M = env_findModule(modName); in gat_updateInterface()
2209 GModuleDef *M = env_findModule(argv[2]); in gat_setCircProp()
[all …]
H A Dsearch.c367 GModuleDef *M = env_findModule(modName); in GSearchContext_goto()
H A Dblock.c815 GModuleDef *m = env_findModule(g->u.block.moduleName); in Block_EditParmProps()
892 GModuleDef *m = env_findModule(g->u.block.moduleName); in Block_VerSaveModParms()
1815 GModuleDef *M = env_findModule(g->u.block.moduleName); in block_isDataProtected()
1823 GModuleDef *M = env_findModule(g->u.block.moduleName); in block_isIntfProtected()
1831 GModuleDef *M = env_findModule(g->u.block.moduleName); in block_isFixedPort()
H A Dprint.c611 GModuleDef *CM = env_findModule(g->u.block.moduleName); in GPrint_getUsedMods()
760 GModuleDef *M = env_findModule(trimChars(buf2,T,"()+")); in new_GPrint()
1549 GModuleDef *CM = env_findModule(g->u.block.moduleName); in build_HGNodeGraph()
H A Dcpath.c153 w = cpath_findGatePort(Gname,Pname,n,env_findModule(g->u.block.moduleName)); in cpath_findGatePort()
H A Dmodule.c473 GModuleDef *C = env_findModule(g->u.block.moduleName); in GModuleDef_isRecursive_aux()
H A Digenerate.c1415 M = env_findModule(mod_name); in igen_command()
H A Dhtml.c582 if (!env_findModule(name)) break; in Html_makeTutorialNavigationLine_bymodule()
H A Dverilog_in.c977 M = env_findModule(name); in VerNewModule()