Home
last modified time | relevance | path

Searched refs:num_gain_reasons (Results 1 – 7 of 7) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dhistory.h73 num_gain_reasons = 4 /*!< number of gain reasons. */ enumerator
H A Dhistory.c458 assert_error((reason < num_gain_reasons), in count_gain()
463 ++(side->gaincounts[num_gain_reasons * u + reason]); in count_gain()
729 for (i = 0; i < num_gain_reasons; ++i) in total_gain()
H A Dside.h1157 #define side_gain_count(s,u,r) (((s)->gaincounts)[num_gain_reasons*(u)+(r)])
H A Dnlang.c3580 for (gainreason = 0; gainreason < num_gain_reasons; ++gainreason) { in write_unit_record()
3593 for (gainreason = 0; gainreason < num_gain_reasons; ++gainreason) { in write_unit_record()
H A Dwrite.c1532 for (i = 0; i < numutypes * num_gain_reasons; ++i) { in write_side_properties()
H A Dside.c417 newside->gaincounts = (short *) xmalloc(numutypes * num_gain_reasons * sizeof(short)); in create_side()
H A Dread.c2453 interp_short_array(side->gaincounts, rest, numutypes * num_gain_reasons); in fill_in_side()