games/mille/comp.c
322
case C_STOP:
games/mille/comp.c
328
*value *= Numcards[C_STOP] +
games/mille/comp.c
404
if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
games/mille/comp.c
449
case C_STOP:
games/mille/comp.c
465
(is_repair(pp->battle) || pp->battle == C_STOP))
games/mille/comp.c
69
case C_STOP: case C_CRASH:
games/mille/extern.c
133
C_STOP, C_LIMIT, C_EMPTY, C_FLAT, C_CRASH, C_STOP, C_INIT
games/mille/extern.c
148
C_STOP, C_STOP, C_STOP, C_STOP,
games/mille/move.c
236
if (pp->battle != C_INIT && pp->battle != C_STOP
games/mille/move.c
253
case C_STOP:
games/mille/move.c
306
if (pp->battle == C_STOP || pp->battle == C_INIT ||
games/mille/move.c
501
case C_STOP:
games/mille/types.c
65
case C_STOP:
lib/libedit/tty.c
403
{"stop", C_SH(C_STOP), MD_CHAR},
lib/libedit/tty.c
665
case C_STOP:
lib/libedit/tty.c
762
s[C_STOP] = td->c_cc[VSTOP];
lib/libedit/tty.c
844
td->c_cc[VSTOP] = s[C_STOP];
usr.bin/vi/vi/v_ex.c
163
ex_cinit(&cmd, C_STOP, 0, OOBLNO, OOBLNO, 0, ap);