| tag | line | file | source code |
| clast | 27 | scripts/tkparse.c | struct kconfig * clast = NULL; |
| clast | 235 | scripts/tkparse.c | if( clast != NULL ) |
| clast | 237 | scripts/tkparse.c | clast->next = kcfg; |
| clast | 238 | scripts/tkparse.c | clast = kcfg; |
| clast | 242 | scripts/tkparse.c | clast = config = kcfg; |
| clast | 396 | scripts/tkparse.c | if( clast != NULL && clast->tok == tok_if |
| clast | 413 | scripts/tkparse.c | if( clast != NULL ) |
| clast | 415 | scripts/tkparse.c | clast->next = kcfg; |
| clast | 416 | scripts/tkparse.c | clast = kcfg; |
| clast | 420 | scripts/tkparse.c | clast = config = kcfg; |
| clast | 75 | scripts/tkparse.h | extern struct kconfig * clast; |