Home
last modified time | relevance | path

Searched refs:LEVEL (Results 1 – 25 of 198) sorted by relevance

12345678

/netbsd-src/games/larn/
H A Dglobal.c47 if (c[LEVEL] < MAXPLEVEL) in raiselevel()
48 raiseexperience((long) (skill[c[LEVEL]] - c[EXPERIENCE])); in raiselevel()
59 if (c[LEVEL] > 1) in loselevel()
60 loseexperience((long) (c[EXPERIENCE] - skill[c[LEVEL] - 1] + 1)); in loselevel()
72 i = c[LEVEL]; in raiseexperience()
74 while (c[EXPERIENCE] >= skill[c[LEVEL]] && (c[LEVEL] < MAXPLEVEL)) { in raiseexperience()
76 c[LEVEL]++; in raiseexperience()
79 if (c[LEVEL] < 7 - c[HARDGAME]) in raiseexperience()
82 if (c[LEVEL] != i) { in raiseexperience()
85 lprintf("\nWelcome to level %ld", (long) c[LEVEL]); /* if we changed levels */ in raiseexperience()
[all …]
H A Ddisplay.c76 if (c[LEVEL] > 99) in bot_linex()
77 lprintf("%3ld", (long) c[LEVEL]); in bot_linex()
79 lprintf(" %-2ld", (long) c[LEVEL]); in bot_linex()
80 lprintf(" Exp: %-9ld %s\n", (long) c[EXPERIENCE], class[c[LEVEL] - 1]); in bot_linex()
110 if (c[LEVEL] != cbak[LEVEL]) { in bot_linex()
112 lprcat(class[c[LEVEL] - 1]); in bot_linex()
114 if (c[LEVEL] > 99) in bot_linex()
115 botsub(makecode(LEVEL, 40, 18), "%3ld"); in bot_linex()
117 botsub(makecode(LEVEL, 40, 18), " %-2ld"); in bot_linex()
503 if (c[LEVEL] < rnd(30)) in moveplayer()
H A Dregen.c44 d[REGENCOUNTER] = 22 + (d[HARDGAME] << 1) - d[LEVEL]; in regen()
51 d[ECOUNTER] = 100 + 4 * (d[HARDGAME] - d[LEVEL] - d[ENERGY]); in regen()
H A Ddiag.c52 (long) c[GOLD], (long) c[EXPERIENCE], (long) c[LEVEL], (long) level); in diag()
346 if (c[LEVEL] == 25 && c[EXPERIENCE] > skill[24]) { /* if patch up lev 25 in restoregame()
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarname-dot-make-level.mk3 # Tests for the special .MAKE.LEVEL variable, which informs about the
10 @printf 'level 1: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
14 @printf 'level 2: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
18 @printf 'level 3: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
27 # expect: make: Cannot override read-only global variable ".MAKE.LEVEL.ENV" with a command line variable
29 @${MAKE} -f /dev/null .MAKE.LEVEL.ENV=MAKELEVEL
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_lib.c702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process() macro
735 (void *)new_data.ctx, LEVEL); in decoder_process()
743 (void *)new_data.ctx, LEVEL, rv); in decoder_process()
801 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process()
843 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
859 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
875 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
889 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
906 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
926 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dwarn.c84 #define FUNC(ETEXT, CODE, LEVEL) \ argument
88 ret = _warnerr(context, ETEXT, CODE, LEVEL, fmt, ap); \
91 #define FUNC_NORET(ETEXT, CODE, LEVEL) \ argument
94 (void) _warnerr(context, ETEXT, CODE, LEVEL, fmt, ap); \
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dpariscid.pl15 $LEVEL ="2.0W";
19 $LEVEL ="1.1";
29 .LEVEL $LEVEL
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dpariscid.pl18 $LEVEL ="2.0W";
22 $LEVEL ="1.1";
32 .LEVEL $LEVEL
/netbsd-src/external/bsd/ntp/dist/include/
H A Dparse.h89 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument
91 #define parseprintf(LEVEL, ARGS) argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc4/asm/
H A Drc4-parisc.pl35 $LEVEL ="2.0W";
44 $LEVEL ="1.0";
146 .LEVEL $LEVEL
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-parisc.pl38 $LEVEL ="2.0W";
47 $LEVEL ="1.0";
149 .LEVEL $LEVEL
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-parisc.pl37 $LEVEL ="2.0W";
46 $LEVEL ="1.0";
158 .LEVEL $LEVEL
/netbsd-src/tests/net/net/
H A Dt_unix.c148 # define LEVEL SOL_SOCKET in peercred() macro
150 # define LEVEL SOL_LOCAL in peercred()
158 if (getsockopt(s, LEVEL, LOCAL_PEEREID, &cred, &crl) == -1) in peercred()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-parisc.pl34 $LEVEL ="2.0W";
43 $LEVEL ="1.0";
155 .LEVEL $LEVEL
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
312 : LEVEL {
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DPERFORMANCE3 USER LEVEL PERFORMANCE
32 KERNEL LEVEL PERFORMANCE
/netbsd-src/share/examples/puffs/pgfs/
H A Dfix.sql30 SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
H A Dcheck.sql30 SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dbasis14 >>18 byte x (LEVEL %d)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h367 #define STACK_SAVEAREA_MODE(LEVEL) \ argument
368 ((LEVEL) == SAVE_FUNCTION ? VOIDmode \
369 : (LEVEL) == SAVE_NONLOCAL ? (TARGET_64BIT ? OImode : TImode) : Pmode)
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpa64-nullify.s1 .LEVEL 2.0w
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h387 #define STACK_SAVEAREA_MODE(LEVEL) \ argument
388 ((LEVEL) == SAVE_FUNCTION ? VOIDmode \
389 : (LEVEL) == SAVE_NONLOCAL ? (TARGET_64BIT ? OImode : TImode) : Pmode)
/netbsd-src/external/lgpl3/gmp/dist/mpn/pa64/
H A Daorslsh1_n.asm63 define(LEVEL, `.level 2.0w')
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dparisc-mont.pl78 $LEVEL ="2.0W";
88 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0";
101 $LEVEL="2.0";
145 .LEVEL $LEVEL

12345678