Home | History | Annotate | Download | only in lib

Lines Matching defs:constraint

1446   dfa->nodes[dfa->nodes_len].constraint = 0;
1647 if (type == CHARACTER && !node->constraint)
1658 else if (type == ANCHOR || node->constraint)
1699 unsigned int constraint = node->constraint;
1701 if (type == CHARACTER && !constraint)
1713 if (constraint)
1728 if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context))