Home
last modified time | relevance | path

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

/dports/graphics/urt/urt-3.1b1_12/lib/
H A Dcolorquant.c391 register int i, whichbox = 0; local
398 whichbox = i;
401 return whichbox;
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dkeen.c231 int *boxes, *boxlist, *whichbox; member
524 if (ctx->whichbox[pos] != box && in solver_common()
705 ctx.whichbox = snewn(a, int); in solver()
713 ctx.whichbox[ctx.boxlist[m-1]] = n; in solver()
731 sfree(ctx.whichbox); in solver()
/dports/graphics/xli/xli-2006-11-10/
H A Dreduce.c374 register int i, whichbox = n; in GreatestVariance() local
380 whichbox = i; in GreatestVariance()
383 return whichbox; in GreatestVariance()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.cpp4724 int whichbox; in InvDragStart() local
4726 whichbox = WhichMenuBox(curX, curY, true); in InvDragStart()
4728 if (whichbox == IB_SLIDE) { in InvDragStart()
4731 } else if (whichbox > 0 && (whichbox & IS_MASK)) { in InvDragStart()
4733 cd.selBox = whichbox; in InvDragStart()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Ddialogs.cpp4154 int whichbox; in InvDragStart() local
4156 whichbox = WhichMenuBox(curX, curY, true); in InvDragStart()
4158 if (whichbox == IB_SLIDE) { in InvDragStart()
4161 } else if (whichbox > 0 && (whichbox & IS_MASK)) { in InvDragStart()
4163 cd.selBox = whichbox; in InvDragStart()