/src/games/hack/ |
hack.shknam.c | 214 char let; local in function:findname 217 let = let_i; 219 while (p->x && p->x != let) 225 if (let)
|
hack.mkobj.c | 75 mkobj_at(int let, int x, int y) 77 struct obj *otmp = mkobj(let); 96 mkobj(int let) 98 if (!let) 99 let = mkobjstr[rn2(sizeof(mkobjstr) - 1)]; 102 letter(let) ? 103 CORPSE + ((let > 'Z') ? (let - 'a' + 'Z' - '@' + 1) : (let - '@')) 104 : probtype(let) 116 char let = objects[otyp].oc_olet; local in function:mksobj [all...] |
hack.o_init.c | 79 letindex(int let) 84 if (ch == let) 93 char let; local in function:init_objects 102 let = objects[first].oc_olet; 104 while (last < end && objects[last].oc_olet == let 107 i = letindex(let); 108 if ((!i && let != ILLOBJ_SYM) || bases[i] != 0) 112 if (let == GEM_SYM) 124 error("init-prob error for %c", let); 126 if (objects[first].oc_descr != NULL && let != TOOL_SYM) [all...] |
hack.objnam.c | 454 char let; local in function:readobjnam 458 let = 0; 580 let = ARMOR_SYM; 587 let = wrpsym[ii]; 595 let = wrpsym[ii]; 606 let = GEM_SYM; 620 if (let) 621 i = bases[letindex(let)]; 622 while (i <= NROFOBJECTS && (!let || objects[i].oc_olet == let)) { [all...] |
hack.mkshop.c | 94 char let; local in function:mkshop 155 let = shtypes[i]; 202 findname(ESHK->shknam, let); 215 (let && rn2(10) < dlevel) ? let : ']'; 218 (void) mkobj_at(let, sx, sy);
|
hack.pri.c | 156 * (undo last symbol) (-1,let)-open: initialize symbol (-2,let)-change let 163 static char let; local in function:tmp_at 164 if ((int) x == -2) { /* change let call */ 165 let = y; 169 let = y; 180 at(x, y, let); 184 let = 0; 193 static char let; local in function:Tmp_at [all...] |
hack.eat.c | 465 char let = CORPSE_I_TO_C(otmp->otyp); local in function:eatcorpse 467 if (let != 'a' && moves > otmp->age + 50 + rn2(100)) { 473 } else if (strchr(POISONOUS, let) && rn2(5)) { 481 } else if (strchr("ELNOPQRUuxz", let) && rn2(5)) { 486 switch (let) {
|
hack.invent.c | 384 getobj(const char *let, const char *word) 399 if (*let == '0') 400 let++, allowcnt = 1; 401 if (*let == '$') 402 let++, allowgold = TRUE; 403 if (*let == '#') 404 let++, allowall = TRUE; 405 if (*let == '-') 406 let++, allownone = TRUE; 416 if (!*let || strchr(let, otmp->olet)) [all...] |
hack.makemon.c | 266 mkmon_at(int let, int x, int y) 273 if (ptr->mlet == let)
|
/src/usr.bin/make/unit-tests/ |
export-all.mk | 13 # this will cause trouble (recursing if we let it)
|
counter-append.mk | 3 # Demonstrates how to let make count the number of times a variable
|
counter.mk | 3 # Demonstrates how to let make count the number of times a variable
|
meta-cmd-cmp.mk | 83 # don't let gcov mess up the results
|
varmod-to-separator.mk | 250 # Since the character escape is always interpreted as octal, let's see what
|
directive-for-escape.mk | 133 # ':D' for details.) The only sensible thing to do is therefore to let
|
/src/sys/external/bsd/drm/dist/ |
Makefile.am | 22 # here too, but let's just do libdrm for now
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 139 /* At very hot, don't let GPU go over 300 MHz */ 190 * let the CPU do the rest itself. 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
imx6ul-phytec-phycore-som.dtsi | 21 * let the bootloader set the real size.
|
imx6qdl-phytec-phycore-som.dtsi | 18 * let the bootloader set the real size.
|
rk3288-phycore-som.dtsi | 17 * let the bootloader set the real size.
|
exynos4412-odroid-common.dtsi | 414 * Only U3 uses it, so let it define the
|
/src/games/canfield/canfield/ |
canfield.c | 1057 * let 'em know how they lost! 1252 rankhigher(const struct cardtype *cp, int let) 1254 if (found[let]->rank == King) 1259 else if (cp->rank - 1 == found[let]->rank) 1269 samesuit(const struct cardtype *cp, int let) 1271 if (cp->suit == found[let]->suit)
|
/src/games/warp/ |
init.c | 487 static char let[] = "QWYUISDHJLZVMFFFFFFFFF"; local in function:initialize 490 ch = let[dist];
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 98 * of these registers, it should modify the saved copy and let
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8994-sony-xperia-kitakami.dtsi | 467 * that regulator, so let's not use it for now.
|