P 4 scripts/kconfig/lkc_proto.h P(conf_parse,void,(const char *name)); P 5 scripts/kconfig/lkc_proto.h P(conf_read,int,(const char *name)); P 6 scripts/kconfig/lkc_proto.h P(conf_read_simple,int,(const char *name, int)); P 7 scripts/kconfig/lkc_proto.h P(conf_write_defconfig,int,(const char *name)); P 8 scripts/kconfig/lkc_proto.h P(conf_write,int,(const char *name)); P 9 scripts/kconfig/lkc_proto.h P(conf_write_autoconf,int,(void)); P 10 scripts/kconfig/lkc_proto.h P(conf_get_changed,bool,(void)); P 11 scripts/kconfig/lkc_proto.h P(conf_set_changed_callback, void,(void (*fn)(void))); P 12 scripts/kconfig/lkc_proto.h P(conf_set_message_callback, void,(void (*fn)(const char *fmt, va_list ap))); P 15 scripts/kconfig/lkc_proto.h P(rootmenu,struct menu,); P 17 scripts/kconfig/lkc_proto.h P(menu_is_empty, bool, (struct menu *menu)); P 18 scripts/kconfig/lkc_proto.h P(menu_is_visible, bool, (struct menu *menu)); P 19 scripts/kconfig/lkc_proto.h P(menu_has_prompt, bool, (struct menu *menu)); P 20 scripts/kconfig/lkc_proto.h P(menu_get_prompt,const char *,(struct menu *menu)); P 21 scripts/kconfig/lkc_proto.h P(menu_get_root_menu,struct menu *,(struct menu *menu)); P 22 scripts/kconfig/lkc_proto.h P(menu_get_parent_menu,struct menu *,(struct menu *menu)); P 23 scripts/kconfig/lkc_proto.h P(menu_has_help,bool,(struct menu *menu)); P 24 scripts/kconfig/lkc_proto.h P(menu_get_help,const char *,(struct menu *menu)); P 25 scripts/kconfig/lkc_proto.h P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head P 27 scripts/kconfig/lkc_proto.h P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head P 29 scripts/kconfig/lkc_proto.h P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help)); P 32 scripts/kconfig/lkc_proto.h P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); P 34 scripts/kconfig/lkc_proto.h P(sym_lookup,struct symbol *,(const char *name, int flags)); P 35 scripts/kconfig/lkc_proto.h P(sym_find,struct symbol *,(const char *name)); P 36 scripts/kconfig/lkc_proto.h P(sym_expand_string_value,const char *,(const char *in)); P 37 scripts/kconfig/lkc_proto.h P(sym_escape_string_value, const char *,(const char *in)); P 38 scripts/kconfig/lkc_proto.h P(sym_re_search,struct symbol **,(const char *pattern)); P 39 scripts/kconfig/lkc_proto.h P(sym_type_name,const char *,(enum symbol_type type)); P 40 scripts/kconfig/lkc_proto.h P(sym_calc_value,void,(struct symbol *sym)); P 41 scripts/kconfig/lkc_proto.h P(sym_get_type,enum symbol_type,(struct symbol *sym)); P 42 scripts/kconfig/lkc_proto.h P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri)); P 43 scripts/kconfig/lkc_proto.h P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri)); P 44 scripts/kconfig/lkc_proto.h P(sym_toggle_tristate_value,tristate,(struct symbol *sym)); P 45 scripts/kconfig/lkc_proto.h P(sym_string_valid,bool,(struct symbol *sym, const char *newval)); P 46 scripts/kconfig/lkc_proto.h P(sym_string_within_range,bool,(struct symbol *sym, const char *str)); P 47 scripts/kconfig/lkc_proto.h P(sym_set_string_value,bool,(struct symbol *sym, const char *newval)); P 48 scripts/kconfig/lkc_proto.h P(sym_is_changable,bool,(struct symbol *sym)); P 49 scripts/kconfig/lkc_proto.h P(sym_get_choice_prop,struct property *,(struct symbol *sym)); P 50 scripts/kconfig/lkc_proto.h P(sym_get_default_prop,struct property *,(struct symbol *sym)); P 51 scripts/kconfig/lkc_proto.h P(sym_get_string_value,const char *,(struct symbol *sym)); P 53 scripts/kconfig/lkc_proto.h P(prop_get_type_name,const char *,(enum prop_type type)); P 56 scripts/kconfig/lkc_proto.h P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2)); P 57 scripts/kconfig/lkc_proto.h P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken)); P 600 scripts/kconfig/qconf.cc template <class P> P 601 scripts/kconfig/qconf.cc void ConfigList::updateMenuList(P* parent, struct menu* menu) P 122 scripts/kconfig/qconf.h template <class P> P 123 scripts/kconfig/qconf.h void updateMenuList(P*, struct menu*);