Home
last modified time | relevance | path

Searched refs:ParseCmdLine (Results 1 – 25 of 95) sorted by path

1234

/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dcmdline.cpp26 void ParseCmdLine(int n, char **s) in ParseCmdLine() function
H A Dou.cpp530 LOG("Parsing command line", ParseCmdLine(argc, argv)); in main()
H A Dou.h180 void ParseCmdLine(int, char **);
/dports/audio/asmixer/asmixer-0.5/
H A Dasmixer.c60 void ParseCmdLine(int argc, char *argv[]);
101 ParseCmdLine(argc, argv); in main()
312 void ParseCmdLine(int argc, char *argv[]) in ParseCmdLine() function
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/win32/
H A DWin32_main.cpp1261 ParseCmdLine(); in CmdLineArgs()
1291 void ParseCmdLine () in ParseCmdLine() function in CmdLineArgs
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/tools/linux/md2core/
H A Dminidump-2-core.cc634 ParseCmdLine(CrashedProcess* crashinfo, const MinidumpMemoryRange& range) { in ParseCmdLine() function
1044 ParseCmdLine(&crashinfo, dump.Subrange(dirent->location)); in main()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dapp.cpp177 cb->ParseCmdLine(m_Frame, line); in OnExecute()
637 if (ParseCmdLine(nullptr) == -1) // only abort if '--help' was passed in the command line in OnInit()
743 if ( ParseCmdLine(m_Frame) == 0 ) in OnInit()
1174 int CodeBlocksApp::ParseCmdLine(MainFrame* handlerFrame, const wxString& CmdLineString) in ParseCmdLine() function in CodeBlocksApp
H A Dapp.h114 int ParseCmdLine(MainFrame* handlerFrame, const wxString& CmdLine = wxEmptyString);
/dports/devel/gnu-efi/gnu-efi-3.0.14/
H A DChangeLog583 Module lib/ParseCmdLine.c has errors, it incorrectly mixes "char" and "CHAR16"
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp55 if (!ParseCmdLine(argc, argv)) { in main()
148 bool ParseCmdLine(int argc, char *argv[]) { in ParseCmdLine() function
H A Dpolymain.hpp28 extern bool ParseCmdLine(int argc, char *argv[]);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp54 if(!ParseCmdLine(argc, argv)) { in main()
128 bool ParseCmdLine(int argc, char **argv ) { in ParseCmdLine() function
H A Dpolymain.h25 extern bool ParseCmdLine(int argc, char **argv );
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp54 if(!ParseCmdLine(argc, argv)) { in main()
128 bool ParseCmdLine(int argc, char **argv ) { in ParseCmdLine() function
H A Dpolymain.h25 extern bool ParseCmdLine(int argc, char **argv );
/dports/editors/biew/biew-610/
H A Dbiew.c308 static void __NEAR__ __FASTCALL__ ParseCmdLine( void ) in ParseCmdLine() function
594 ParseCmdLine(); in main()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas190 ParseCmdLine(Cmd);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/
H A Dcmdlinedebugger.pp383 FDbgProcess.ParseCmdLine(ExternalDebugger + ' ' + AOptions);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/cmdlinedebuggerbase/
H A Ddebugprocess.pas527 FDbgProcess.ParseCmdLine(FExternalDebugger + ' ' + AOptions);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dutf8process.pp42 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
50 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
507 procedure TProcessUTF8.ParseCmdLine(const CmdLine: string; ReadBackslash: boolean);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas190 ParseCmdLine(Cmd);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/
H A Dcmdlinedebugger.pp383 FDbgProcess.ParseCmdLine(ExternalDebugger + ' ' + AOptions);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/cmdlinedebuggerbase/
H A Ddebugprocess.pas527 FDbgProcess.ParseCmdLine(FExternalDebugger + ' ' + AOptions);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dutf8process.pp42 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
50 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
507 procedure TProcessUTF8.ParseCmdLine(const CmdLine: string; ReadBackslash: boolean);
/dports/editors/lazarus-qt5/docs/chm/
H A Dlazutils.xct2941 ParseCmdLine utf8process/tprocessutf8.parsecmdline.html

1234