Home
last modified time | relevance | path

Searched refs:ParseCmdLine (Results 26 – 50 of 95) sorted by relevance

1234

/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddz80.c87 if (ParseCmdLine(d, startArgc, argc, argv)) in main()
H A Dparsecmd.c18 int ParseCmdLine(DISZ80 *d, int startArgc, int argc, char* argv[]) in ParseCmdLine() function
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/vpntest/
H A Dvpntest.c146 TOKEN_LIST *token = ParseCmdLine(tmp); in TestMain()
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dou.h180 void ParseCmdLine(int, char **);
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dutf8process.pp42 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
50 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
508 procedure TProcessUTF8.ParseCmdLine(const CmdLine: string; ReadBackslash: boolean);
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dutf8process.pp42 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
50 procedure ParseCmdLine(const CmdLine: string; ReadBackslash: boolean = false);
508 procedure TProcessUTF8.ParseCmdLine(const CmdLine: string; ReadBackslash: boolean);
/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/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/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
/dports/security/tor-devel/tor-0.4.7.2-alpha/contrib/win32build/
H A Dtor-mingw.nsi.in64 Call ParseCmdLine
258 Function ParseCmdLine function
/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
/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
/dports/security/tor/tor-0.4.6.8/contrib/win32build/
H A Dtor-mingw.nsi.in64 Call ParseCmdLine
258 Function ParseCmdLine function
/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
/dports/editors/lazarus/lazarus/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas188 ParseCmdLine(Cmd);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas190 ParseCmdLine(Cmd);
/dports/editors/lazarus-qt5/lazarus/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas188 ParseCmdLine(Cmd);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/chmhelp/packages/help/
H A Dlhelpcontrol.pas190 ParseCmdLine(Cmd);
/dports/editors/biew/biew-610/
H A Dbiew.c308 static void __NEAR__ __FASTCALL__ ParseCmdLine( void ) in ParseCmdLine() function
594 ParseCmdLine(); in main()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/tools/linux/md2core/
H A Dminidump-2-core.cc336 ParseCmdLine(CrashedProcess* crashinfo, MMappedRange range) { in ParseCmdLine() function
468 ParseCmdLine(&crashinfo, dump.Subrange(dirent->location)); in main()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Dbarnyard2.c212 static void ParseCmdLine(int, char **);
559 static void ParseCmdLine(int argc, char **argv) in ParseCmdLine() function
1933 ParseCmdLine(argc, argv); in Barnyard2Init()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dbarnyard2.c212 static void ParseCmdLine(int, char **);
559 static void ParseCmdLine(int argc, char **argv) in ParseCmdLine() function
1933 ParseCmdLine(argc, argv); in Barnyard2Init()
/dports/www/webstone-ssl/WebStone2.5/src/
H A Dwebclient.c589 ParseCmdLine(int argc, char **argv ) in ParseCmdLine() function
797 ParseCmdLine(argc, argv); in main()
/dports/www/webstone/WebStone2.5/src/
H A Dwebclient.c571 ParseCmdLine(int argc, char **argv ) in ParseCmdLine() function
733 ParseCmdLine(argc, argv); in main()
/dports/games/spring/spring_98.0/rts/System/
H A DSpringApp.cpp152 ParseCmdLine(argv[0]); in SpringApp()
606 void SpringApp::ParseCmdLine(const std::string& binaryName) in ParseCmdLine() function in SpringApp

1234