HomeSort by: relevance | last modified time | path
    Searched refs:C_STOP (Results 1 - 7 of 7) sorted by relevancy

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

Completed in 16 milliseconds