|
Defines |
| #define | P(name, type, arg) extern type (*name ## _p) arg |
| #define | SRCTREE "srctree" |
Functions |
| int | zconfparse (void) |
| void | zconfdump (FILE *out) |
| void | zconf_starthelp (void) |
| FILE * | zconf_fopen (const char *name) |
| void | zconf_initscan (const char *name) |
| void | zconf_nextfile (const char *name) |
| int | zconf_lineno (void) |
| char * | zconf_curname (void) |
| char * | conf_get_default_confname (void) |
| void | kconfig_load (void) |
| void | menu_init (void) |
| void | menu_add_menu (void) |
| void | menu_end_menu (void) |
| void | menu_add_entry (struct symbol *sym) |
| void | menu_end_entry (void) |
| void | menu_add_dep (struct expr *dep) |
| property * | menu_add_prop (enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) |
| void | menu_add_prompt (enum prop_type type, char *prompt, struct expr *dep) |
| void | menu_add_expr (enum prop_type type, struct expr *expr, struct expr *dep) |
| void | menu_add_symbol (enum prop_type type, struct symbol *sym, struct expr *dep) |
| void | menu_finalize (struct menu *parent) |
| void | menu_set_type (int type) |
| file * | file_lookup (const char *name) |
| int | file_write_dep (const char *name) |
| void | sym_init (void) |
| void | sym_clear_all_valid (void) |
| void | sym_set_changed (struct symbol *sym) |
| symbol * | sym_check_deps (struct symbol *sym) |
| property * | prop_alloc (enum prop_type type, struct symbol *sym) |
| symbol * | prop_get_symbol (struct property *prop) |
| static tristate | sym_get_tristate_value (struct symbol *sym) |
| static struct symbol * | sym_get_choice_value (struct symbol *sym) |
| static bool | sym_set_choice_value (struct symbol *ch, struct symbol *chval) |
| static bool | sym_is_choice (struct symbol *sym) |
| static bool | sym_is_choice_value (struct symbol *sym) |
| static bool | sym_is_optional (struct symbol *sym) |
| static bool | sym_has_value (struct symbol *sym) |
Variables |
| int | zconfdebug |
| const char | conf_def_filename [] |
| char | conf_filename [] |
| menu * | current_entry |
| menu * | current_menu |