Lines Matching refs:menu
53 HpcMenuInterface &menu = HPC_MENU; in boot() local
59 menu._main = new MainTabWindow(*this, IDC_BASE_MAIN); in boot()
60 w = menu._main; in boot()
63 menu._option = new OptionTabWindow(*this, IDC_BASE_OPTION); in boot()
64 w = menu._option; in boot()
67 menu._console = new ConsoleTabWindow(*this, IDC_BASE_CONSOLE); in boot()
68 w = menu._console; in boot()
94 HpcMenuInterface &menu = HPC_MENU; in init() local
105 for (i = 0; entry = menu.dir(i); i++) in init()
107 SendDlgItemMessage(w, IDC_MAIN_DIR, CB_SETCURSEL, menu.dir_default(), in init()
161 HpcMenuInterface &menu = HPC_MENU; in _sort_platids() local
167 for (nids = 0; menu.platform_get(nids); ++nids) in _sort_platids()
175 for (i = 0; entry = menu.platform_get(i); i++) in _sort_platids()
178 menu.platform_default(), 0); in _sort_platids()
184 p->name = menu.platform_get(i); in _sort_platids()
190 int defid = menu.platform_default(); in _sort_platids()
254 HpcMenuInterface &menu = HPC_MENU; in get() local
265 menu.platform_set(_item_to_platid(i)); in get()
479 HpcMenuInterface &menu = HPC_MENU; in command() local
505 menu._cons_parameter |= bit; in command()
507 menu._cons_parameter &= ~bit; in command()
516 hook = &menu._cons_hook[id - IDC_CONS_BTN_]; in command()
518 hook->func(hook->arg, menu._cons_parameter); in command()