tag | line | file | source code |
---|---|---|---|
choice_kcfg | 219 | scripts/tkparse.c | static char * parse_choices(struct kconfig * choice_kcfg, char * pnt) |
choice_kcfg | 248 | scripts/tkparse.c | kcfg->choice_label = choice_kcfg; |
choice_kcfg | 250 | scripts/tkparse.c | if( strcmp(kcfg->label, choice_kcfg->value) == 0 ) |
choice_kcfg | 251 | scripts/tkparse.c | choice_kcfg->choice_value = kcfg->choice_value; |