Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c420 container_t *tmp_container, *tmp2_container; in handle_container() local
436 tmp_container = search_group(buf, f); in handle_container()
437 if (tmp_container) { in handle_container()
438 if (tmp_container->type == END) { in handle_container()
439 free(tmp_container); in handle_container()
443 child = tmp_container; in handle_container()
449 tmp2_container->next = tmp_container; in handle_container()
454 if (!is_option && !tmp_container) { in handle_container()
572 container_t *tmp_container; in parse() local
584 tmp_container = search_group(buf, f); in parse()
[all …]