tag | line | file | source code |
kconfig | 101 | scripts/tkcond.c | struct kconfig * cfg; |
kconfig | 154 | scripts/tkcond.c | struct kconfig * cfg; |
kconfig | 259 | scripts/tkcond.c | struct kconfig * cfg; |
kconfig | 296 | scripts/tkcond.c | int fix_conditionals(struct kconfig * scfg) |
kconfig | 300 | scripts/tkcond.c | struct kconfig * cfg; |
kconfig | 301 | scripts/tkcond.c | struct kconfig * cfg1; |
kconfig | 53 | scripts/tkgen.c | clear_globalflags(struct kconfig * cfg) |
kconfig | 65 | scripts/tkgen.c | generate_if(struct kconfig * item, |
kconfig | 257 | scripts/tkgen.c | generate_if_for_outfile(struct kconfig * item, |
kconfig | 374 | scripts/tkgen.c | struct kconfig * cfg; |
kconfig | 479 | scripts/tkgen.c | static int find_menu_size(struct kconfig *cfg, |
kconfig | 484 | scripts/tkgen.c | struct kconfig * pnt; |
kconfig | 523 | scripts/tkgen.c | dump_tk_script(struct kconfig *scfg) |
kconfig | 531 | scripts/tkgen.c | struct kconfig * cfg; |
kconfig | 532 | scripts/tkgen.c | struct kconfig * cfg1 = NULL; |
kconfig | 26 | scripts/tkparse.c | struct kconfig * config = NULL; |
kconfig | 27 | scripts/tkparse.c | struct kconfig * clast = NULL; |
kconfig | 28 | scripts/tkparse.c | struct kconfig * koption = NULL; |
kconfig | 219 | scripts/tkparse.c | static char * parse_choices(struct kconfig * choice_kcfg, char * pnt) |
kconfig | 221 | scripts/tkparse.c | struct kconfig * kcfg; |
kconfig | 232 | scripts/tkparse.c | kcfg = (struct kconfig *) malloc(sizeof(struct kconfig)); |
kconfig | 233 | scripts/tkparse.c | memset(kcfg, 0, sizeof(struct kconfig)); |
kconfig | 295 | scripts/tkparse.c | struct kconfig * kcfg; |
kconfig | 401 | scripts/tkparse.c | kcfg = (struct kconfig *) malloc(sizeof(struct kconfig)); |
kconfig | 402 | scripts/tkparse.c | memset(kcfg, 0, sizeof(struct kconfig)); |
kconfig | 605 | scripts/tkparse.c | struct kconfig * cfg; |
kconfig | 40 | scripts/tkparse.h | struct kconfig * cfg; |
kconfig | 56 | scripts/tkparse.h | struct kconfig * next; |
kconfig | 67 | scripts/tkparse.h | struct kconfig * choice_label; |
kconfig | 72 | scripts/tkparse.h | extern struct kconfig * config; |
kconfig | 73 | scripts/tkparse.h | extern struct kconfig * clast; |
kconfig | 74 | scripts/tkparse.h | extern struct kconfig * koption; |