Home
last modified time | relevance | path

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

12

/buildroot/support/kconfig/
A Dsymbol.c120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
121 if (prop->visible.tri != no) in sym_get_default_prop()
132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
222 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
230 prop->visible.tri = no; in sym_calc_visibility()
236 if (sym->visible != tri) { in sym_calc_visibility()
237 sym->visible = tri; in sym_calc_visibility()
286 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default()
399 if (sym->visible != no) in sym_calc_value()
418 sym->visible); in sym_calc_value()
[all …]
A Dmenu.c133 prop->visible.expr = dep; in menu_add_prop()
164 prop->visible.expr in menu_add_prop()
165 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
392 dep = rewrite_m(prop->visible.expr); in menu_finalize()
398 prop->visible.expr = dep; in menu_finalize()
528 prop->visible.expr); in menu_finalize()
634 tristate visible; in menu_is_visible() local
647 visible = menu->prompt->visible.tri; in menu_is_visible()
649 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible()
651 if (visible != no) in menu_is_visible()
[all …]
A Dzconf.y468 | visibility_list visible
472 visible: T_VISIBLE if_expr
679 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
681 expr_fprint(prop->visible.expr, out); in print_symbol()
688 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
690 expr_fprint(prop->visible.expr, out); in print_symbol()
755 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
757 expr_fprint(prop->visible.expr, out); in zconfdump()
A Dqconf.h127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
188 bool visible; variable
A Dqconf.cc218 if (!sym_has_value(sym) && visible) in updateMenu()
228 visible = v; in testUpdateMenu()
591 bool visible; in updateMenuList() local
623 visible = menu_is_visible(child); in updateMenuList()
630 item->testUpdateMenu(visible); in updateMenuList()
656 bool visible; in updateMenuList() local
688 visible = menu_is_visible(child); in updateMenuList()
695 item->testUpdateMenu(visible); in updateMenuList()
1073 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
1123 if (_menu->prompt->visible.expr) { in menuInfo()
[all …]
A Dexpr.h114 tristate visible; member
194 struct expr_value visible; member
A Dmconf.c474 bool visible; in build_conf() local
480 visible = menu_is_visible(menu); in build_conf()
483 else if (!show_all_options && !visible) in build_conf()
/buildroot/board/olpc/
A Dolpc.fth3 : (visible) " unfreeze visible" evaluate ;
4 ' (visible) catch drop forget (visible)
/buildroot/package/tzdata/
A DConfig.in1 # This package is not meant to be user-visible.
/buildroot/package/lm-sensors/
A DConfig.in31 visible through the ISA bus.
37 Isaset is a small helper program to set register visible
/buildroot/package/libpagekite/
A DConfig.in10 address visible to the wider Internet, but can also be used
/buildroot/board/arrow/avenger96/
A Dreadme.txt40 (5) The system will start, with the console on UART, but also visible
/buildroot/board/stmicroelectronics/stm32mp157a-dk1/
A Dreadme.txt37 (4) The system will start, with the console on UART, but also visible
/buildroot/board/stmicroelectronics/stm32mp157c-dk2/
A Dreadme.txt37 (4) The system will start, with the console on UART, but also visible
/buildroot/package/readline/
A Dinputrc7 set bell-style visible
/buildroot/board/intel/galileo/
A Dreadme.txt50 The console should now be visible at 115200 baud.
/buildroot/package/libunwind/
A DConfig.in16 # architectures (as visible in the list of architectures supported
/buildroot/support/kconfig/patches/
A D01-kconfig-kernel-to-buildroot.patch16 <property name="visible">True</property>
/buildroot/board/sipeed/licheepi_nano/
A Dreadme.txt60 and plug the USB cable. A new USB device should be visible with
/buildroot/package/libwebsock/
A D0003-fix-incorrect-inline.patch11 So utf8d is not visible when compiling util.c either.
/buildroot/package/busybox/
A DConfig.in100 # depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS are visible when Busybox
/buildroot/package/dc3dd/
A D0003-fix-for-glibc-2.28.patch3 glibc 2.28 hides a number of internal macros that used to be visible. gnulib
/buildroot/toolchain/toolchain-buildroot/
A DConfig.in93 This option is visible if no C library is available for the
/buildroot/docs/manual/
A Dfaq-troubleshooting.adoc75 [[faq-why-not-visible-package]]
76 === Why are some packages not visible in the Buildroot config menu?
89 If the package is not visible due to some unmet toolchain options,
A Dadding-packages-directory.adoc184 * Selecting +Package C+ will be visible if +Package B+ has been
185 selected, which in turn is only visible if +Package A+ has been
232 made visible in a comment: since it is unlikely that the user can
236 The +comment+ should only be visible if the +config+ option itself would
237 be visible when the toolchain option dependencies are met. This means

Completed in 61 milliseconds

12