Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c1380 int32 wclass, cat_stren, xwid, xwid2, r1, r2; in set2_rhswidth() local
1509 for (cat_stren = FALSE, ndp2 = rhsx->ru.x; ndp2 != NULL; ndp2 = ndp2->ru.x) in set2_rhswidth()
1514 if (catxp->x_stren) { ndp2->x_stren = TRUE; cat_stren = TRUE; } in set2_rhswidth()
1517 if (cat_stren) rhsx->x_stren = TRUE; in set2_rhswidth()
H A Dv_fx2.c5893 int32 cat_stren; in set_1mpx_stren() local
5929 for (cat_stren = FALSE, ndp2 = mpx->ru.x; ndp2 != NULL; ndp2 = ndp2->ru.x) in set_1mpx_stren()
5933 if (catxp->x_stren) { ndp2->x_stren = TRUE; cat_stren = TRUE; } in set_1mpx_stren()
5935 if (cat_stren) mpx->x_stren = TRUE; in set_1mpx_stren()