Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx2.c130 static void chk_iconn_downxmr(struct inst_t *, struct expr_t *);
6092 chk_iconn_downxmr(ip, pxp); in chk_inst_conns()
6230 static void chk_iconn_downxmr(struct inst_t *ip, struct expr_t *ndp) in chk_iconn_downxmr() function
6256 if (ndp->lu.x != NULL) chk_iconn_downxmr(ip, ndp->lu.x); in chk_iconn_downxmr()
6257 if (ndp->ru.x != NULL) chk_iconn_downxmr(ip, ndp->ru.x); in chk_iconn_downxmr()