Lines Matching refs:constraints
184 out(O_ALTFP|O_VERB3, "(prevented by constraints)");
1175 * constraints are completely ignored by match(), so the statement:
1183 * the above example so that it can evaluate constraints.
1870 newa->constraints = NULL;
1874 * any within() constraints.
1906 * handle any global constraints inherited from the
1913 /* XXX not quite ready to evaluate constraints from decls yet */
1919 /* handle constraints on the from event in the prop statement */
1927 * handle any global constraints inherited from the
1934 /* XXX not quite ready to evaluate constraints from decls yet */
1940 /* handle constraints on the to event in the prop statement */
1950 /* if we came up with any deferred constraints, add them to arrow */
1952 out(O_ALTFP|O_VERB3, "(deferred constraints)");
1956 return (1); /* constraints allow arrow */
2094 for (curr = arrowp->constraints;
2104 arrowp->constraints = newc;
2119 next = arrowp->constraints;
2128 cl = ap->constraints;