Lines Matching refs:menu
48 A menu entry can have a number of attributes. Not all of them are
63 Every menu entry can have at most one prompt, which is used to display
70 Default values are not limited to the menu entry where they are
107 This defines a dependency for this menu entry. If multiple
109 are applied to all other options within this menu entry (which also
122 another symbol. The value of the current menu symbol is used as the
165 - limiting menu display: "visible if" <expr>
166 This attribute is only applicable to menu blocks, if the condition is
167 false, the menu block is not displayed to the user (the symbols
169 similar to a conditional "prompt" attribute for individual menu
188 which can modify the behaviour of the menu entry and its config
208 Dependencies define the visibility of a menu entry and can also reduce
243 respectively for calculations). A menu entry becomes visible when its
257 The position of a menu entry in the tree is determined in two ways. First
260 menu "Network device support"
268 All entries within the "menu" ... "endmenu" block become a submenu of
270 the menu entry, e.g. this means the dependency "NET" is added to the
273 The other way to generate the menu structure is done by analyzing the
274 dependencies. If a menu entry somehow depends on the previous entry, it
299 The configuration file describes a series of menu entries, where every
301 end a menu entry:
306 - menu/endmenu
309 The first five also start the definition of a menu entry.
399 menu:
401 "menu" <prompt>
402 <menu options>
403 <menu block>
406 This defines a menu block, see "Menu structure" above for more
417 to all enclosed menu entries.