Home
last modified time | relevance | path

Searched refs:wd2 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/adventure/
H A Dmain.c157 getin(&wd1, &wd2); in main()
161 *wd2 = 0; in main()
170 if (verb == say && *wd2 != 0) in main()
224 (weq(wd2, "strea") || weq(wd2, "water"))) in main()
229 || (!weq(wd2, "plant") && !weq(wd2, "door"))) in main()
231 if (at(vocab(wd2, 1, 0))) in main()
232 copystr("pour", wd2); in main()
273 l2800: copystr(wd2, wd1); in main()
274 *wd2 = 0; in main()
282 obj = *wd2; in main()
[all …]
H A Dsave.c501 {&wd2, sizeof(wd2)},
558 wd2 = NULL; in compat_restore()
644 { &wd2, sizeof(wd2) },
857 wd2 = NULL; in restore()
H A Dsubr.c551 if (*wd2 != 0) in trsay()
552 copystr(wd2, wd1); in trsay()
555 *wd2 = 0; in trsay()
559 printf("\nOkay, \"%s\".\n", wd2); in trsay()
829 getin(&wd1, &wd2); in trkill()
H A Dhdr.h71 extern char *wd1, *wd2; /* the complete words */
H A Dinit.c61 char *wd1, *wd2; /* the complete words */ variable