Home
last modified time | relevance | path

Searched refs:gfx_selectmenu (Results 1 – 6 of 6) sorted by relevance

/dports/games/powder/powder118_src/
H A Dmain.cpp495 select = gfx_selectmenu(5, 3, topmenu, aorb, topchoice); in makeAWish()
691 select = gfx_selectmenu(5, 3, moblist, aorb, lastmob); in makeAWish()
810 select = gfx_selectmenu(5, 3, xpmenu, aorb); in makeAWish()
839 select = gfx_selectmenu(5, 3, godlist, aorb); in makeAWish()
1004 select = gfx_selectmenu(5, 3, moblist, aorb, lastmob); in makeAWish()
1365 select = gfx_selectmenu(30-10, 3, m, aorb, def); in selectMenu()
3814 selection = gfx_selectmenu(30-11, 3, menu, aorb, def); in processOptions()
4077 choice = gfx_selectmenu(5, 4, m, aorb, lastchoice); in processOptions()
4121 choice = gfx_selectmenu(5, 4, m, aorb, lastchoice); in processOptions()
4379 selection = gfx_selectmenu(30 - 15, 3, in processOptions()
[all …]
H A Dvictory.cpp149 gfx_selectmenu(5, 4, intrinsiclist, aorb); in glbShowIntrinsic()
265 gfx_selectmenu(5, 4, (const char **) moblist, aorb); in glbShowKillCount()
H A Dgfxengine.h309 int gfx_selectmenu(int x, int y, const char **menu, int &aorb, int def=0,
H A Dpiety.cpp1389 choice = gfx_selectmenu(30 - 20, 3, (const char **)menu, aorb); in pietyGainLevel()
1599 gfx_selectmenu(5, 6, (const char **) menu, aorb, glbChosenGod); in pietyReport()
H A Dgfxengine.cpp2241 gfx_selectmenu(int x, int y, const char **menu, int &aorb, int def, in gfx_selectmenu() function
2610 choice = gfx_selectmenu(8, 8, menu, aorb, !defchoice); in gfx_yesnomenu()
H A Daction.cpp3666 choice = gfx_selectmenu(15, 3, (const char **) options, aorb, lastchoice, true); in actionRead()
7588 selection = gfx_selectmenu(5, 4, (const char **) moblist, aorb); in actionPolymorph()