HomeSort by relevance Sort by last modified time
    Searched refs:old_other (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/server/
sv_phys.c 164 int old_self, old_other; local
167 old_other = pr_global_struct->other;
185 pr_global_struct->other = old_other;
world.c 270 int old_self, old_other; local
290 old_other = pr_global_struct->other;
298 pr_global_struct->other = old_other;
  /external/quake/quake/src/WinQuake/
world.cpp 281 int old_self, old_other; local
300 old_other = pr_global_struct->other;
308 pr_global_struct->other = old_other;
sv_phys.cpp 155 int old_self, old_other; local
158 old_other = pr_global_struct->other;
176 pr_global_struct->other = old_other;
    [all...]

Completed in 61 milliseconds