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;
kcfg401scripts/tkparse.ckcfg = (struct kconfig *) malloc(sizeof(struct kconfig));
kcfg402scripts/tkparse.cmemset(kcfg, 0, sizeof(struct kconfig));
kcfg403scripts/tkparse.ckcfg->tok = tok;
kcfg406scripts/tkparse.cclast->next = kcfg;
kcfg407scripts/tkparse.cclast = kcfg;
kcfg411scripts/tkparse.cclast = config = kcfg;
kcfg423scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg424scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->optionname);
kcfg425scripts/tkparse.cpnt = get_string(pnt, &kcfg->value);
kcfg430scripts/tkparse.cparse_choices(kcfg, kcfg->optionname);
kcfg431scripts/tkparse.cfree(kcfg->optionname);
kcfg433scripts/tkparse.ckcfg->optionname = strdup(tmpbuf);
kcfg436scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg437scripts/tkparse.cif(*pnt == 'y' || *pnt == 'Y' ) kcfg->value = "1";
kcfg438scripts/tkparse.cif(*pnt == 'n' || *pnt == 'N' ) kcfg->value = "0";
kcfg439scripts/tkparse.cif(*pnt == 'm' || *pnt == 'M' ) kcfg->value = "2";
kcfg442scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg447scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg448scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg451scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg452scripts/tkparse.cpnt = get_string(pnt, &kcfg->optionname);
kcfg455scripts/tkparse.cpnt = get_string(pnt, &kcfg->depend.str);
kcfg458scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg461scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg462scripts/tkparse.ckoption->label = kcfg->label;
kcfg469scripts/tkparse.ckoption = kcfg;
kcfg473scripts/tkparse.cpnt = get_qstring(pnt, &kcfg->label);
kcfg485scripts/tkparse.ckcfg->cond = parse_if(pnt);
kcfg486scripts/tkparse.cif(kcfg->cond == NULL )