games/mille/comp.c
332
case C_STOP:
games/mille/comp.c
338
*value *= Numcards[C_STOP] +
games/mille/comp.c
413
if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
games/mille/comp.c
459
case C_STOP:
games/mille/comp.c
475
(is_repair(pp->battle) || pp->battle == C_STOP))
games/mille/comp.c
78
case C_STOP: case C_CRASH:
games/mille/extern.c
142
C_STOP, C_LIMIT, C_EMPTY, C_FLAT, C_CRASH, C_STOP, C_INIT
games/mille/extern.c
154
C_STOP, C_STOP, C_STOP, C_STOP,
games/mille/move.c
264
if (pp->battle != C_INIT && pp->battle != C_STOP
games/mille/move.c
279
case C_STOP:
games/mille/move.c
336
if (pp->battle == C_STOP || pp->battle == C_INIT) {
games/mille/move.c
530
case C_STOP:
games/mille/types.c
72
case C_STOP:
lib/libedit/tty.c
409
{"stop", C_SH(C_STOP), MD_CHAR},
lib/libedit/tty.c
672
case C_STOP:
lib/libedit/tty.c
769
s[C_STOP] = td->c_cc[VSTOP];
lib/libedit/tty.c
851
td->c_cc[VSTOP] = s[C_STOP];