Lines Matching full:core
96 .Ic core.MENU_SEPARATOR
112 .Ic core.MENU_SEPARATOR .
115 .Xr core.lua 8 .
117 .Bl -tag -width core.MENU_CAROUSEL_ENTRY -offset indent
118 .It Ic core.MENU_RETURN
127 .It Ic core.MENU_ENTRY
132 .It Ic core.MENU_SEPARATOR
136 .It Ic core.MENU_SUBMENU
142 .It Ic core.MENU_CAROUSEL_ENTRY
174 local core = require("core")
180 entry_type = core.MENU_ENTRY,
182 func = core.boot,
185 entry_type = core.MENU_CAROUSEL_ENTRY,
202 local core = require("core")
206 entry_type = core.MENU_ENTRY,
208 func = core.boot,
225 local core = require("core")
237 entry_type = core.MENU_SUBMENU,
269 -- replace `entries` that does a core.deepCopyTable() of the result and adds
274 entry_type = core.MENU_ENTRY,
287 .Xr core.lua 8 ,