| /netbsd-src/games/larn/ |
| H A D | global.c | 47 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 D | display.c | 76 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 D | regen.c | 44 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 D | diag.c | 52 (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 D | varname-dot-make-level.mk | 3 # 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 D | decoder_lib.c | 702 #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 D | warn.c | 84 #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 D | pariscid.pl | 15 $LEVEL ="2.0W"; 19 $LEVEL ="1.1"; 29 .LEVEL $LEVEL
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | pariscid.pl | 18 $LEVEL ="2.0W"; 22 $LEVEL ="1.1"; 32 .LEVEL $LEVEL
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | parse.h | 89 #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 D | rc4-parisc.pl | 35 $LEVEL ="2.0W"; 44 $LEVEL ="1.0"; 146 .LEVEL $LEVEL
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| H A D | rc4-parisc.pl | 38 $LEVEL ="2.0W"; 47 $LEVEL ="1.0"; 149 .LEVEL $LEVEL
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha1-parisc.pl | 37 $LEVEL ="2.0W"; 46 $LEVEL ="1.0"; 158 .LEVEL $LEVEL
|
| /netbsd-src/tests/net/net/ |
| H A D | t_unix.c | 148 # 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 D | sha1-parisc.pl | 34 $LEVEL ="2.0W"; 43 $LEVEL ="1.0"; 155 .LEVEL $LEVEL
|
| /netbsd-src/crypto/dist/ipsec-tools/src/libipsec/ |
| H A D | policy_parse.y | 142 %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 D | PERFORMANCE | 3 USER LEVEL PERFORMANCE 32 KERNEL LEVEL PERFORMANCE
|
| /netbsd-src/share/examples/puffs/pgfs/ |
| H A D | fix.sql | 30 SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
|
| H A D | check.sql | 30 SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | basis | 14 >>18 byte x (LEVEL %d)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.h | 367 #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 D | pa64-nullify.s | 1 .LEVEL 2.0w
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.h | 387 #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 D | aorslsh1_n.asm | 63 define(LEVEL, `.level 2.0w')
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | parisc-mont.pl | 78 $LEVEL ="2.0W"; 88 $LEVEL ="1.1"; #$LEVEL.="\n\t.ALLOW\t2.0"; 101 $LEVEL="2.0"; 145 .LEVEL $LEVEL
|