Home
last modified time | relevance | path

Searched refs:menuopt (Results 1 – 5 of 5) sorted by relevance

/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Dmenu.c63 static int menuopt; /* current option */ variable
150 menuopt = 0; in menu_init()
236 menufoot->position.x = menufnt[menuopt][0]->position.x - 20 + 3*cos(2*PI * t); in menu_update()
237 menufoot->position.y = menufnt[menuopt][0]->position.y; in menu_update()
241 menuopt--; in menu_update()
245 menuopt++; in menu_update()
247 menuopt = (menuopt%MENU_MAXOPTIONS + MENU_MAXOPTIONS) % MENU_MAXOPTIONS; in menu_update()
251 select_option(menuopt); in menu_update()
334 font_render(menufnt[i][i == menuopt ? 1 : 0], camera); in menu_render()
/dports/editors/the/THE-3.3RC4/
H A Ddemo.the14 rc = menuopt()
310 menuopt: Procedure
/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Dnarrativeweb.py139 menuopt = menu.get_option_by_name(optname)
140 self.options[optname] = menuopt.get_value()
/dports/games/powder/powder118_src/
H A Dmain.cpp3736 OPTION_NAMES menuopt[] = in processOptions() local
3818 option = menuopt[selection]; in processOptions()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcom.c1840 static KEYWORD menuopt[] = variable
1854 COMCOMP us_menup = {menuopt, NOTOPLIST, NONEXTLIST, NOPARAMS,