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;
clast396scripts/tkparse.cif( clast != NULL && clast->tok == tok_if 
clast413scripts/tkparse.cif( clast != NULL )
clast415scripts/tkparse.cclast->next = kcfg;
clast416scripts/tkparse.cclast = kcfg;
clast420scripts/tkparse.cclast = config = kcfg;
clast75scripts/tkparse.hextern struct kconfig * clast;