Home
last modified time | relevance | path

Searched refs:MapName (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/games/openfodder/openfodder-1.6.0/Run/Campaigns/
H A DCannon Fodder.ofc12 "MapName": "mapm1",
28 "MapName": "mapm2",
39 "MapName": "mapm3",
56 "MapName": "mapm4",
73 "MapName": "mapm5",
84 "MapName": "mapm6",
96 "MapName": "mapm7",
108 "MapName": "mapm8",
125 "MapName": "mapm9",
137 "MapName": "mapm10",
[all …]
H A DCannon Fodder 2.ofc12 "MapName": "mapm1",
28 "MapName": "mapm2",
39 "MapName": "mapm3",
51 "MapName": "mapm4",
68 "MapName": "mapm5",
82 "MapName": "mapm6",
96 "MapName": "mapm7",
110 "MapName": "mapm8",
130 "MapName": "mapm9",
144 "MapName": "mapm10",
[all …]
H A DPC Format.ofc12 "MapName": "mapm1",
28 "MapName": "mapm2",
39 "MapName": "mapm3",
56 "MapName": "mapm4",
73 "MapName": "mapm5",
84 "MapName": "mapm6",
96 "MapName": "mapm7",
108 "MapName": "mapm8",
H A DAmiga Action.ofc12 "MapName": "mapm1",
28 "MapName": "mapm2",
44 "MapName": "mapm3",
60 "MapName": "mapm4",
H A DCannon Fodder Plus.ofc12 "MapName": "mapm1",
28 "MapName": "mapm2",
44 "MapName": "mapm3",
60 "MapName": "mapm4",
H A DAmiga Format Not Very Festive.ofc12 "MapName": "mapm1",
30 "MapName": "mapm2",
48 "MapName": "mapm3",
66 "MapName": "mapm4",
H A DAmiga Power Alien Levels.ofc12 "MapName": "mapm1",
30 "MapName": "mapm2",
48 "MapName": "mapm3",
66 "MapName": "mapm4",
H A DAmiga The One.ofc12 "MapName": "mapm1",
24 "MapName": "mapm2",
36 "MapName": "mapm3",
/dports/archivers/innoextract/innoextract-1.9/src/util/
H A Dstoredenum.hpp44 #define STORED_MAP_HELPER(MapName, TypeRep, DefaultDecl, ...) \ argument
45 struct MapName { \
51 const MapName::enum_type MapName::values[] = { __VA_ARGS__ }; \
52 const size_t MapName::count = (sizeof(MapName::values)/sizeof(*(MapName::values)))
55 #define STORED_ENUM_MAP(MapName, Default, /* elements */ ...) \ argument
56 STORED_MAP_HELPER(MapName, Default, \
59 const MapName::enum_type MapName::default_value = Default
62 #define STORED_FLAGS_MAP(MapName, Flag0, /* additional flags */ ...) \ argument
63 STORED_MAP_HELPER(MapName, Flag0, , Flag0, __VA_ARGS__)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
H A DIfrVariable.c129 CHAR16 *MapName; in EfiLibHiiVariablePackListForEachVar() local
136 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListForEachVar()
140 Callback (MapName, MapGuid, MapId, Map, MapSize); in EfiLibHiiVariablePackListForEachVar()
180 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMapByIdx() local
187 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListGetMapByIdx()
193 *Name = MapName; in EfiLibHiiVariablePackListGetMapByIdx()
249 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMapById() local
256 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListGetMapById()
261 *Name = MapName; in EfiLibHiiVariablePackListGetMapById()
315 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMap() local
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_level.cpp498 level.MapName = mapname; in G_InitNew()
710 level.MapName = nextlevel; in G_DoCompleted()
1127 level.MapName = nextlevel; in G_DoWorldDone()
1775 FString MapName; in G_ReadSnapshots() local
1792 MapName = mapname; in G_ReadSnapshots()
1794 else arc << MapName; in G_ReadSnapshots()
1814 MapName = mapname; in G_ReadSnapshots()
1816 else arc << MapName; in G_ReadSnapshots()
1841 while (arc << MapName, MapName.Len() > 0) in G_ReadSnapshots()
1943 FString MapName; in P_ReadACSDefereds() local
[all …]
H A Dg_mapinfo.cpp75 if (!wadlevelinfos[i].MapName.CompareNoCase(name)) in FindWadLevelInfo()
148 mapname = lev->MapName; in CheckWarpTransMap()
228 MapName = ""; in Reset()
304 if (MapName.Len() > 3 && MapName[0] == 'E' && MapName[2] == 'M') in LookupLevelName()
308 else if (MapName.Len() > 3 && MapName[0] == 'M' && MapName[1] == 'A' && MapName[2] == 'P') in LookupLevelName()
310 mysnprintf (checkstring, countof(checkstring), "%d: ", atoi(&MapName[3])); in LookupLevelName()
312 …else if (MapName.Len() > 5 && MapName[0] == 'L' && MapName[1] == 'E' && MapName[2] == 'V' && MapNa… in LookupLevelName()
401 return MapName.Len() != 0 || this == &TheDefaultLevelInfo; in isValid()
1562 levelinfo->MapName = mapname; in ParseMapHeader()
1563 levelinfo->MapName.ToUpper(); in ParseMapHeader()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2308 MapName, in ShellSearchHandle()
2485 MapName = NULL; in EfiShellFindFiles()
2497 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2308 MapName, in ShellSearchHandle()
2485 MapName = NULL; in EfiShellFindFiles()
2497 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2305 MapName, in ShellSearchHandle()
2482 MapName = NULL; in EfiShellFindFiles()
2494 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2308 MapName, in ShellSearchHandle()
2485 MapName = NULL; in EfiShellFindFiles()
2497 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2305 MapName, in ShellSearchHandle()
2482 MapName = NULL; in EfiShellFindFiles()
2494 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2324 MapName, in ShellSearchHandle()
2501 MapName = NULL; in EfiShellFindFiles()
2513 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2305 MapName, in ShellSearchHandle()
2482 MapName = NULL; in EfiShellFindFiles()
2494 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
541 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
554 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
568 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2305 MapName, in ShellSearchHandle()
2482 MapName = NULL; in EfiShellFindFiles()
2494 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Application/Shell/
H A DShellProtocol.c490 MapName = NULL;
519 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL));
520 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1));
521 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') {
541 FreePool(MapName);
554 FreePool(MapName);
568 FreePool(MapName);
2324 MapName,
2501 MapName = NULL;
2513 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Application/Shell/
H A DShellProtocol.c527 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
555 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
556 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
557 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
577 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
590 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
603 FreePool(MapName); in EfiShellGetDevicePathFromFilePath()
2237 MapName, in ShellSearchHandle()
2410 MapName = NULL; in EfiShellFindFiles()
2422 MapName = StrnCatGrow(&MapName, NULL, PatternCopy, Count); in EfiShellFindFiles()
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dfix_focus_window.pas88 constructor Create(MapSize: SizeUInt; const MapName: UnicodeString = '');
89 constructor CreateForRead(const MapName: UnicodeString);
412 const MapName: UnicodeString);
416 Hi(MapSize), Lo(MapSize), Pointer(MapName));
425 constructor TPageFileStream.CreateForRead(const MapName: UnicodeString);
428 FMapHandle := OpenFileMappingW(FILE_MAP_READ, False, Pointer(MapName));
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dbootstrap.c174 MapName(cf_promises_validated_filename); in UpdateLastPolicyUpdateTime()
195 MapName(path); in GetAmPolicyHub()
255 MapName(failsafe_path); in WriteBuiltinFailsafePolicy()
329 MapName(filename); in MasterfileExists()
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dbootstrap.c174 MapName(cf_promises_validated_filename); in UpdateLastPolicyUpdateTime()
195 MapName(path); in GetAmPolicyHub()
255 MapName(failsafe_path); in WriteBuiltinFailsafePolicy()
329 MapName(filename); in MasterfileExists()

12345678910>>...21