Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c583 syp = undefp->msyp; in resolve_undef_mods()
619 syp = undefp->msyp; in process_lib()
701 tmpundefp = add_undef_el(undefp->msyp, &tmphd, &tmptail); in resolve_from_ydir()
755 if (!undefp->msyp->sydecl) in resolve_from_ydir()
781 undefp->msyp = syp; in add_undef_el()
949 || (res_undefp != NULL && syp != res_undefp->msyp)) in rd_vlibfil()
1004 || (res_undefp != NULL && syp != res_undefp->msyp)) in rd_vlibfil()
1173 syp = undefp->msyp; in rescan_process_lib()
1222 undefp->msyp->synam); in rescan_process_lib()
1258 tmpundefp = add_undef_el(undefp->msyp, &tmphd, &tmptail); in rescan_resolve_from_ydir()
[all …]
H A Dv_src3.c6128 struct sy_t *msyp; in bind_use_rule() local
6145 if ((msyp = __get_sym(use_replace_cfgp->cfgdeslist->topmodnam, in bind_use_rule()
6147 cp->cmsym = msyp; in bind_use_rule()
6153 __in_fils[cp->cmsym->syfnam_ind], cp->cmsym->synam, msyp->synam, in bind_use_rule()
6154 __in_fils[msyp->syfnam_ind]); in bind_use_rule()
6257 struct sy_t *msyp; in find_cell_in_cfglib() local
6277 if ((msyp = __get_sym(celnam, lbep->lbel_sytab)) != NULL) in find_cell_in_cfglib()
6279 return(msyp->el.emdp); in find_cell_in_cfglib()
H A Dv.h1104 struct sy_t *msyp; member
H A Dv_src.c5850 undefp->msyp = syp; in __add_syp_to_undefs()