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 | 392 | scripts/tkparse.c | if( clast != NULL && clast->tok == tok_if |
clast | 409 | scripts/tkparse.c | if( clast != NULL ) |
clast | 411 | scripts/tkparse.c | clast->next = kcfg; |
clast | 412 | scripts/tkparse.c | clast = kcfg; |
clast | 416 | scripts/tkparse.c | clast = config = kcfg; |
clast | 75 | scripts/tkparse.h | extern struct kconfig * clast; |