#include "expr.h"
#include <libintl.h>
#include "lkc_proto.h"
Go to the source code of this file.
|
| 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) |
| |
| const char * | zconf_curname (void) |
| |
| const char * | conf_get_configname (void) |
| |
| const char * | conf_get_autoconfig_name (void) |
| |
| char * | conf_get_default_confname (void) |
| |
| void | sym_set_change_count (int count) |
| |
| void | sym_add_change_count (int count) |
| |
| void | conf_set_all_new_symbols (enum conf_def_mode mode) |
| |
| void | _menu_init (void) |
| |
| void | menu_warn (struct menu *menu, const char *fmt,...) |
| |
| struct menu * | 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) |
| |
| void | menu_add_visibility (struct expr *dep) |
| |
| struct property * | menu_add_prop (enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) |
| |
| struct property * | 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_add_option (int token, char *arg) |
| |
| void | menu_finalize (struct menu *parent) |
| |
| void | menu_set_type (int type) |
| |
| struct file * | file_lookup (const char *name) |
| |
| int | file_write_dep (const char *name) |
| |
| struct gstr | str_new (void) |
| |
| struct gstr | str_assign (const char *s) |
| |
| void | str_free (struct gstr *gs) |
| |
| void | str_append (struct gstr *gs, const char *s) |
| |
| void | str_printf (struct gstr *gs, const char *fmt,...) |
| |
| const char * | str_get (struct gstr *gs) |
| |
| void | sym_init (void) |
| |
| void | sym_clear_all_valid (void) |
| |
| void | sym_set_all_changed (void) |
| |
| void | sym_set_changed (struct symbol *sym) |
| |
| struct symbol * | sym_choice_default (struct symbol *sym) |
| |
| const char * | sym_get_string_default (struct symbol *sym) |
| |
| struct symbol * | sym_check_deps (struct symbol *sym) |
| |
| struct property * | prop_alloc (enum prop_type type, struct symbol *sym) |
| |
| struct symbol * | prop_get_symbol (struct property *prop) |
| |
| struct property * | sym_get_env_prop (struct symbol *sym) |
| |
Definition at line 36 of file lkc.h.
| #define CONFIG_ "CONFIG_" |
Definition at line 40 of file lkc.h.
| #define LOCALEDIR "/usr/share/locale" |
Definition at line 34 of file lkc.h.
Definition at line 37 of file lkc.h.
Definition at line 24 of file lkc.h.
Definition at line 31 of file lkc.h.
| #define SRCTREE "srctree" |
Definition at line 28 of file lkc.h.
| #define T_OPT_DEFCONFIG_LIST 2 |
Definition at line 56 of file lkc.h.
Definition at line 57 of file lkc.h.
Definition at line 55 of file lkc.h.
| #define TF_COMMAND 0x0001 |
Definition at line 43 of file lkc.h.
Definition at line 45 of file lkc.h.
Definition at line 44 of file lkc.h.
- Enumerator:
| def_default |
|
| def_yes |
|
| def_mod |
|
| def_no |
|
| def_random |
|
Definition at line 47 of file lkc.h.
| char* conf_get_default_confname |
( |
void |
| ) |
|
| void sym_add_change_count |
( |
int |
count | ) |
|
| void sym_set_change_count |
( |
int |
count | ) |
|
| void zconfdump |
( |
FILE * |
out | ) |
|