Home
last modified time | relevance | path

Searched defs:voccxdef (Results 1 – 3 of 3) sorted by relevance

/dports/games/tads/tads-3.0.8/tads2/
H A Dvoc.h187 struct voccxdef struct
189 errcxdef *voccxerr; /* error handling context */
190 tiocxdef *voccxtio; /* text i/o context */
191 runcxdef *voccxrun; /* execution context */
192 mcmcxdef *voccxmem; /* memory manager context */
193 objucxdef *voccxundo; /* undo context */
194 uchar *voccxpool; /* next free byte in vocdef pool */
195 vocdef *voccxfre; /* head of vocdef free list */
213 char voccxredobuf[VOCBUFSIZ];
220 char voccxagainbuf[VOCBUFSIZ];
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dvocabulary.h173 struct voccxdef { struct
174 errcxdef *voccxerr; /* error handling context */
175 tiocxdef *voccxtio; /* text i/o context */
176 runcxdef *voccxrun; /* execution context */
177 mcmcxdef *voccxmem; /* memory manager context */
178 objucxdef *voccxundo; /* undo context */
179 uchar *voccxpool; /* next free byte in vocdef pool */
180 vocdef *voccxfre; /* head of vocdef free list */
198 char voccxredobuf[VOCBUFSIZ];
205 char voccxagainbuf[VOCBUFSIZ];
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dvocabulary.h173 struct voccxdef { struct
174 errcxdef *voccxerr; /* error handling context */
175 tiocxdef *voccxtio; /* text i/o context */
176 runcxdef *voccxrun; /* execution context */
177 mcmcxdef *voccxmem; /* memory manager context */
178 objucxdef *voccxundo; /* undo context */
179 uchar *voccxpool; /* next free byte in vocdef pool */
180 vocdef *voccxfre; /* head of vocdef free list */
198 char voccxredobuf[VOCBUFSIZ];
205 char voccxagainbuf[VOCBUFSIZ];
[all …]