/src/games/sail/ |
dr_2.c | 180 int row, col, dir, total, ran; local in function:score 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/usr.bin/make/unit-tests/ |
suff-transform-select.mk | 31 # Before 24-11-2020, resolving all.e ran into an endless loop.
|
suff-transform-endless.mk | 39 # Before 24-11-2020, resolving all.e ran into an endless loop.
|
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/games/adventure/ |
extern.h | 112 int ran(int);
|
wizard.c | 156 ran(int range) function in typeref:typename:int
|
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/sys/arch/m68k/m68k/ |
copy.s | 252 moveq #ENAMETOOLONG,%d0 | ran out of space 291 moveq #ENAMETOOLONG,%d0 | ran out of space
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_valgrind_check.m4 | 57 # some of those tools can be ran cleanly on a codebase.
|
/src/usr.sbin/rtadvd/ |
rtadvd.c | 393 struct rainfo *rai, *ran; local in function:die 420 TAILQ_FOREACH_SAFE(rai, &ralist, next, ran) {
|