Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c69 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
121 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
122 if (prop->visible.tri != no) in sym_get_default_prop()
133 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
134 if (prop->visible.tri != no) in sym_get_range_prop()
197 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
198 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
202 if (sym->visible != tri) { in sym_calc_visibility()
203 sym->visible = tri; in sym_calc_visibility()
243 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default()
[all …]
H A Dmenu.c133 prop->visible.expr = menu_check_dep(dep); in menu_add_prop()
151 prop->visible.expr in menu_add_prop()
152 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
290 parentdep = parent->prompt->visible.expr; in menu_finalize()
306 dep = expr_transform(prop->visible.expr); in menu_finalize()
311 prop->visible.expr = dep; in menu_finalize()
322 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
327 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
384 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
385 prop->visible.expr); in menu_finalize()
[all …]
H A Dzconf.y438 | visibility_list visible
442 visible: T_VISIBLE if_expr
651 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
653 expr_fprint(prop->visible.expr, out); in print_symbol()
660 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
662 expr_fprint(prop->visible.expr, out); in print_symbol()
722 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
724 expr_fprint(prop->visible.expr, out); in zconfdump()
H A Dqconf.cc223 if (!sym_has_value(sym) && visible) in updateMenu()
233 visible = v; in testUpdateMenu()
251 if (visible) { in paintCell()
600 bool visible; in updateMenuList() local
629 visible = menu_is_visible(child); in updateMenuList()
634 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
636 item->testUpdateMenu(visible); in updateMenuList()
1003 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
1053 if (_menu->prompt->visible.expr) { in menuInfo()
1055 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
[all …]
H A Dqconf.h147 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
152 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
157 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
198 bool visible; variable
H A Dzconf.tab.c2406 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2408 expr_fprint(prop->visible.expr, out); in print_symbol()
2415 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2417 expr_fprint(prop->visible.expr, out); in print_symbol()
2477 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
2479 expr_fprint(prop->visible.expr, out); in zconfdump()
H A Dmconf.c346 bool visible; in build_conf() local
352 visible = menu_is_visible(menu); in build_conf()
355 else if (!show_all_options && !visible) in build_conf()
H A Dzconf.tab.c_shipped573 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
2298 case T_VISIBLE: return "visible";
2406 if (!expr_is_yes(prop->visible.expr)) {
2408 expr_fprint(prop->visible.expr, out);
2415 if (!expr_is_yes(prop->visible.expr)) {
2417 expr_fprint(prop->visible.expr, out);
2477 if (!expr_is_yes(prop->visible.expr)) {
2479 expr_fprint(prop->visible.expr, out);
H A Dconfdata.c207 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
385 if (choice_sym->visible != no) in conf_read()
397 if (sym->visible == no && !conf_unsaved) in conf_read()
H A Dexpr.h79 tristate visible; member
139 struct expr_value visible; member
H A Dzconf.hash.c_shipped117 char kconf_id_strings_str37[sizeof("visible")];
152 "visible",
H A Dzconf.gperf41 visible, T_VISIBLE, TF_COMMAND keyword
H A Dlex.zconf.c_shipped863 These are made visible to non-reentrant scanners for convenience. */
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile342 # undocumented classes that are normally visible in the class hierarchy.
721 # fragments. Normal C and C++ comments will always remain visible.
H A Dbsp.dxyfile341 # undocumented classes that are normally visible in the class hierarchy.
720 # fragments. Normal C and C++ comments will always remain visible.
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped629 These are made visible to non-reentrant scanners for convenience. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped699 These are made visible to non-reentrant scanners for convenience. */