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;
clast387scripts/tkparse.cif( clast != NULL && clast->tok == tok_if 
clast404scripts/tkparse.cif( clast != NULL )
clast406scripts/tkparse.cclast->next = kcfg;
clast407scripts/tkparse.cclast = kcfg;
clast411scripts/tkparse.cclast = config = kcfg;
clast73scripts/tkparse.hextern struct kconfig * clast;