Lines Matching refs:menu

52 A menu entry can have a number of attributes. Not all of them are
71 Every menu entry can have at most one prompt, which is used to display
79 Default values are not limited to the menu entry where they are
119 This defines a dependency for this menu entry. If multiple
121 are applied to all other options within this menu entry (which also
137 another symbol. The value of the current menu symbol is used as the
205 - limiting menu display: "visible if" <expr>
207 This attribute is only applicable to menu blocks, if the condition is
208 false, the menu block is not displayed to the user (the symbols
210 similar to a conditional "prompt" attribute for individual menu
234 Dependencies define the visibility of a menu entry and can also reduce
269 respectively for calculations). A menu entry becomes visible when its
283 The position of a menu entry in the tree is determined in two ways. First
286 menu "Network device support"
294 All entries within the "menu" ... "endmenu" block become a submenu of
296 the menu entry, e.g. this means the dependency "NET" is added to the
299 The other way to generate the menu structure is done by analyzing the
300 dependencies. If a menu entry somehow depends on the previous entry, it
326 The configuration file describes a series of menu entries, where every
328 end a menu entry:
334 - menu/endmenu
338 The first five also start the definition of a menu entry.
429 menu::
431 "menu" <prompt>
432 <menu options>
433 <menu block>
436 This defines a menu block, see "Menu structure" above for more
447 to all enclosed menu entries.