Home
last modified time | relevance | path

Searched refs:gCommands (Results 1 – 22 of 22) sorted by relevance

/dports/games/cake/cake_src/
H A Dmain.cpp256 if (!gCommands->ExecuteCommand(ConsoleBufferCommand)) in Keyboard()
277 gCommands->PrevSolution(); in Keyboard()
279 gCommands->NextSolution(); in Keyboard()
283 gCommands->FirstSolution(gConsole->GetCurrentCommand()); in Keyboard()
288 gCommands->CompleteCommand(gConsole->GetCurrentCommand()); in Keyboard()
458 if (histLine > gCommands->GetNbrCommHistLines()) in KeyboardSpec()
460 histLine = gCommands->GetNbrCommHistLines(); in KeyboardSpec()
507 gCommands->RepeatLastCommand(); in KeyboardSpec()
1404 gCommands->AddCommand("quit", cmd_quit, "exit the application"); in AddCommands()
1406 gCommands->AddCommand("map", cmd_load, "load a bsp map"); in AddCommands()
[all …]
/dports/games/cake/cake_src/cake/
H A Dalias.cpp58gCommands->AddCommand("alias", cmd_alias, "sets a value to an alias or creates an alias and sets a… in Alias()
59 gCommands->AddCommand("unalias", cmd_unalias, "destroy an existing alias"); in Alias()
60 gCommands->AddCommand("aliaslist", cmd_aliaslist, "displays a list of all existing aliases"); in Alias()
65 gCommands->RemoveCommand("alias"); in ~Alias()
66 gCommands->RemoveCommand("unalias"); in ~Alias()
67 gCommands->RemoveCommand("aliaslist"); in ~Alias()
109 if (gCommands->GetFunction(a_name)) in SetAlias()
H A Dapp.cpp37 Commands* gCommands = NULL; // Commands variable
133 if (!(gCommands = new Commands)) ThrowException(ALLOCATION_ERROR, "App:App.gCommands"); in App()
172gCommands->AddCommand("listfiles", cmd_listfiles, "display the list of all files matching with a s… in App()
180 gCommands->AddToHistory = false; in Init()
295 gCommands->AddToHistory = true; in Init()
335 gCommands->RemoveCommand("bsplist"); in ~App()
336 gCommands->RemoveCommand("wavlist"); in ~App()
337 gCommands->RemoveCommand("md3list"); in ~App()
338 gCommands->RemoveCommand("listfiles"); in ~App()
339 gCommands->RemoveCommand("logpreviews"); in ~App()
[all …]
H A Dsound.cpp149gCommands->AddCommand("musicvolume", cmd_musicvolume, "Sets the music volume. The valid volume ran… in initSoundSystem()
151 gCommands->AddCommand("stopbgmusic", cmd_stopbgmusic, "Stops the current background music."); in initSoundSystem()
152gCommands->AddCommand("soundvolume", cmd_soundvolume, "Sets the sound volume. The valid volume ran… in initSoundSystem()
153 gCommands->AddCommand("playsound", cmd_playsound, "Play a sound."); in initSoundSystem()
154gCommands->AddCommand("snd_distancefactor", cmd_snd_distancefactor, "Sets the 3d sound distance fa… in initSoundSystem()
267 gCommands->RemoveCommand("musicvolume"); in shutdownSoundSystem()
268 gCommands->RemoveCommand("setbgmusic"); in shutdownSoundSystem()
269 gCommands->RemoveCommand("stopbgmusic"); in shutdownSoundSystem()
270 gCommands->RemoveCommand("soundvolume"); in shutdownSoundSystem()
271 gCommands->RemoveCommand("playsound"); in shutdownSoundSystem()
[all …]
H A Dcommands.cpp41 cmd_function_t* cmd = gCommands->GetFunction(argv[1]); in cmd_help()
52 gCommands->DisplayCommands(argc>1?1:0); in cmd_commands()
59 if (!stricmp(argv[1],"on") || !stricmp(argv[1],"1")) gCommands->AddToConsole = true; in cmd_echo()
60 else if (!stricmp(argv[1],"off") || !stricmp(argv[1],"0")) gCommands->AddToConsole = false; in cmd_echo()
66 else gConsole->Insertln("echo : %s", gCommands->AddToConsole?"on":"off"); in cmd_echo()
88 gCommands->AddToHistory = !gCommands->AddToHistory; in cmd_togglehistory()
H A Dcake.h50 extern Commands* gCommands; // gestion des commandes
H A Dconsole.cpp311 gCommands->AddCommand("close", cmd_close, "closes the console"); in Console()
313gCommands->AddCommand("showmessages", cmd_messages, "activates or disactivates the display of cons… in Console()
314gCommands->AddCommand("msglife", cmd_messagetimelife, "sets the life time for console messages whe… in Console()
315 gCommands->AddCommand("clear", cmd_clear, "clears the console content"); in Console()
H A Dfiles.cpp1004 gCommands->AddToConsole = false; in ConfigFile()
1021 if (!gCommands->ExecuteCommand(buffer)) in ConfigFile()
1027 gCommands->AddToConsole = true; in ConfigFile()
H A Dvars.cpp147 gCommands->AddCommand("varlist", cmd_varlist, "displays the variables list"); in Vars()
H A Drender.cpp200gCommands->AddCommand("setclearcolor", cmd_setclearcolor, "Define the clear color (need to be enab… in Render()
270 gCommands->RemoveCommand("setclearcolor"); in ~Render()
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dshell.c74 extern Command gCommands[];
95 qsort(gCommands, gNumCommands, sizeof(Command), (qsort_proc_t) CommandSortCmp); in InitCommandList()
147 return (&gCommands[i]); in GetCommandByIndex()
167 …canp = (CommandPtr) bsearch(name, gCommands, gNumCommands, sizeof(Command), (bsearch_proc_t) Comma… in GetCommandByName()
173 …canp = (CommandPtr) bsearch(name, gCommands, gNumCommands, sizeof(Command), (bsearch_proc_t) Comma… in GetCommandByName()
179 if (canp != &gCommands[0]) { in GetCommandByName()
187 if (canp != &gCommands[gNumCommands - 1]) { in GetCommandByName()
H A Dcmdlist.c20 Command gCommands[] = { variable
562 size_t gNumCommands = ((size_t) (sizeof(gCommands) / sizeof(Command)));
H A Dcmds.c86 extern Command gCommands[];
1406 c = gCommands; in HelpCmd()
1421 c = gCommands; in HelpCmd()
1467 for (c = gCommands, n = 0; n < (int) gNumCommands; c++, n++) { in HelpCmd()
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_shortcuts.cpp61 mShortcuts[CommandIdx] = gCommands[CommandIdx].DefaultShortcut; in Reset()
83 …Stream << gCommands[CommandIdx].ID << QLatin1String("=") << mShortcuts[CommandIdx] << QLatin1Strin… in Save()
119 if (gCommands[CommandIdx].ID == Key) in Load()
H A Dlc_commands.cpp4 const lcCommand gCommands[] = variable
1828 LC_ARRAY_SIZE_CHECK(gCommands, LC_NUM_COMMANDS);
H A Dlc_commands.h292 extern const lcCommand gCommands[];
H A Dlc_mainwindow.cpp138 QAction* Action = new QAction(qApp->translate("Menu", gCommands[CommandIdx].MenuName), this); in CreateActions()
139 Action->setStatusTip(qApp->translate("Status", gCommands[CommandIdx].StatusText)); in CreateActions()
/dports/misc/lf/lf-r26/
H A Dmain.go36 gCommands arrayFlag var
238 flag.Var(&gCommands,
H A Dapp.go276 for _, cmd := range gCommands {
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dgretl.vim30 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint co…
72 hi def link gCommands Repeat
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dgretl.vim30 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint co…
72 hi def link gCommands Repeat
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_qpreferencesdialog.cpp834 if (!gCommands[actionIdx].ID[0]) in updateCommandList()
837 const QString identifier = tr(gCommands[actionIdx].ID); in updateCommandList()
887 …item->setText(0, qApp->translate("Menu", gCommands[actionIdx].MenuName).remove('&').remove(QLatin1… in updateCommandList()
891 if (mOptions->KeyboardShortcuts.mShortcuts[actionIdx] != gCommands[actionIdx].DefaultShortcut) in updateCommandList()
977 …QString ActionText = qApp->translate("Menu", gCommands[ExistingIndex].MenuName).remove('&').remove… in on_shortcutAssign_clicked()
1009 setShortcutModified(ExistingItem, gCommands[ShortcutIndex].DefaultShortcut[0] != 0); in on_shortcutAssign_clicked()
1018 …d(CurrentItem, mOptions->KeyboardShortcuts.mShortcuts[ShortcutIndex] != gCommands[ShortcutIndex].D… in on_shortcutAssign_clicked()