Lines Matching refs:type
1456 ((token.type == OP_PERIOD && dfa->mb_cur_max > 1) in re_dfa_add_node()
1457 || token.type == COMPLEX_BRACKET); in re_dfa_add_node()
1589 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()
1651 re_token_type_t type = node->type; in create_ci_newstate() local
1652 if (type == CHARACTER && !node->constraint) in create_ci_newstate()
1659 if (type == END_OF_RE) in create_ci_newstate()
1661 else if (type == OP_BACK_REF) in create_ci_newstate()
1663 else if (type == ANCHOR || node->constraint) in create_ci_newstate()
1703 re_token_type_t type = node->type; in create_cd_newstate() local
1706 if (type == CHARACTER && !constraint) in create_cd_newstate()
1713 if (type == END_OF_RE) in create_cd_newstate()
1715 else if (type == OP_BACK_REF) in create_cd_newstate()