Lines Matching full:top
38 When run in standalone mode, the top-level Kconfig file to load can be passed
190 # Any visible items in the top menu?
770 def _add_to_tree(node, top): argument
772 # the nodes linearly to get the correct order. 'top' holds the menu that
773 # corresponds to the top-level menu, and can vary in single-menu mode.
776 _tree.move(id(node), "" if parent is top else id(parent), "end")
1066 # starting from the top of the tree. Used to preserve scrolling.
1259 # like the top-left corner of the screen otherwise. See the menuconfig()
1489 # to return the row before the top row.
2162 # Returns a string with 'expr' split into its top-level && or || operands,
2256 # In the top-level Kconfig file
2278 return "(Top)" + path