Home
last modified time | relevance | path

Searched refs:CommandStr (Results 1 – 25 of 79) sorted by relevance

1234

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Ducommandline.pas106 CommandStr,LowerCmd:string;
223 CommandStr := commandsUTF8[i];
224 if (length(CommandStr) >= 1) and (CommandStr[1] in commandPrefix) then
297 CommandStr := commandsUTF8[i];
298 if (length(CommandStr) >= 1) and (CommandStr[1] in commandPrefix) then
302 else Delete(CommandStr,1,1);
303 Filter := StrToPictureFilter(CommandStr);
308 instance.ShowError(CommandStr, rsUnableToApplyFilter+CommandStr);
314 LowerCmd := UTF8LowerCase(CommandStr);
370 ForcePathDelims(CommandStr);
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
H A DEdbCmdSymbol.c315 CHAR16 *CommandStr; in DebuggerListSymbol() local
320 CommandStr = CommandArg; in DebuggerListSymbol()
325 if (CommandStr != NULL) { in DebuggerListSymbol()
328 Address = Xtoi (CommandStr); in DebuggerListSymbol()
336 if (CommandStr != NULL) { in DebuggerListSymbol()
339 if (CommandStr == NULL) { in DebuggerListSymbol()
343 SymbolFileName = CommandStr; in DebuggerListSymbol()
351 if (CommandStr != NULL) { in DebuggerListSymbol()
354 if (CommandStr == NULL) { in DebuggerListSymbol()
358 SymbolName = CommandStr; in DebuggerListSymbol()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCmdMemory.c215 CHAR16 *CommandStr; in EdbGetMemoryAddressCount() local
222 CommandStr = CommandArg; in EdbGetMemoryAddressCount()
223 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
230 MemAddress = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
245 if (CommandStr == NULL) { in EdbGetMemoryAddressCount()
248 *Count = Xtoi(CommandStr); in EdbGetMemoryAddressCount()
276 CHAR16 *CommandStr; in EdbGetMemoryAddressValue() local
283 CommandStr = CommandArg; in EdbGetMemoryAddressValue()
284 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
306 if (CommandStr == NULL) { in EdbGetMemoryAddressValue()
[all …]
H A DEdbCmdGo.c34 CHAR16 *CommandStr; in DebuggerGo() local
42 CommandStr = StrGetNextTokenLine (L" "); in DebuggerGo()
43 if (CommandStr != NULL) { in DebuggerGo()
48 Status = Symboltoi (CommandStr, &Address); in DebuggerGo()
51 Address = Xtoi(CommandStr); in DebuggerGo()

1234