Home
last modified time | relevance | path

Searched refs:tmpdig (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/nethack33/nethack-3.3.1/src/
H A Dsp_lev.c2082 digpos tmpdig; local
2394 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2396 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2397 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2399 set_wall_property(tmpdig.x1, tmpdig.y1,
2400 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2406 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2408 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2409 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2411 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dsp_lev.c2082 digpos tmpdig; local
2394 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2396 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2397 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2399 set_wall_property(tmpdig.x1, tmpdig.y1,
2400 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2406 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2408 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2409 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2411 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dsp_lev.c2084 digpos tmpdig; local
2404 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2406 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2407 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2409 set_wall_property(tmpdig.x1, tmpdig.y1,
2410 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2416 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2418 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2419 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2421 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dsp_lev.c2084 digpos tmpdig; local
2404 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2406 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2407 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2409 set_wall_property(tmpdig.x1, tmpdig.y1,
2410 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2416 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2418 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2419 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2421 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dsp_lev.c2084 digpos tmpdig; local
2404 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2406 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2407 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2409 set_wall_property(tmpdig.x1, tmpdig.y1,
2410 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2416 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2418 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2419 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2421 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dsp_lev.c2082 digpos tmpdig; local
2394 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2396 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2397 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2399 set_wall_property(tmpdig.x1, tmpdig.y1,
2400 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2406 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2408 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2409 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2411 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dsp_lev.c2219 digpos tmpdig; local
2585 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2587 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2588 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2590 set_wall_property(tmpdig.x1, tmpdig.y1,
2591 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
2597 Fread((genericptr_t)&tmpdig, 1, sizeof(tmpdig), fd);
2599 get_location(&tmpdig.x1, &tmpdig.y1, DRY|WET);
2600 get_location(&tmpdig.x2, &tmpdig.y2, DRY|WET);
2602 set_wall_property(tmpdig.x1, tmpdig.y1,
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/regtests/
H A Dtestrsa.sh116 tail -c ${HSIZ[i]} tmpmsg.bin > tmpdig.bin
117 diff tmpdig.bin policies/${HALG[i]}aaa.bin > run.out
337 rm -f tmpdig.bin
H A Dtestrsa.bat126 tail --bytes=!HSIZ[%%i]! tmpmsg.bin > tmpdig.bin
127 diff tmpdig.bin policies/!HALG[%%i]!aaa.bin > run.out
416 rm -f tmpdig.bin
/dports/games/nethack33/nethack-3.3.1/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1318 tmpdig[ndig] = New(digpos);
1319 tmpdig[ndig]->x1 = current_region.x1;
1320 tmpdig[ndig]->y1 = current_region.y1;
1321 tmpdig[ndig]->x2 = current_region.x2;
1322 tmpdig[ndig]->y2 = current_region.y2;
H A Dlev_main.c172 extern digpos *tmpdig[];
739 tmppart[npart]->digs[i] = tmpdig[i]; in store_part()
/dports/games/nethack33-nox11/nethack-3.3.1/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1318 tmpdig[ndig] = New(digpos);
1319 tmpdig[ndig]->x1 = current_region.x1;
1320 tmpdig[ndig]->y1 = current_region.y1;
1321 tmpdig[ndig]->x2 = current_region.x2;
1322 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/nethack34/nethack-3.4.3/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1321 tmpdig[ndig] = New(digpos);
1322 tmpdig[ndig]->x1 = current_region.x1;
1323 tmpdig[ndig]->y1 = current_region.y1;
1324 tmpdig[ndig]->x2 = current_region.x2;
1325 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/nethack34-nox11/nethack-3.4.3/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1321 tmpdig[ndig] = New(digpos);
1322 tmpdig[ndig]->x1 = current_region.x1;
1323 tmpdig[ndig]->y1 = current_region.y1;
1324 tmpdig[ndig]->x2 = current_region.x2;
1325 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/falconseye/falconseye-1.9.3_11/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1318 tmpdig[ndig] = New(digpos);
1319 tmpdig[ndig]->x1 = current_region.x1;
1320 tmpdig[ndig]->y1 = current_region.y1;
1321 tmpdig[ndig]->x2 = current_region.x2;
1322 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/vultures-eye/vulture-2.3.67/nethack/util/
H A Dlev_comp.y81 digpos *tmpdig[MAX_OF_TYPE]; variable
1321 tmpdig[ndig] = New(digpos);
1322 tmpdig[ndig]->x1 = current_region.x1;
1323 tmpdig[ndig]->y1 = current_region.y1;
1324 tmpdig[ndig]->x2 = current_region.x2;
1325 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/nethack33/nethack-3.3.1/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2061 tmpdig[ndig] = New(digpos); in yyparse()
2062 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2063 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2064 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2065 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2061 tmpdig[ndig] = New(digpos); in yyparse()
2062 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2063 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2064 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2065 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/nethack34/nethack-3.4.3/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2064 tmpdig[ndig] = New(digpos); in yyparse()
2065 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2066 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2067 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2068 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2064 tmpdig[ndig] = New(digpos); in yyparse()
2065 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2066 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2067 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2068 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2064 tmpdig[ndig] = New(digpos); in yyparse()
2065 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2066 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2067 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2068 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/falconseye/falconseye-1.9.3_11/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2061 tmpdig[ndig] = New(digpos); in yyparse()
2062 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2063 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2064 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2065 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/vultures-eye/vulture-2.3.67/slashem/util/
H A Dlev_comp.y82 digpos *tmpdig[MAX_OF_TYPE]; variable
1425 tmpdig[ndig] = New(digpos);
1426 tmpdig[ndig]->x1 = current_region.x1;
1427 tmpdig[ndig]->y1 = current_region.y1;
1428 tmpdig[ndig]->x2 = current_region.x2;
1429 tmpdig[ndig]->y2 = current_region.y2;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/share/
H A Dlev_yacc.c90 digpos *tmpdig[MAX_OF_TYPE]; variable
2064 tmpdig[ndig] = New(digpos); in yyparse()
2065 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2066 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2067 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2068 tmpdig[ndig]->y2 = current_region.y2; in yyparse()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/share/
H A Dlev_yacc.c96 digpos *tmpdig[MAX_OF_TYPE]; variable
2322 tmpdig[ndig] = New(digpos); in yyparse()
2323 tmpdig[ndig]->x1 = current_region.x1; in yyparse()
2324 tmpdig[ndig]->y1 = current_region.y1; in yyparse()
2325 tmpdig[ndig]->x2 = current_region.x2; in yyparse()
2326 tmpdig[ndig]->y2 = current_region.y2; in yyparse()

12