Home
last modified time | relevance | path

Searched refs:M_UNIQUE (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h6302 M_WARM_BLOOD | M_SPEAKS | M_UNIQUE | M_MALE,
6315 M_UNIQUE | M_WARM_BLOOD | M_SPEAKS | M_MALE,
6487 M_UNIQUE | M_WARM_BLOOD | M_SPEAKS | M_MALE,
6514 M_UNIQUE | M_COLD_BLOOD | M_SPEAKS | M_MALE,
6721 M_UNIQUE | M_SEE_INVIS | M_SPEAKS | M_MALE,
6736 M_UNIQUE | M_SPEAKS | M_SEE_INVIS | M_MALE,
6749 M_SEE_INVIS | M_SPEAKS | M_UNIQUE | M_MALE,
6875 M_UNIQUE | M_SPEAKS | M_MALE | M_FLIES,
6889 M_SEE_INVIS | M_SPEAKS | M_UNIQUE | M_MALE,
6964 | M_WARM_BLOOD | M_UNIQUE,
[all …]
H A Dmon-flags.h77 M_UNIQUE = BIT(21), enumerator
H A Dmon-poly.cc121 || mons_class_flag(new_mclass, M_UNIQUE) // no uniques in _valid_type_morph()
H A Dmon-util.cc1538 return mons_class_flag(mc, M_UNIQUE); in mons_is_unique()
/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dps_maps.c254 (placement[marker]->status==M_UNIQUE)?'1':'2');
258 (placement[marker]->status==M_UNIQUE)?'1':'2');
264 (placement[marker]->status==M_UNIQUE)?'1':'2');
270 (placement[marker]->status==M_UNIQUE)?'1':'2');
274 (placement[marker]->status==M_UNIQUE)?'1':'2');
H A Dmap_info.h328 #define M_UNIQUE (4) /* da da unique */ macro
H A Dchroms.c209 if (placement_state(primary)==M_UNIQUE) unique++;
734 placement[locus]->status=(error_lod!=NO_ERRORS ? M_ERROR:M_UNIQUE);
H A Dprint.c623 } else if (state==M_UNIQUE) {