HomeSort by: relevance | last modified time | path
    Searched defs:menu (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/lib/libmenu/
userptr.c 32 #include <menu.h>
36 /* the following is defined in menu.c */
37 extern MENU _menui_default_menu;
68 * Return the user pointer for the given menu
71 menu_userptr(MENU *menu)
73 if (menu == NULL)
76 return menu->userptr;
80 * Set the user pointer for the given menu
83 set_menu_userptr(MENU *param_menu, char *userptr
85 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_menu_userptr
    [all...]
userptr.c 32 #include <menu.h>
36 /* the following is defined in menu.c */
37 extern MENU _menui_default_menu;
68 * Return the user pointer for the given menu
71 menu_userptr(MENU *menu)
73 if (menu == NULL)
76 return menu->userptr;
80 * Set the user pointer for the given menu
83 set_menu_userptr(MENU *param_menu, char *userptr
85 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_menu_userptr
    [all...]
userptr.c 32 #include <menu.h>
36 /* the following is defined in menu.c */
37 extern MENU _menui_default_menu;
68 * Return the user pointer for the given menu
71 menu_userptr(MENU *menu)
73 if (menu == NULL)
76 return menu->userptr;
80 * Set the user pointer for the given menu
83 set_menu_userptr(MENU *param_menu, char *userptr
85 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_menu_userptr
    [all...]
userptr.c 32 #include <menu.h>
36 /* the following is defined in menu.c */
37 extern MENU _menui_default_menu;
68 * Return the user pointer for the given menu
71 menu_userptr(MENU *menu)
73 if (menu == NULL)
76 return menu->userptr;
80 * Set the user pointer for the given menu
83 set_menu_userptr(MENU *param_menu, char *userptr
85 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_menu_userptr
    [all...]
userptr.c 32 #include <menu.h>
36 /* the following is defined in menu.c */
37 extern MENU _menui_default_menu;
68 * Return the user pointer for the given menu
71 menu_userptr(MENU *menu)
73 if (menu == NULL)
76 return menu->userptr;
80 * Set the user pointer for the given menu
83 set_menu_userptr(MENU *param_menu, char *userptr
85 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_menu_userptr
    [all...]
item.c 32 #include <menu.h>
37 /* the following is defined in menu.c - it is the default menu struct */
38 extern MENU _menui_default_menu;
50 NULL, /* parent menu item is bound to */
51 -1, /* index number if item attached to a menu */
97 * Set the application defined function called when the menu is posted or
101 set_item_init(MENU *menu, Menu_Hook func)
103 if (menu == NULL
360 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_current_item
    [all...]
item.c 32 #include <menu.h>
37 /* the following is defined in menu.c - it is the default menu struct */
38 extern MENU _menui_default_menu;
50 NULL, /* parent menu item is bound to */
51 -1, /* index number if item attached to a menu */
97 * Set the application defined function called when the menu is posted or
101 set_item_init(MENU *menu, Menu_Hook func)
103 if (menu == NULL
360 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_current_item
    [all...]
item.c 32 #include <menu.h>
37 /* the following is defined in menu.c - it is the default menu struct */
38 extern MENU _menui_default_menu;
50 NULL, /* parent menu item is bound to */
51 -1, /* index number if item attached to a menu */
97 * Set the application defined function called when the menu is posted or
101 set_item_init(MENU *menu, Menu_Hook func)
103 if (menu == NULL
360 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_current_item
    [all...]
item.c 32 #include <menu.h>
37 /* the following is defined in menu.c - it is the default menu struct */
38 extern MENU _menui_default_menu;
50 NULL, /* parent menu item is bound to */
51 -1, /* index number if item attached to a menu */
97 * Set the application defined function called when the menu is posted or
101 set_item_init(MENU *menu, Menu_Hook func)
103 if (menu == NULL
360 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_current_item
    [all...]
item.c 32 #include <menu.h>
37 /* the following is defined in menu.c - it is the default menu struct */
38 extern MENU _menui_default_menu;
50 NULL, /* parent menu item is bound to */
51 -1, /* index number if item attached to a menu */
97 * Set the application defined function called when the menu is posted or
101 set_item_init(MENU *menu, Menu_Hook func)
103 if (menu == NULL
360 MENU *menu = (param_menu != NULL) ? param_menu : &_menui_default_menu; local in function:set_current_item
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
arch.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h> // MessageBox
74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:Architecture::setupBootInfo
81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
85 menu.setup_bootinfo(_boot_arg->bi);
arch.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h> // MessageBox
74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:Architecture::setupBootInfo
81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
85 menu.setup_bootinfo(_boot_arg->bi);
arch.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h> // MessageBox
74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:Architecture::setupBootInfo
81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
85 menu.setup_bootinfo(_boot_arg->bi);
arch.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h> // MessageBox
74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:Architecture::setupBootInfo
81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
85 menu.setup_bootinfo(_boot_arg->bi);
arch.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h> // MessageBox
74 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:Architecture::setupBootInfo
81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
85 menu.setup_bootinfo(_boot_arg->bi);
hpcboot.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h>
58 HpcMenuInterface::Instance(); // Menu System
101 HpcMenuInterface &menu = HPC_MENU; local in function:hpcboot
107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5")
    [all...]
hpcboot.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h>
58 HpcMenuInterface::Instance(); // Menu System
101 HpcMenuInterface &menu = HPC_MENU; local in function:hpcboot
107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5")
    [all...]
hpcboot.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h>
58 HpcMenuInterface::Instance(); // Menu System
101 HpcMenuInterface &menu = HPC_MENU; local in function:hpcboot
107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5")
    [all...]
hpcboot.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h>
58 HpcMenuInterface::Instance(); // Menu System
101 HpcMenuInterface &menu = HPC_MENU; local in function:hpcboot
107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5")
    [all...]
hpcboot.cpp 35 #include <menu/window.h>
36 #include <menu/rootwindow.h>
58 HpcMenuInterface::Instance(); // Menu System
101 HpcMenuInterface &menu = HPC_MENU; local in function:hpcboot
107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5")
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.cpp 33 #include <menu/window.h>
34 #include <menu/tabwindow.h>
35 #include <menu/rootwindow.h>
88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::create
89 if (menu._pref.auto_boot > 0)
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0);
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::proc
160 menu.get_options();
161 if (menu._pref.safety_message) {
162 UINT mb_icon = menu._pref.pause_before_boot
    [all...]
rootwindow.cpp 33 #include <menu/window.h>
34 #include <menu/tabwindow.h>
35 #include <menu/rootwindow.h>
88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::create
89 if (menu._pref.auto_boot > 0)
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0);
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::proc
160 menu.get_options();
161 if (menu._pref.safety_message) {
162 UINT mb_icon = menu._pref.pause_before_boot
    [all...]
rootwindow.cpp 33 #include <menu/window.h>
34 #include <menu/tabwindow.h>
35 #include <menu/rootwindow.h>
88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::create
89 if (menu._pref.auto_boot > 0)
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0);
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::proc
160 menu.get_options();
161 if (menu._pref.safety_message) {
162 UINT mb_icon = menu._pref.pause_before_boot
    [all...]
rootwindow.cpp 33 #include <menu/window.h>
34 #include <menu/tabwindow.h>
35 #include <menu/rootwindow.h>
88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::create
89 if (menu._pref.auto_boot > 0)
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0);
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::proc
160 menu.get_options();
161 if (menu._pref.safety_message) {
162 UINT mb_icon = menu._pref.pause_before_boot
    [all...]
rootwindow.cpp 33 #include <menu/window.h>
34 #include <menu/tabwindow.h>
35 #include <menu/rootwindow.h>
88 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::create
89 if (menu._pref.auto_boot > 0)
90 SetTimer(_window, IDD_TIMER, menu._pref.auto_boot * 1000, 0);
102 HpcMenuInterface &menu = HpcMenuInterface::Instance(); local in function:RootWindow::proc
160 menu.get_options();
161 if (menu._pref.safety_message) {
162 UINT mb_icon = menu._pref.pause_before_boot
    [all...]

Completed in 61 milliseconds

1 2 3