Searched refs:lhead (Results 1 – 1 of 1) sorted by relevance
390 value_list_t *lhead; in set_option() local391 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()