Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlin.c113 static BOOLEAN cli_buildconstraints(NODEPROTO*, CONNODE**, BOOLEAN, BOOLEAN);
888 xnotsolved = cli_buildconstraints(np, &firstx, FALSE, noanchors); in cli_solvecell()
889 ynotsolved = cli_buildconstraints(np, &firsty, TRUE, noanchors); in cli_solvecell()
953 BOOLEAN cli_buildconstraints(NODEPROTO *np, CONNODE **first, BOOLEAN axis, BOOLEAN noanchors) in cli_buildconstraints() function