Home
last modified time | relevance | path

Searched refs:menu_commands (Results 1 – 24 of 24) sorted by relevance

/dports/games/liblcf/liblcf-0.7.0/src/generated/
H A Drpg_system.cpp37 for (size_t i = 0; i < obj.menu_commands.size(); ++i) { in operator <<()
38 os << (i == 0 ? "[" : ", ") << obj.menu_commands[i]; in operator <<()
H A Dldb_system.cpp114 &rpg::System::menu_commands,
120 &rpg::System::menu_commands,
121 LDB_Reader::ChunkSystem::menu_commands,
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dscene_menu.cpp85 for (std::vector<int16_t>::iterator it = lcf::Data::system.menu_commands.begin(); in CreateCommandWindow()
86 it != lcf::Data::system.menu_commands.end(); ++it) { in CreateCommandWindow()
H A Dplayer.cpp775 lcf::Data::system.menu_commands.empty() && in CreateGameObjects()
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Dsystem.h191 std::vector<int16_t> menu_commands = {1}; variable
292 && l.menu_commands == r.menu_commands
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DPlaintext.pm92 my %menu_commands = %Texinfo::Common::menu_commands;
157 foreach my $preformatted_command ('verbatim', keys(%menu_commands)) {
206 foreach my $format_context_command (keys(%menu_commands), 'verbatim',
220 next if ($menu_commands{$command}
662 if ($menu_commands{$context}) {
2360 if ($menu_commands{$command} and $self->get_conf('FORMAT_MENU') eq 'nomenu') {
2425 } elsif ($menu_commands{$command}) {
3307 if ($old_context ne 'float' and !$menu_commands{$old_context}) {
H A DDocBook.pm1305 } elsif ($Texinfo::Common::menu_commands{$root->{'cmdname'}}) {
H A DHTML.pm98 my %menu_commands = %Texinfo::Common::menu_commands;
136 %menu_commands, %align_commands);
157 or ($menu_commands{$context} and $self->_in_preformatted_in_menu())) {
1293 next if ($menu_commands{$command}
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/net/ipxe/ipxe-2265a65/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/hci/commands/
H A Dmenu_cmd.c281 struct command menu_commands[] __command = { variable
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/
H A DParserNonXS.pm200 my %menu_commands = %Texinfo::Common::menu_commands;
1557 or $menu_commands{$current->{'cmdname'}}
1662 } elsif ($menu_commands{$current->{'cmdname'}}) {
2885 if ($current->{'cmdname'} and $menu_commands{$current->{'cmdname'}}) {
3109 if ($menu_commands{$closed_command->{'cmdname'}}
3928 or !$menu_commands{$current->{'parent'}->{'parent'}->{'parent'}->{'cmdname'}}) {
4590 if ($menu_commands{$command} and $current->{'type'}
4678 if ($menu_commands{$command}) {
H A DTransformations.pm702 and $Texinfo::Common::menu_commands{$content->{'cmdname'}}) {
H A DCommon.pm842 our %menu_commands;
844 $menu_commands{$menu_command} = 1;
/dports/print/texinfo/texinfo-6.8/doc/tp_api/api_includes/
H A DTexinfo-Common.texi187 @item %menu_commands
188 @anchor{Texinfo::Common %menu_commands}
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/ldb/
H A Dchunks.h1276 menu_commands = 0x1B, enumerator
/dports/math/pari/pari-2.13.3/src/language/
H A Dgplib.c267 menu_commands(void) in menu_commands() function
590 case '\0': menu_commands(); return; in help()
/dports/math/p5-Math-Pari/pari-2.3.5/src/gp/
H A Dgp.c357 menu_commands(void) in menu_commands() function
592 case '\0': menu_commands(); return; in aide0()
/dports/games/liblcf/liblcf-0.7.0/generator/csv/
H A Dfields.csv534 System,menu_commands,t,Count<Vector<Int16>>,0x1A,,0,1,Integer - RPG2003
535 System,menu_commands,f,Vector<Int16>,0x1B,"[1]",1,1,Array - Short - RPG2003