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

  /src/usr.bin/patch/
patch.c 839 #define OUTSIDE 0
843 int def_state = OUTSIDE;
854 if (def_state == OUTSIDE) {
873 } else if (def_state == OUTSIDE) {
915 if (do_defines && def_state != OUTSIDE) {
917 def_state = OUTSIDE;
924 if (def_state == OUTSIDE) {
937 if (do_defines && def_state != OUTSIDE) {
  /src/games/battlestar/
command5.c 209 if (OUTSIDE && rnd(100) < 50) {
249 if ((ourtime / CYCLE + 1) % 2 && OUTSIDE)
273 else if (OUTSIDE)
command1.c 123 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
133 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
command6.c 209 while (!(position = rnd(NUMOFROOMS + 1)) || !OUTSIDE ||
extern.h 47 #define OUTSIDE (position > 68 && position < 246 && position != 218)

Completed in 53 milliseconds