HomeSort by: relevance | last modified time | path
    Searched refs:let (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/games/hack/
hack.shknam.c 214 char let; local
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
    [all...]
hack.o_init.c 79 letindex(int let)
84 if (ch == let)
93 char let; local
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
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
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
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
    [all...]
hack.eat.c 465 char let = CORPSE_I_TO_C(otmp->otyp); local
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
directive-for-escape.mk 133 # ':D' for details.) The only sensible thing to do is therefore to let
varmod-to-separator.mk 250 # Since the character escape is always interpreted as octal, let's see what
  /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
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/arch/virt68k/virt68k/
locore.s 408 | If we have both DDB and KGDB, let KGDB see it first,
414 | Let KGDB handle it (if connected)
423 | Let DDB handle it
  /src/sys/arch/next68k/next68k/
locore.s 576 | If we have both DDB and KGDB, let KGDB see it first,
582 | Let KGDB handle it (if connected)
591 | Let DDB handle it
  /src/usr.sbin/sysinst/
msg.mi.en 97 {Ok, let's upgrade NetBSD on your hard disk. As always, this will
105 {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
  /src/sys/arch/luna68k/luna68k/
locore.s 483 | If we have both DDB and KGDB, let KGDB see it first,
489 | Let KGDB handle it (if connected)
498 | Let DDB handle it
  /src/sys/arch/mvme68k/mvme68k/
locore.s 839 | If we have both DDB and KGDB, let KGDB see it first,
845 | Let KGDB handle it (if connected)
854 | Let DDB handle it
  /src/sys/arch/news68k/news68k/
locore.s 565 | If we have both DDB and KGDB, let KGDB see it first,
571 | Let KGDB handle it (if connected)
580 | Let DDB handle it
  /src/sys/arch/x68k/x68k/
locore.s 590 | If we have both DDB and KGDB, let KGDB see it first,
596 | Let KGDB handle it (if connected)
605 | Let DDB handle it

Completed in 30 milliseconds

1 2