Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dexpr.h125 struct list_head choice_link; member
H A Dparser.y166 if (list_empty(&current_entry->sym->choice_link))
167 list_add_tail(&current_entry->sym->choice_link,
H A Dconf.c157 list_move_tail(&sym->choice_link, in randomize_choice_values()