Home
last modified time | relevance | path

Searched refs:nounRefs (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dparse.cpp219 if (d->nounRefs == 0 || d->nounRefs == EOD) in findInstanceForNoun()
221 return *(Aint *) pointerTo(d->nounRefs); in findInstanceForNoun()
305 return (Aint *) pointerTo(dictionary[playerWords[wordIndex].code].nounRefs); in nounReferencesForWord()
H A Dacode.h503 Aaddr nounRefs; /* Address to reference list */ member
H A Dreverse.cpp159 reverseTable(e->nounRefs, sizeof(Aword)); in reverseDictionary()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dparse.cpp219 if (d->nounRefs == 0 || d->nounRefs == EOD) in findInstanceForNoun()
221 return *(Aint *) pointerTo(d->nounRefs); in findInstanceForNoun()
305 return (Aint *) pointerTo(dictionary[playerWords[wordIndex].code].nounRefs); in nounReferencesForWord()
H A Dacode.h503 Aaddr nounRefs; /* Address to reference list */ member
H A Dreverse.cpp159 reverseTable(e->nounRefs, sizeof(Aword)); in reverseDictionary()