Home
last modified time | relevance | path

Searched refs:str_tree_storage (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h675 bin_tree_storage_t *str_tree_storage; member
Dregcomp.c963 for (storage = dfa->str_tree_storage; storage; storage = next) in free_workarea_compile()
968 dfa->str_tree_storage = NULL; in free_workarea_compile()
3749 storage->next = dfa->str_tree_storage; in create_token_tree()
3750 dfa->str_tree_storage = storage; in create_token_tree()
3753 tree = &dfa->str_tree_storage->data[dfa->str_tree_storage_idx++]; in create_token_tree()