Home
last modified time | relevance | path

Searched refs:weq (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/adventure/
Dmain.c236 if (weq(wd1, "enter") && in main()
237 (weq(wd2, "strea") || weq(wd2, "water"))) in main()
239 if (weq(wd1, "enter") && *wd2 != 0) in main()
241 if ((!weq(wd1, "water") && !weq(wd1, "oil")) in main()
242 || (!weq(wd2, "plant") && !weq(wd2, "door"))) in main()
247 l2610: if (weq(wd1, "west")) in main()
Dextern.h104 #define weq(str1, str2) (!strncmp((str1), (str2), 5)) macro
Dwizard.c122 if (!weq(word, magic)) { in wizard()
Dsubr.c838 if (!weq(wd1, "y") && !weq(wd1, "yes")) in trkill()