Searched refs:weq (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/games/adventure/ |
| D | main.c | 236 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()
|
| D | extern.h | 104 #define weq(str1, str2) (!strncmp((str1), (str2), 5)) macro
|
| D | wizard.c | 122 if (!weq(word, magic)) { in wizard()
|
| D | subr.c | 838 if (!weq(wd1, "y") && !weq(wd1, "yes")) in trkill()
|