HomeSort by: relevance | last modified time | path
    Searched refs:lit (Results 1 - 12 of 12) sorted by relevancy

  /src/games/hack/
def.rm.h 73 /* this should in fact be a bit like lit */
112 unsigned lit:1; member in struct:rm
hack.c 77 * teleporting 3. when walking out of a lit room
101 if (!lev->lit && lev->scrsym == '.') {
140 if (!lev->lit && lev->scrsym == '.')
347 if (ust->lit) {
348 if (tmpr->lit) {
358 if (tmpr->lit)
707 if (!levl[x][y].lit)
753 if (levl[x][y].lit && seelx <= x && x <= seehx && seely <= y &&
794 if (!levl[u.ux][u.uy].lit) {
800 for (seelx = u.ux; levl[seelx - 1][u.uy].lit; seelx--)
    [all...]
hack.read.c 554 !levl[u.ux][u.uy].lit) {
561 pline("%s's stomach is lit.", Monnam(u.ustuck));
575 } else if (levl[u.ux][u.uy].lit) {
579 pline("The room is lit.");
587 if (levl[u.ux][u.uy].lit == on)
616 levl[zx][zy].lit = on;
hack.pri.c 474 if (room->lit || cansee(x, y) || Blind)
522 if (room->scrsym == '.' && !room->lit && !Blind) {
hack.mklev.c 505 /* on low levels the room is lit (usually) */
506 /* secret vaults are always lit */
510 levl[x][y].lit = 1;
  /src/sys/external/bsd/compiler_rt/
prepare-import.sh 16 rm -rf test/BlocksRuntime test/asan test/cfi test/dfsan test/lit.* test/lsan
20 rm -f lib/builtins/apple_versioning.c lib/lit.common.*
  /src/common/dist/zlib/contrib/blast/
blast.c 284 int lit; /* true if literals are coded */ local
324 lit = bits(s, 8);
325 if (lit > 1) return -1;
370 symbol = lit ? decode(s, &litcode) : bits(s, 8);
  /src/sys/arch/vax/vax/
db_disasm.c 310 int lit = c & 0x3F; local
320 add_int(ib, lit);
321 tmp = lit;
434 err_print("can\'t evaluate operand (%02X).\n", lit);
  /src/usr.bin/xlint/lint1/
lex.c 725 quoted_next(const buffer *lit, quoted_iterator *it)
727 const char *s = lit->data;
740 if (it->start + 1 == lit->len) {
tree.c 878 build_string(buffer *lit)
880 size_t value_len = lit->len;
881 if (lit->data != NULL) {
883 for (value_len = 0; quoted_next(lit, &it); value_len++)
889 tp->t_subt = gettyp(lit->data != NULL ? CHAR : WCHAR_TSPEC);
898 n->u.str_literals->len = lit->len;
900 if (lit->data != NULL) {
901 n->u.str_literals->data = expr_zero_alloc(lit->len + 1,
903 (void)memcpy(n->u.str_literals->data, lit->data, lit->len + 1)
    [all...]
  /src/usr.bin/fgen/
fgen.l 328 { "b(lit)", 0x0010, 0, NULL, NULL },
719 { "carret", "b(lit) 00 00 00 h# 0d", 0, NULL, NULL },
727 { "linefeed", "b(lit) 00 00 00 d# 0a", 0, NULL, NULL },
1109 emit("b(lit)");
1116 emit("b(lit)");
1127 emit("b(lit)");
1201 emit("b(lit)");
1334 emit("b(lit)");
1411 emit("b(lit)");
1449 emit("b(lit)");
    [all...]
  /src/sys/net/
zlib.c 3052 Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ",
5080 LIT, /* o: got literal, waiting for output space */
5099 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon7111
5180 c->sub.lit = t->base;
5184 c->mode = LIT;
5265 case LIT: /* o: got literal, waiting for output space */
5267 OUTBYTE(c->sub.lit)

Completed in 32 milliseconds