Home
last modified time | relevance | path

Searched refs:CommandTable (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dcommand.h119 class CommandTable {
123 CommandTable(std::initializer_list<Container::value_type> values) in CommandTable() function
136 void initialize(std::unique_ptr<const CommandTable> commands);
141 std::shared_ptr<const CommandTable> get();
H A Dcommand.cpp217 int CommandTable::callCommand(Input args, Output out) const { in callCommand()
234 shared_ptr<const CommandTable> command_table;
237 void Commands::initialize(unique_ptr<const CommandTable> commands) { in initialize()
259 shared_ptr<const CommandTable> Commands::get() { in get()
H A Dmain.cpp71 unique_ptr<CommandTable> commands(shared_ptr<Root> root) { in commands()
239 return unique_ptr<CommandTable>(new CommandTable(init)); in commands()
/dports/emulators/bsvc/bsvc-2.4.6/src/Framework/
H A DInterface.hpp25 struct CommandTable { struct in Interface
31 static CommandTable ourCommandTable[];
H A DInterface.cpp52 Interface::CommandTable Interface::ourCommandTable[] = {
84 : myNumberOfCommands(sizeof(ourCommandTable) / sizeof(CommandTable)), in Interface()
/dports/audio/vimpc/vimpc-0.09.2/src/mode/
H A Dcommand.hpp262 typedef std::map<std::string, CommandFunction> CommandTable; typedef in Ui::Command
276 CommandTable commandTable_;
323 std::string TabGetCompletion(CommandTable::const_iterator it);
H A Dcommand.cpp1557 CommandTable::const_iterator const it = commandTable_.find(commandToExecute); in ExecuteCommand()
1786 std::string Command::TabGetCompletion(CommandTable::const_iterator it) in TabGetCompletion()
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadCommand.h27 extern CommandData CommandTable[];
H A DMadEditFrame.cpp1200 CommandData CommandTable[]=
1751 CommandData *cd = &CommandTable[0]; in CreateGUIControls()
1856 CommandData *cd = &CommandTable[0]; in CreateGUIControls()
H A DMadOptionsDialog.cpp815 CommandData *cd = &CommandTable[0]; in CreateGUIControls()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c59 } CommandTable; typedef
91 …t char *inputfilename, int lineno, int argc, const char **argv, const CommandTable *tab, int *stat…
115 static const CommandTable command_table[] = { /* table of known commands */
447 const CommandTable *tab, in dispatch_command()
450 const CommandTable *ct; in dispatch_command()
1021 const CommandTable *ct; in print_help()
1083 const CommandTable *ct; in do_questionmark()
/dports/math/gap/gap-4.11.0/hpcgap/lib/hpc/
H A Dconsoleui.g404 BindGlobal("CommandTable@", DictionaryByList(true));
407 MigrateObj(CommandTable@, Region@);
853 AddDictionary(CommandTable@, keyvalue[1], keyvalue[2]);
858 WITH_TARGET_REGION(CommandTable@, function()
880 for c in ListKeyEnumerator(CommandTable@) do
883 func := LookupDictionary(CommandTable@, c);
1095 AddDictionary(CommandTable@, name, func);
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c82 } CommandTable; typedef
121 static CommandTable command_table[] = { /* table of known commands */
607 CommandTable *tab, in dispatch_command()
610 CommandTable *ct; in dispatch_command()
1361 CommandTable *ct; in print_help()
1418 CommandTable *ct; in do_questionmark()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmForm/
H A DFvwmForm.c184 typedef struct CommandTable struct
229 static struct CommandTable ct_table[] =
271 static struct CommandTable def_table[] =
318 struct CommandTable *e; in ParseDefaults()
328 e = FindToken(p,def_table,struct CommandTable);/* find cmd in table */ in ParseDefaults()
342 struct CommandTable *e; in ParseConfigLine()
363 e = FindToken(p,ct_table,struct CommandTable);/* find cmd in table */ in ParseConfigLine()
2435 static struct CommandTable am_table[] =
2446 struct CommandTable *e; in ParseActiveMessage()
2534 e = FindToken(p,am_table,struct CommandTable);/* find cmd in table */ in ParseActiveMessage()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmForm/
H A DFvwmForm.c165 typedef struct CommandTable struct
210 static struct CommandTable ct_table[] =
252 static struct CommandTable def_table[] =
300 struct CommandTable *e; in ParseDefaults()
310 e = FindToken(p,def_table,struct CommandTable);/* find cmd in table */ in ParseDefaults()
324 struct CommandTable *e; in ParseConfigLine()
347 e = FindToken(p,ct_table,struct CommandTable);/* find cmd in table */ in ParseConfigLine()
2421 static struct CommandTable am_table[] =
2432 struct CommandTable *e; in ParseActiveMessage()
2519 e = FindToken(p,am_table,struct CommandTable);/* find cmd in table */ in ParseActiveMessage()
[all …]
/dports/cad/netgen/netgen-6.2.2105/ng/Togl-1.7/
H A Dtogl.c430 static Tcl_HashTable CommandTable; variable
845 Tcl_InitHashTable(&CommandTable, TCL_STRING_KEYS); in Togl_Init()
1022 entry = Tcl_CreateHashEntry(&CommandTable, cmd_name, &new_item); in Togl_CreateCommand()
1386 entry = Tcl_FindHashEntry(&CommandTable, argv[1]); in Togl_Widget()
1394 entry = Tcl_FirstHashEntry(&CommandTable, &search); in Togl_Widget()
1397 Tcl_GetHashKey(&CommandTable, entry), "\n", NULL); in Togl_Widget()
/dports/print/texinfo/texinfo-6.8/
H A DChangeLog.465668 (CommandTable): Various additions and alterations for HTML.
8044 * makeinfo/makeinfo.c (CommandTable): Restore "!", accidentally
8066 (CommandTable): Add new commands for all of plain.tex's
8212 (CommandTable): Add commands -, ^, ", enddots, centerchap.
8220 (CommandTable): Add "dircategory" and "direntry".
8787 (CommandTable): Add "macro" and "unmacro" to table if HAVE_MACROS