Lines Matching full:entries
53 .Va entries
57 .Va entries
64 .Va entries
103 All menu entries that can be selected may have any number of
105 entries.
161 Contains single and multi user boot options, as well as entries to access other
178 entries = {
211 local stock_entries = menu.welcome.entries
212 function menu.welcome.entries()
228 -- Fill in with vendor specific entries
230 entries = {
251 .Ic menu.boot_options.entries
260 -- The `entries` of a menu may either be a table or a function. In this
265 -- If `entries` is a table, then the stock menu system won't be changing it
268 -- If `entries` is a function, then we would need to provide a new function to
269 -- replace `entries` that does a core.deepCopyTable() of the result and adds
272 local stock_options = menu.boot_options.entries