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

  /src/games/sail/
dr_2.c 180 int row, col, dir, total, ran; local
192 ran = range(ship, to);
193 total = -50 * ran;
194 if (ran < 4 && gunsbear(ship, to))
196 if ((ran = portside(ship, to, 1) - fp->dir) == 4 || ran == -4)
  /src/games/adventure/
extern.h 112 int ran(int);
wizard.c 156 ran(int range) function
subr.c 145 if (ran(100) < n)
179 j = 1 + ran(5);
210 j = 1 + ran(j);
264 if (ran(1000) < 95 * (dflag - 2))
884 if (ran(3) == 0 || saved != -1)
  /src/usr.bin/make/unit-tests/
recursive.mk 21 # 2020-08-06, when make ran in -dL mode, it reported: "Variable am__v_lt_ is
varmod-assign.mk 38 # with the modifier '::=', the last value is stored in the RAN variable.
39 .if "${1 2 3:L:@i@${RAN::!=${i:%=echo '<%>';}}@} ran=${RAN}" != " ran=<3>"
45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
directive-undef.mk 137 # make ran into an assertion failure when trying to undefine a variable that
cond-short.mk 99 .if 0 && ${echo.1 echo.2 echo.3:L:@i@${RAN::!=${i:C,.*,&; & 1>\&2,:S,., ,g}}@}
101 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN)
102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
  /src/sys/arch/m68k/m68k/
copy.s 252 moveq #ENAMETOOLONG,%d0 | ran out of space
291 moveq #ENAMETOOLONG,%d0 | ran out of space
  /src/usr.sbin/rtadvd/
rtadvd.c 393 struct rainfo *rai, *ran; local
420 TAILQ_FOREACH_SAFE(rai, &ralist, next, ran) {

Completed in 21 milliseconds