Lines Matching defs:type

163 			     Idx subexp_idx, int type) internal_function;
167 int type) internal_function;
175 Idx ex_subexp, int type)
180 int type) internal_function;
183 Idx subexp_num, int type)
1251 re_token_type_t type = dfa->nodes[node].type;
1253 if (type != END_OF_RE)
1297 if (IS_EPSILON_NODE (dfa->nodes[node].type))
1337 re_token_type_t type = dfa->nodes[node].type;
1344 if (type == OP_BACK_REF)
1566 int type = dfa->nodes[cur_node].type;
1567 if (type == OP_OPEN_SUBEXP)
1578 else if (type == OP_CLOSE_SUBEXP)
1714 re_token_type_t type = dfa->nodes[prev_node].type;
1715 assert (!IS_EPSILON_NODE (type));
1897 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type))
1981 switch (dfa->nodes[node].type)
2105 re_token_type_t type = dfa->nodes[node].type;
2106 if (type == OP_OPEN_SUBEXP
2109 else if (type == OP_CLOSE_SUBEXP
2149 re_token_type_t type = dfa->nodes[node].type;
2150 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP)
2186 re_token_type_t type;
2189 type = dfa->nodes[node].type;
2193 if (type != OP_BACK_REF)
2483 if (dfa->nodes[node].type == OP_OPEN_SUBEXP
2628 if (node->type != OP_BACK_REF)
2906 Idx subexp_idx, int type)
2913 if (node->type == type
2928 Idx top_str, Idx last_node, Idx last_str, int type)
2972 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type);
2996 subexp_num, type);
3039 err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type);
3046 subexp_num, type);
3105 re_token_type_t type = dfa->nodes[cur_node].type;
3106 assert (!IS_EPSILON_NODE (type));
3171 Idx ex_subexp, int type)
3189 outside_node = find_subexp_node (dfa, eclosure, ex_subexp, type);
3204 ex_subexp, type);
3224 Idx target, Idx ex_subexp, int type)
3231 if (dfa->nodes[cur_node].type == type
3234 if (type == OP_CLOSE_SUBEXP)
3252 ex_subexp, type);
3269 Idx cur_str, Idx subexp_num, int type)
3302 err2 = check_arrival_expand_ecl (dfa, &new_dests, subexp_num, type);
3608 re_token_type_t type = node->type;
3612 if (type == CHARACTER)
3614 else if (type == SIMPLE_BRACKET)
3618 else if (type == OP_PERIOD)
3632 else if (type == OP_UTF8_PERIOD)
3669 if (type == CHARACTER && !node->word_char)
3688 if (type == CHARACTER && node->word_char)
3716 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
3792 if (BE (node->type == OP_UTF8_PERIOD, 0))
3844 if (node->type == OP_PERIOD)
3863 if (node->type == COMPLEX_BRACKET)
4095 switch (node->type)
4351 /* Register the node NODE, whose type is OP_OPEN_SUBEXP, and which matches
4381 /* Register the node NODE, whose type is OP_CLOSE_SUBEXP, and which matches