HomeSort by: relevance | last modified time | path
    Searched defs:typ (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/games/hack/
def.rm.h 84 #define IS_WALL(typ) ((typ) <= VWALL)
85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */
86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */
87 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM or STAIRS */
88 #define ZAP_POS(typ) ((typ) > DOOR
109 unsigned typ:5; member in struct:rm
    [all...]
def.rm.h 84 #define IS_WALL(typ) ((typ) <= VWALL)
85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */
86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */
87 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM or STAIRS */
88 #define ZAP_POS(typ) ((typ) > DOOR
109 unsigned typ:5; member in struct:rm
    [all...]
hack.objnam.c 453 int cnt, spe, spesgn, typ, heavy; local
457 cnt = spe = spesgn = typ = heavy = 0;
575 typ = AMULET_OF_YENDOR;
612 typ = HEAVY_IRON_BALL;
633 typ = i;
641 typ = probtype(let);
645 let = objects[typ].oc_olet;
646 otmp = mksobj(typ);
650 (cnt < 4 || (let == WEAPON_SYM && typ <= ROCK && cnt < 20)))
665 else if (typ == WAN_WISHING && rn2(10)
    [all...]
hack.vault.c 137 crm->typ = egd->fakecorr[fcbeg].ftyp;
138 if (!crm->typ)
196 if (levl[x][y].typ == CORR)
211 while (levl[x][y].typ == ROOM) {
260 egd->fakecorr[0].ftyp = levl[x][y].typ;
261 levl[x][y].typ = DOOR;
269 int x, y, dx, dy, gx, gy, nx, ny, typ; local
291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL)
    [all...]
hack.zap.c 313 if (room->typ == HWALL ||
314 room->typ == VWALL) {
315 room->typ = ROOM;
318 } else if (room->typ == HWALL || room->typ == VWALL ||
319 room->typ == SDOOR || room->typ == LDOOR) {
320 room->typ = DOOR;
322 } else if (room->typ == SCORR || !room->typ) {
398 int typ; local
    [all...]
hack.objnam.c 453 int cnt, spe, spesgn, typ, heavy; local
457 cnt = spe = spesgn = typ = heavy = 0;
575 typ = AMULET_OF_YENDOR;
612 typ = HEAVY_IRON_BALL;
633 typ = i;
641 typ = probtype(let);
645 let = objects[typ].oc_olet;
646 otmp = mksobj(typ);
650 (cnt < 4 || (let == WEAPON_SYM && typ <= ROCK && cnt < 20)))
665 else if (typ == WAN_WISHING && rn2(10)
    [all...]
hack.vault.c 137 crm->typ = egd->fakecorr[fcbeg].ftyp;
138 if (!crm->typ)
196 if (levl[x][y].typ == CORR)
211 while (levl[x][y].typ == ROOM) {
260 egd->fakecorr[0].ftyp = levl[x][y].typ;
261 levl[x][y].typ = DOOR;
269 int x, y, dx, dy, gx, gy, nx, ny, typ; local
291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL)
    [all...]
hack.zap.c 313 if (room->typ == HWALL ||
314 room->typ == VWALL) {
315 room->typ = ROOM;
318 } else if (room->typ == HWALL || room->typ == VWALL ||
319 room->typ == SDOOR || room->typ == LDOOR) {
320 room->typ = DOOR;
322 } else if (room->typ == SCORR || !room->typ) {
398 int typ; local
    [all...]
  /src/sys/arch/landisk/stand/boot/
biosdisk.c 142 int typ; local
173 typ = mbr[i].mbrp_type;
174 if (typ == 0)
177 if (typ == MBR_PTYPE_NETBSD) {
182 if (MBR_IS_EXTENDED(typ)) {
187 if (this_ext == 0 && typ == MBR_PTYPE_386BSD)
198 p->p_fstype = xlat_mbr_fstype(typ);
biosdisk.c 142 int typ; local
173 typ = mbr[i].mbrp_type;
174 if (typ == 0)
177 if (typ == MBR_PTYPE_NETBSD) {
182 if (MBR_IS_EXTENDED(typ)) {
187 if (this_ext == 0 && typ == MBR_PTYPE_386BSD)
198 p->p_fstype = xlat_mbr_fstype(typ);
  /src/sys/net/
if_arcsubr.c 349 u_char src, dst, typ; local
362 typ = ah->arc_type;
364 if (!arc_isphds(typ))
422 if (typ != ah1->arc_type) {
432 /* typ, seqid and dst are ok here. */
if_arcsubr.c 349 u_char src, dst, typ; local
362 typ = ah->arc_type;
364 if (!arc_isphds(typ))
422 if (typ != ah1->arc_type) {
432 /* typ, seqid and dst are ok here. */
  /src/games/larn/
display.c 178 int typ; member in struct:bot_side_def
207 idx = bot_data[i].typ;
267 idx = bot_data[i].typ;
display.c 178 int typ; member in struct:bot_side_def
207 idx = bot_data[i].typ;
267 idx = bot_data[i].typ;
  /src/sys/dev/acpi/
acpi_cpu.c 373 ACPI_OBJECT_TYPE typ; local
378 rv = AcpiGetType(hdl, &typ);
379 if (typ != ACPI_TYPE_PROCESSOR) {
fujbp_acpi.c 635 ACPI_OBJECT_TYPE typ; local
642 if (ACPI_FAILURE(AcpiGetType(hdl, &typ)))
645 if (typ != ACPI_TYPE_METHOD && typ != type)
fujhk_acpi.c 436 ACPI_OBJECT_TYPE typ; local
443 if (ACPI_FAILURE(AcpiGetType(hdl, &typ)))
446 if (typ != ACPI_TYPE_METHOD && typ != type)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 110 ReportType typ; member in class:__tsan::ReportDesc
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_warc.c 56 mode_t typ; member in struct:warc_s
143 w->typ = 0;
228 w->typ = archive_entry_filetype(entry);
230 if (w->typ == AE_IFREG) {
274 if (w->typ == AE_IFREG) {
297 if (w->typ == AE_IFREG) {
305 w->typ = 0;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
symtabs.c 348 int typ = sym->sflags & SMASK; local
350 new = getsymtab(sym->sname, typ|STEMP);
351 new->snext = tmpsyms[typ];
352 tmpsyms[typ] = new;
  /src/external/bsd/tcpdump/dist/
print-domain.c 680 u_short typ, len; local
694 typ = GET_BE_U_2(cp);
703 if (class != C_IN && typ != T_OPT)
710 if (typ == T_OPT) {
732 ND_PRINT(" %s", tok2str(ns_type2str, "Type%u", typ));
736 switch (typ) {
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 119 OpType typ; /* CONSTANT: op_data is a constant. member in struct:precondition
131 OpType typ; member in struct:build_op
153 InstrType typ; member in struct:build_instr
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 119 OpType typ; /* CONSTANT: op_data is a constant. member in struct:precondition
131 OpType typ; member in struct:build_op
153 InstrType typ; member in struct:build_instr
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 102 ReportType typ; member in class:__tsan::ReportDesc
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp 50 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
56 if (!ShouldReport(thr, typ))
59 ScopedReport rep(typ);
70 auto typ = write ? EventType::kLock : EventType::kRLock; local
76 TraceMutexLock(thr, typ, pc, addr, stack_id);

Completed in 259 milliseconds

1 2 3 4 5