taglinefilesource code
kcfg221scripts/tkparse.cstruct kconfig * kcfg;
kcfg232scripts/tkparse.ckcfg = (struct kconfig *) malloc(sizeof(struct kconfig));
kcfg233scripts/tkparse.cmemset(kcfg, 0, sizeof(struct kconfig));
kcfg234scripts/tkparse.ckcfg->tok = tok_choice;
kcfg237scripts/tkparse.cclast->next = kcfg;
kcfg238scripts/tkparse.cclast = kcfg;
kcfg242scripts/tkparse.cclast = config = kcfg;
kcfg245scripts/tkparse.cpnt = get_string(pnt, &kcfg->label);
kcfg247scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg248scripts/tkparse.ckcfg->choice_label = choice_kcfg;
kcfg249scripts/tkparse.ckcfg->choice_value = index++;
kcfg250scripts/tkparse.cif( strcmp(kcfg->label, choice_kcfg->value) == 0 )
kcfg251scripts/tkparse.cchoice_kcfg->choice_value = kcfg->choice_value;
kcfg295scripts/tkparse.cstruct kconfig * kcfg;
kcfg406scripts/tkparse.ckcfg = (struct kconfig *) malloc(sizeof(struct kconfig));
kcfg407scripts/tkparse.cmemset(kcfg, 0, sizeof(struct kconfig));
kcfg408scripts/tkparse.ckcfg->tok = tok;
kcfg411scripts/tkparse.cclast->next = kcfg;
kcfg412scripts/tkparse.cclast = kcfg;
kcfg416scripts/tkparse.cclast = config = kcfg;
kcfg428scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg429scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->optionname);
kcfg430scripts/tkparse.cpnt = get_string(pnt, &kcfg->value);
kcfg435scripts/tkparse.cparse_choices(kcfg, kcfg->optionname);
kcfg436scripts/tkparse.cfree(kcfg->optionname);
kcfg438scripts/tkparse.ckcfg->optionname = strdup(tmpbuf);
kcfg441scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg442scripts/tkparse.cif(*pnt == 'y' || *pnt == 'Y' ) kcfg->value = "1";
kcfg443scripts/tkparse.cif(*pnt == 'n' || *pnt == 'N' ) kcfg->value = "0";
kcfg444scripts/tkparse.cif(*pnt == 'm' || *pnt == 'M' ) kcfg->value = "2";
kcfg447scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg452scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg453scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg456scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg457scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg460scripts/tkparse.cpnt = get_string(pnt, &kcfg->depend.str);
kcfg463scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg466scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg467scripts/tkparse.ckoption->label = kcfg->label;
kcfg474scripts/tkparse.ckoption = kcfg;
kcfg478scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg491scripts/tkparse.ckcfg->cond = parse_if(pnt);
kcfg492scripts/tkparse.cif(kcfg->cond == NULL )