Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c390 value_list_t *lhead; in set_option() local
391 lhead = malloc(sizeof(struct value_list)); in set_option()
392 INIT_LIST_HEAD(&lhead->list); in set_option()
393 options->value = lhead; in set_option()