Home | History | Annotate | Download | only in lib

Lines Matching defs:node

1353 /* Compare two node sets SET1 and SET2.
1645 re_token_t *node = dfa->nodes + nodes->elems[i];
1646 re_token_type_t type = node->type;
1647 if (type == CHARACTER && !node->constraint)
1650 newstate->accept_mb |= node->accept_mb;
1653 /* If the state has the halt node, the state is a halt state. */
1658 else if (type == ANCHOR || node->constraint)
1697 re_token_t *node = dfa->nodes + nodes->elems[i];
1698 re_token_type_t type = node->type;
1699 unsigned int constraint = node->constraint;
1704 newstate->accept_mb |= node->accept_mb;
1707 /* If the state has the halt node, the state is a halt state. */