Searched refs:conf_simstep (Results 1 – 3 of 3) sorted by relevance
52 extern int conf_simstep;
63 int conf_simstep = 0; variable118 { "simstep", &conf_simstep, Vint },
159 if (conf_simstep && can_moveshots()) { in main()165 to->tv_sec = conf_simstep / 1000000; in main()166 to->tv_usec = conf_simstep % 1000000; in main()