taglinefilesource code
choice_kcfg219scripts/tkparse.cstatic char * parse_choices(struct kconfig * choice_kcfg, char * pnt)
choice_kcfg248scripts/tkparse.ckcfg->choice_label = choice_kcfg;
choice_kcfg250scripts/tkparse.cif( strcmp(kcfg->label, choice_kcfg->value) == 0 )
choice_kcfg251scripts/tkparse.cchoice_kcfg->choice_value = kcfg->choice_value;