Home
last modified time | relevance | path

Searched refs:exec_trail (Results 1 – 12 of 12) sorted by relevance

/dports/games/tycho/tycho/
H A Dexhaust.c538 FILE *exec_trail; in readargs() local
632 exec_trail = open_exec_trail(i,FALSE); in readargs()
633 if (1 != fwrite (&i, sizeof (i), 1, exec_trail)) in readargs()
635 fclose(exec_trail); // keep file handle count low! in readargs()
H A Dsim.c78 static unsigned char *exec_trail = NULL; variable
88 unsigned char get_exec_trail(unsigned i) { return exec_trail[i]; } in get_exec_trail()
104 exec_trail[exec_trail_length++] = in; in append_to_exec_trail()
181 exec_trail = (unsigned char*)malloc(EXEC_TRAIL_LEN); in sim_alloc_bufs2()
/dports/games/species/tycho/
H A Dexhaust.c538 FILE *exec_trail; in readargs() local
632 exec_trail = open_exec_trail(i,FALSE); in readargs()
633 if (1 != fwrite (&i, sizeof (i), 1, exec_trail)) in readargs()
635 fclose(exec_trail); // keep file handle count low! in readargs()
H A Dsim.c78 static unsigned char *exec_trail = NULL; variable
88 unsigned char get_exec_trail(unsigned i) { return exec_trail[i]; } in get_exec_trail()
104 exec_trail[exec_trail_length++] = in; in append_to_exec_trail()
181 exec_trail = (unsigned char*)malloc(EXEC_TRAIL_LEN); in sim_alloc_bufs2()
/dports/games/species/species/
H A DMakefile30 exec_trail.opp
H A Dwarrior.hpp91 CExecTrail *exec_trail() const;
H A Dspecies.hpp155 CExecTrail *exec_trail() const { return _exec_trail; } in exec_trail() function in CSpecies
H A Dwarrior.cpp379 CExecTrail *CWarrior::exec_trail() const { return _exec_trail; } in exec_trail() function in CWarrior
/dports/games/tycho/species/
H A DMakefile30 exec_trail.opp
H A Dspecies.hpp155 CExecTrail *exec_trail() const { return _exec_trail; } in exec_trail() function in CSpecies
H A Dwarrior.hpp91 CExecTrail *exec_trail() const;
H A Dwarrior.cpp379 CExecTrail *CWarrior::exec_trail() const { return _exec_trail; } in exec_trail() function in CWarrior