Searched refs:nodes (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.c | 28 const re_node_set *nodes, 31 const re_node_set *nodes, 1425 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc); in re_dfa_add_node() 1428 dfa->nodes = new_nodes; in re_dfa_add_node() 1442 dfa->nodes[dfa->nodes_len] = token; in re_dfa_add_node() 1443 dfa->nodes[dfa->nodes_len].constraint = 0; in re_dfa_add_node() 1447 dfa->nodes[dfa->nodes_len].accept_mb = in re_dfa_add_node() 1459 calc_state_hash (const re_node_set *nodes, unsigned int context) in calc_state_hash() argument 1461 re_hashval_t hash = nodes->nelem + context; in calc_state_hash() 1463 for (i = 0 ; i < nodes->nelem ; i++) in calc_state_hash() [all …]
|
D | regexec.c | 154 const re_node_set *nodes) 164 static Idx find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes, 692 if (dfa->init_state->nodes.nelem == 0 in re_search_internal() 693 && dfa->init_state_word->nodes.nelem == 0 in re_search_internal() 694 && (dfa->init_state_nl->nodes.nelem == 0 in re_search_internal() 1146 err = check_subexp_matching_top (mctx, &cur_state->nodes, 0); in check_matching() 1152 err = transit_state_bkref (mctx, &cur_state->nodes); in check_matching() 1250 re_token_type_t type = dfa->nodes[node].type; in check_halt_node_context() 1251 unsigned int constraint = dfa->nodes[node].constraint; in check_halt_node_context() 1276 for (i = 0; i < state->nodes.nelem; ++i) in check_halt_state_context() [all …]
|
D | regcomp.c | 316 for (node_cnt = 0; node_cnt < init_state->nodes.nelem; ++node_cnt) in re_compile_fastmap_iter() 318 Idx node = init_state->nodes.elems[node_cnt]; in re_compile_fastmap_iter() 319 re_token_type_t type = dfa->nodes[node].type; in re_compile_fastmap_iter() 323 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() 335 && dfa->nodes[node].type == CHARACTER in re_compile_fastmap_iter() 336 && dfa->nodes[node].mb_partial) 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() [all …]
|
D | regex_internal.h | 541 re_node_set nodes; member 661 re_token_t *nodes; member
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | list | 636 // Unlink nodes [__f, __l] 1027 // Link in nodes [__f, __l] just prior to __p
|
D | __tree | 56 All nodes (with the exception of end_node), even the node referred to as
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 717 certainly want to use subdirectories, or two nodes with the same name
|
D | make.info-2 | 1797 or two nodes with the same name in different manuals will
|