Home
last modified time | relevance | path

Searched refs:noun_ptr (Results 1 – 8 of 8) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dsavegame.cpp190 fi_savenoun[0].ptr = noun_ptr; in getstate()
256 fi_savenoun[0].ptr = noun_ptr; in putstate()
H A Dagtread.cpp1156 noun_ptr = (descr_ptr *)rmalloc((maxnoun - first_noun + 1) * sizeof(descr_ptr)); in deduce_sizes()
1384 readptr(fda1, &noun_ptr[i]); in try_read_da1()
1483 noun_ptr = push_ptr = pull_ptr = text_ptr = turn_ptr = play_ptr = NULL; in set_da1_null()
1518 rfree(noun_ptr); in free_da1_stuff()
H A Dagil.cpp40 descr_ptr *noun_ptr, *text_ptr, *turn_ptr, /* [NOUN] */ variable
H A Dagxfile.cpp692 fi[0].ptr = noun_ptr = (descr_ptr *)rmalloc(sizeof(descr_ptr) * (maxnoun - first_noun + 1)); in set_noundesc()
701 fi[0].ptr = noun_ptr; in wset_noundesc()
H A Dtoken.cpp42 if (tnoun(item)) desc = noun_ptr + (item - first_noun); in it_newdesc()
H A Dagility.h641 global descr_ptr *noun_ptr, *text_ptr, *turn_ptr, /* [NOUN] */ variable
H A Dobject.cpp787 rundesc(dobj_ - first_noun, noun_ptr, noun[dobj_ - first_noun].shortdesc, 194); in it_describe()
H A Drunverb.cpp259 runptr(dobj_ - first_noun, noun_ptr, "$You$ learn nothing new.", in v_read()