Lines Matching refs:strcmp

929 	    strcmp(str, "molten lava") &&
930 strcmp(str, "iron bars") &&
931 strcmp(str, "ice")) {
994 !strcmp(&str[l - 31], "Platinum Yendorian Express Card"))
1159 if (!strcmp(verb, "are"))
1161 else if (!strcmp(verb, "have"))
1300 || !strcmp(spot, " above") /* lurkers above */
1329 if ((len == 2 && !strcmp(str, "ya")) ||
1330 (len >= 2 && !strcmp(spot-1, "ai")) || /* samurai, Uruk-hai */
1331 (len >= 3 && !strcmp(spot-2, " ya")) ||
1333 (!strcmp(spot-3, "fish") || !strcmp(spot-3, "tuna") ||
1334 !strcmp(spot-3, "deer") || !strcmp(spot-3, "yaki"))) ||
1335 (len >= 5 && (!strcmp(spot-4, "sheep") ||
1336 !strcmp(spot-4, "ninja") ||
1337 !strcmp(spot-4, "ronin") ||
1338 !strcmp(spot-4, "shito") ||
1339 !strcmp(spot-7, "shuriken") ||
1340 !strcmp(spot-4, "tengu") ||
1341 !strcmp(spot-4, "manes"))) ||
1342 (len >= 6 && !strcmp(spot-5, "ki-rin")) ||
1343 (len >= 7 && !strcmp(spot-6, "gunyoki")))
1347 if (len >= 3 && !strcmp(spot-2, "man") &&
1348 (len<6 || strcmp(spot-5, "shaman")) &&
1349 (len<5 || strcmp(spot-4, "human"))) {
1355 if (len >= 5 && !strcmp(spot-4, "tooth")) {
1361 if (!strcmp(spot-1, "fe")) {
1375 if (len >= 4 && !strcmp(spot-3, "foot")) {
1381 if (len >= 3 && !strcmp(spot-2, "ium")) {
1388 if ((len >= 4 && !strcmp(spot-3, "alga")) ||
1390 (!strcmp(spot-4, "hypha") || !strcmp(spot-4, "larva")))) {
1396 if (len > 3 && !strcmp(spot-1, "us") &&
1397 (len < 5 || (strcmp(spot-4, "lotus") &&
1398 (len < 6 || strcmp(spot-5, "wumpus"))))) {
1405 if (len >= 6 && !strcmp(spot-3, "rtex")) {
1411 if (len >= 6 && !strcmp(spot-5, "djinni")) {
1417 if (len >= 5 && !strcmp(spot-4, "mumak")) {
1423 if (len >= 3 && !strcmp(spot-2, "sis")) {
1429 if (len >= 6 && !strcmp(spot-5, "erinys")) {
1435 if (len >= 5 && !strcmp(spot-3, "ouse") && index("MmLl", *(spot-4))) {
1441 if (len >= 6 && (!strcmp(spot-5, "matzoh")
1442 || !strcmp(spot-5, "matzah"))) {
1446 if (len >= 5 && (!strcmp(spot-4, "matzo")
1447 || !strcmp(spot-5, "matza"))) {
1453 if (len >= 5 && !strcmp(spot-4, "child")) {
1465 || (len >= 4 && !strcmp(spot-2, "ato"))) {
1525 #define BSTRCMP(base,ptr,string) ((ptr) < base || strcmp((ptr),string))
1652 if (wizard && !strcmp(o_str, "beartrap"))
1693 } else if (!strcmp(o_str, "aluminum")) {
1822 } else if (!cnt && digit(*bp) && strcmp(bp, "0")) {
2036 if (strcmp(bp, sng)) {