Lines Matching defs:msym
324 char msym = mtmp->data->mlet;
367 if ((msym == 't' && !rn2(5))
368 || (msym == '1' && (mtmp->mhp < 7 || (!xdnstair && !rn2(5))
370 if (mtmp->mhp < 7 || (msym == 't' && rn2(2)))
378 if (strchr("D1", msym))
381 if (msym == 'U' && !mtmp->mcan && canseemon(mtmp) &&
398 (strchr("BIy", msym) && !rn2(3)))
404 if (msym == 'L' && appr == 1 && mtmp->mgold > u.ugold)
411 if (msym == '@' ||
412 ('a' <= msym && msym <= 'z')) {
425 likegold = (strchr("LOD", msym) != NULL);
426 likegems = (strchr("ODu", msym) != NULL);
445 if (msym != 'u' ||
464 msym == 'u' ? NOTONL :
465 (msym == '@' || msym == '1') ? (ALLOW_SSM | ALLOW_TRAPS) :
466 strchr(UNDEAD, msym) ? NOGARLIC : ALLOW_TRAPS);
522 if (msym == 'u' && rn2(2)) {