OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runmult
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/cribbage/
score.c
228
int runlength,
runmult
, lastmult, curmult;
local in function:pairuns
238
curmult =
runmult
= 1;
258
runmult
*= curmult;
270
runmult
= 1;
273
runmult
*= lastmult;
277
runmult
*= lastmult;
283
runpoints = (runlength >= 3 ? runlength *
runmult
: 0);
Completed in 14 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025