Home
last modified time | relevance | path

Searched refs:opr (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c323 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c); in re_compile_fastmap_iter()
333 *p++ = dfa->nodes[node].opr.c; in re_compile_fastmap_iter()
337 *p++ = dfa->nodes[node].opr.c; in re_compile_fastmap_iter()
353 bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; in re_compile_fastmap_iter()
362 re_charset_t *cset = dfa->nodes[node].opr.mbcset; in re_compile_fastmap_iter()
1010 && clexp_node->opr.idx == dfa->nodes[node_idx].opr.idx) in create_initial_state()
1071 if (dfa->nodes[node].opr.c >= ASCII_CHARS) in optimize_utf8()
1075 switch (dfa->nodes[node].opr.ctx_type) in optimize_utf8()
1109 if (dfa->nodes[node].opr.sbcset[i] >> rshift != 0) in optimize_utf8()
1123 && dfa->nodes[node].opr.c >= ASCII_CHARS) in optimize_utf8()
[all …]
Dregexec.c1345 Idx subexp_idx = dfa->nodes[node].opr.idx + 1; in proceed_next_node()
1568 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1; in update_regs()
1579 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1; in update_regs()
1941 subexp_idx = dfa->nodes[ent->node].opr.idx; in check_dst_limits()
2027 if ((boundaries & 1) && subexp_idx == dfa->nodes[node].opr.idx) in check_dst_limits_calc_pos_1()
2032 if ((boundaries & 2) && subexp_idx == dfa->nodes[node].opr.idx) in check_dst_limits_calc_pos_1()
2092 subexp_idx = dfa->nodes[ent->node].opr.idx; in check_subexp_limits()
2102 && subexp_idx == dfa->nodes[node].opr.idx) in check_subexp_limits()
2105 && subexp_idx == dfa->nodes[node].opr.idx) in check_subexp_limits()
2147 if (subexp_idx != dfa->nodes[node].opr.idx) in check_subexp_limits()
[all …]
Dregex_internal.h342 } opr; member
732 } opr; member