Home
last modified time | relevance | path

Searched refs:sct_flags (Results 1 – 4 of 4) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dexpl.c140 start.sct_flags |= MOVE_IN_PROGRESS; in c_explore()
194 sect.sct_flags &= ~MOVE_IN_PROGRESS; in c_explore()
201 start.sct_flags &= ~MOVE_IN_PROGRESS; in c_explore()
213 sect.sct_flags &= ~MOVE_IN_PROGRESS; in c_explore()
232 sect.sct_flags &= ~MOVE_IN_PROGRESS; in c_explore()
270 start.sct_flags &= ~MOVE_IN_PROGRESS; in c_explore()
H A Dmove.c176 start.sct_flags |= MOVE_IN_PROGRESS; in c_move()
265 start.sct_flags &= ~MOVE_IN_PROGRESS; in c_move()
301 sect.sct_flags &= ~MOVE_IN_PROGRESS; in c_move()
332 start.sct_flags &= ~MOVE_IN_PROGRESS; in c_move()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dsect.c95 && !(sp->sct_flags & MOVE_IN_PROGRESS)) { in sct_prewrite()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dsect.h68 short sct_flags; /* temporary flags */ member