taglinefilesource code
clast27scripts/tkparse.cstruct kconfig * clast = NULL;
clast235scripts/tkparse.cif( clast != NULL )
clast237scripts/tkparse.cclast->next = kcfg;
clast238scripts/tkparse.cclast = kcfg;
clast242scripts/tkparse.cclast = config = kcfg;
clast392scripts/tkparse.cif( clast != NULL && clast->tok == tok_if 
clast409scripts/tkparse.cif( clast != NULL )
clast411scripts/tkparse.cclast->next = kcfg;
clast412scripts/tkparse.cclast = kcfg;
clast416scripts/tkparse.cclast = config = kcfg;
clast75scripts/tkparse.hextern struct kconfig * clast;