Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dsymbol.c37 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
46 struct symbol *sym; in sym_init() local
77 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
111 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
120 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
132 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
144 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
160 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
193 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
223 static struct symbol *sym_calc_choice(struct symbol *sym) in sym_calc_choice()
[all …]
Dzconf.y145 struct symbol *sym = sym_lookup($2, 0); variable
159 struct symbol *sym = sym_lookup($2, 0); variable
224 struct symbol *sym = sym_lookup(NULL, 0); variable
456 struct symbol *sym; variable
474 for_all_symbols(i, sym) { in for_all_symbols() argument
564 struct symbol *sym = menu->sym; in print_symbol() local
633 struct symbol *sym; in zconfdump() local
Dlkc.h107 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
113 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
123 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
128 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
133 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
138 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconf.c69 static void conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
215 struct symbol *sym = menu->sym; in conf_string() local
246 struct symbol *sym = menu->sym; in conf_sym() local
318 struct symbol *sym, *def_sym; in conf_choice() local
446 struct symbol *sym; in conf() local
508 struct symbol *sym; in check_conf() local
Dmenu.c44 void menu_add_entry(struct symbol *sym) in menu_add_entry()
109 struct symbol *sym = current_entry->sym; in menu_set_type() local
150 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
155 static int menu_range_valid_sym(struct symbol *sym, struct symbol *sym2) in menu_range_valid_sym()
161 void sym_check_prop(struct symbol *sym) in sym_check_prop()
208 struct symbol *sym; in menu_finalize() local
349 struct symbol *sym; in menu_is_visible() local
Dconfdata.c46 struct symbol *sym; in conf_expand_value() local
92 struct symbol *sym; in conf_read_simple() local
271 struct symbol *sym; in conf_read() local
334 struct symbol *sym; in conf_write() local
Dexpr.h40 struct symbol *sym; member
79 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
108 struct symbol *sym; member
118 #define for_all_properties(sym, st, tok) \ argument
121 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
122 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
123 #define for_all_prompts(sym, st) \ argument
131 struct symbol *sym; member
Dmconf.c409 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str()
439 struct symbol *sym; in get_relations_str() local
577 struct symbol *sym; in build_conf() local
735 struct symbol *sym; in conf() local
868 struct symbol *sym = menu->sym; in show_help() local
1061 struct symbol *sym; in main() local
Dexpr.c15 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
777 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
801 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
881 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
Dqconf.cc180 struct symbol* sym; in updateMenu() local
504 struct symbol* sym; in setValue() local
529 struct symbol* sym; in changeValue() local
1021 struct symbol* sym; in setHelp() local
Dgconf.c896 struct symbol *sym; in renderer_edited() local
918 struct symbol *sym = menu->sym; in change_sym_value() local
1181 struct symbol *sym = menu->sym; in fill_row() local
1394 struct symbol *sym; in update_tree() local
1473 struct symbol *sym; in display_tree() local
/busybox-1.35.0/scripts/basic/
Ddocproc.c127 void add_new_symbol(struct symfile *sym, char * symname) in add_new_symbol()
170 struct symfile *sym; in find_export_symbols() local
238 struct symfile * sym = &symfilelist[i]; in docfunctions() local
/busybox-1.35.0/modutils/
Dmodutils-24.c594 struct obj_symbol *sym; member
789 struct arch_symbol *sym; in arch_new_symbol() local
798 struct obj_symbol *sym, in arch_apply_relocation()
1979 struct obj_symbol *tmptab[HASH_BUCKETS], *sym, *next; in obj_set_symbol_compare() local
2006 struct obj_symbol *sym; in obj_add_symbol() local
2098 struct obj_symbol *sym; in obj_find_symbol() local
2107 static ElfW(Addr) obj_symbol_final_value(struct obj_file * f, struct obj_symbol * sym) in obj_symbol_final_value()
2251 struct obj_symbol *sym; in add_symbols_from() local
2424 struct obj_symbol *sym; in new_process_module_arguments() local
2711 static void new_add_ksymtab(struct obj_file *f, struct obj_symbol *sym) in new_add_ksymtab()
[all …]