Home
last modified time | relevance | path

Searched refs:entmode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/games/warp/
H A Dus.c68 (!entmode && !damflag[NOIMPULSE]) || in do_direction()
69 (entmode && !damflag[NOWARP]) ) { in do_direction()
72 damflag[entmode?NOWARP:NOIMPULSE] = rand_mod(smarts+10)+2; in do_direction()
273 entmode = 0; in get_commands()
279 entmode = 1; in get_commands()
295 status = entmode; in get_commands()
300 status = entmode; in get_commands()
307 status = entmode; in get_commands()
H A Dscore.c328 if (dam == NOIMPULSE && !entmode) in display_status()
329 status = entmode = 1; in display_status()
330 if (dam == NOWARP && entmode) in display_status()
331 status = entmode = 0; in display_status()
H A Dus.h16 EXT int entmode; variable
H A Dmove.c340 status = entmode; in move_universe()
568 if (entmode == 0) { in move_universe()
H A Dinit.c530 entmode = status = 0; in initialize()