Home
last modified time | relevance | path

Searched refs:menu_struct (Results 1 – 13 of 13) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dmenu.c42 menu_struct *ms; in gad_menu_up()
46 ms = (menu_struct *)TNG_MN(ptng)->ui_struct; in gad_menu_up()
112 menu_struct *ms; in gad_menu_create()
116 ms = (menu_struct *)malloc(sizeof(menu_struct)); in gad_menu_create()
H A Dmenu.h64 } menu_struct; typedef
/dports/games/foobillard/foobillard-3.0a/src/
H A Dmenu.h18 struct menu_struct;
21 typedef struct menu_struct menuType;
41 /*typedef */struct menu_struct{ struct
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/
H A Dmenus_n_tools.h54 } menu_struct; typedef
67 menu_struct *menu_new(gint , command_item_struct *,
69 void menu_free(menu_struct *);
H A Dmenus_n_tools.c53 menu_struct *menu_new(gint nbitems, command_item_struct *items, in menu_new()
62 menu_struct *menu; in menu_new()
66 if (NULL == (menu = (menu_struct *)x_malloc(sizeof(menu_struct), "menu_struct"))) in menu_new()
401 void menu_free(menu_struct *menu) { in menu_free()
/dports/x11/xkeywrap/xkeywrap-1.1/
H A Dxkeywrap_demo.c57 } menu_struct[] = { variable
90 for (i = 0; menu_struct[i].name; i++) { in output_message()
91 len = strlen(menu_struct[i].name); in output_message()
93 x * FONT_WIDTH, FONT_OFFSET, menu_struct[i].name, len); in output_message()
166 for (i = 0; menu_struct[i].name; i++) { in pointer_motion()
167 x += strlen(menu_struct[i].name) + 1; in pointer_motion()
186 (*(menu_struct[focus_menu].func))(); in button_press()
H A Dxkeywrap.c107 } menu_struct[] = { variable
173 for (i = 0; menu_struct[i].name; i++) { in output_message()
174 len = strlen(menu_struct[i].name); in output_message()
280 for (i = 0; menu_struct[i].name; i++) { in pointer_motion()
281 x += strlen(menu_struct[i].name) + 1; in pointer_motion()
288 output_message(menu_struct[focus_menu].information); in pointer_motion()
303 (*(menu_struct[focus_menu].func))(ev); in button_press()
1306 for (i = 0; menu_struct[i].name; i++) { in make_menubar()
1307 strncat(menubar, menu_struct[i].name, 200); in make_menubar()
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dxnetgen.c83 } menu_struct; typedef
198 static menu_struct WriteMenu[] = {
256 static menu_struct ReadMenu[] = {
437 static menu_struct NetcmpMenu[] = {
584 static menu_struct ProtoMenu[] = {
663 static menu_struct PrintMenu[] = {
815 static menu_struct Menu[] = {
842 menu_struct *p; in ItemsInMenu()
858 menu_struct *menu;
1982 menu_struct *menu; in MenuCallback()
[all …]
/dports/x11/xman/xman-1.1.5/
H A Dbuttons.c523 MenuStruct *menu_struct; in CreateSectionMenu() local
539 menu_struct = (MenuStruct *) XtMalloc(sizeof(MenuStruct)); in CreateSectionMenu()
540 menu_struct->data = (caddr_t) man_globals; in CreateSectionMenu()
541 menu_struct->number = i; in CreateSectionMenu()
543 (caddr_t) menu_struct); in CreateSectionMenu()
545 (caddr_t) menu_struct); in CreateSectionMenu()
H A Dhandler.c253 MenuStruct *menu_struct; in DirPopupCallback() local
258 menu_struct = (MenuStruct *) pointer; in DirPopupCallback()
259 man_globals = (ManpageGlobals *) menu_struct->data; in DirPopupCallback()
261 number = menu_struct->number; in DirPopupCallback()
/dports/graphics/geomorph/geomorph-0.60.1/src/app/
H A Dapp.h45 menu_struct *menu;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dcmd.c2153 makemenu(menuname, menu_struct) argument
2155 struct menu_list menu_struct[];
2167 for (i = 0; menu_struct[i].m_header; i++) {
2168 if (strcmp(menu_struct[i].m_header,menuname)) continue;
2169 current_menu = menu_struct[i].m_menu;
2199 return (makemenu(current_menu[i].m_item, menu_struct));
2202 for (i = 0; menu_struct[i].m_header; i++){
2203 if (menuname == menu_struct[i].m_header) {
2204 if (menu_struct[i].m_parent)
2205 return (makemenu(menu_struct[i].m_parent, menu_struct));
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dmenu.c46 typedef struct menu_struct { struct