Home
last modified time | relevance | path

Searched refs:COMMAND_LIST (Results 1 – 25 of 82) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dscripts.cpp50 COMMAND_LIST[0] = &Scripts::cmdObject; in setOpcodes()
54 COMMAND_LIST[4] = &Scripts::cmdJumpGet; in setOpcodes()
56 COMMAND_LIST[6] = &Scripts::cmdJumpUse; in setOpcodes()
58 COMMAND_LIST[8] = &Scripts::cmdNull; in setOpcodes()
61 COMMAND_LIST[11] = &Scripts::cmdAnim; in setOpcodes()
64 COMMAND_LIST[14] = &Scripts::cmdGoto; in setOpcodes()
73 COMMAND_LIST[23] = &Scripts::cmdSnd; in setOpcodes()
103 COMMAND_LIST[53] = &Scripts::cmdWait; in setOpcodes()
120 COMMAND_LIST[70] = &Scripts::cmdDead; in setOpcodes()
133 COMMAND_LIST[45] = COMMAND_LIST[46] = &Scripts::cmdSpecial; in setOpcodes_v2()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dscripts.cpp51 COMMAND_LIST[0] = &Scripts::cmdObject; in setOpcodes()
55 COMMAND_LIST[4] = &Scripts::cmdJumpGet; in setOpcodes()
57 COMMAND_LIST[6] = &Scripts::cmdJumpUse; in setOpcodes()
59 COMMAND_LIST[8] = &Scripts::cmdNull; in setOpcodes()
62 COMMAND_LIST[11] = &Scripts::cmdAnim; in setOpcodes()
65 COMMAND_LIST[14] = &Scripts::cmdGoto; in setOpcodes()
74 COMMAND_LIST[23] = &Scripts::cmdSnd; in setOpcodes()
104 COMMAND_LIST[53] = &Scripts::cmdWait; in setOpcodes()
121 COMMAND_LIST[70] = &Scripts::cmdDead; in setOpcodes()
134 COMMAND_LIST[45] = COMMAND_LIST[46] = &Scripts::cmdSpecial; in setOpcodes_v2()
[all …]
/dports/multimedia/motion/motion-release-4.3.2/src/raspicam/
H A DRaspiCLI.h39 } COMMAND_LIST; typedef
49 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands);
50 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, …
H A DRaspiCLI.c62 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id()
98 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A DRaspiCLI.h39 } COMMAND_LIST; typedef
48 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands);
49 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, …
H A DRaspiCLI.c61 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id()
96 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help()
/dports/devel/py-cmd2/cmd2-2.3.2/examples/
H A Ddynamic_commands.py13 COMMAND_LIST = ['foo', 'bar'] variable
22 for command in COMMAND_LIST:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c127 CONST COMMAND_LIST *CommandList; in ShellCommandRunHelp()
128 CONST COMMAND_LIST *Node; in ShellCommandRunHelp()
225 for ( Node = (COMMAND_LIST*)GetFirstNode(&CommandList->Link) in ShellCommandRunHelp()
227 ; Node = (COMMAND_LIST*)GetNextNode(&CommandList->Link, &Node->Link) in ShellCommandRunHelp()
/dports/textproc/libcroco/libcroco-0.6.13/tests/
H A Dtestctl41 COMMAND_LIST=
114 COMMAND_LIST=$arg
416 if test "empty$COMMAND_LIST" = "empty" ; then
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames()
118 CONST COMMAND_LIST *Node; in CopyListOfCommandNames()
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c115 IN CONST COMMAND_LIST *SourceList
118 CONST COMMAND_LIST *Node;
120 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link)
122 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link)
/dports/devel/cquery/cquery-20180718/third_party/doctest/scripts/cmake/
H A Dexec_test.cmake14 string(REPLACE " " ";" COMMAND_LIST ${COMMAND})
15 set(cmd COMMAND ${COMMAND_LIST} RESULT_VARIABLE CMD_RESULT)
/dports/devel/doctest/doctest-2.4.7/scripts/cmake/
H A Dexec_test.cmake14 string(REPLACE " " ";" COMMAND_LIST ${COMMAND})
15 set(cmd COMMAND ${COMMAND_LIST} RESULT_VARIABLE CMD_RESULT)
/dports/graphics/wdune/wdune-1.926/src/
H A DCommandList.h33 virtual int getType() { return COMMAND_LIST; } in getType()
H A DCommand.h32 COMMAND_LIST enumerator
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Include/Library/
H A DShellCommandLib.h204 } COMMAND_LIST; typedef
215 CONST COMMAND_LIST*
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Include/Library/
H A DShellCommandLib.h198 } COMMAND_LIST; typedef
209 CONST COMMAND_LIST*
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Include/Library/
H A DShellCommandLib.h198 } COMMAND_LIST; typedef
209 CONST COMMAND_LIST*

1234