Home
last modified time | relevance | path

Searched refs:DealWithArgs (Results 1 – 2 of 2) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DMain.cpp48 bool DealWithArgs(int argc, char* argv[], vector<string>& preloadSides);
63 if (!DealWithArgs(argc, argv, preloadSides)) in main()
108 bool DealWithArgs(int argc, char* argv[], vector<string>& preloadSides) { in DealWithArgs() function
/dports/lang/mono/mono-5.10.1.57/mcs/tools/sqlsharp/
H A DSqlSharpCli.cs1560 public void DealWithArgs(string[] args) in DealWithArgs() method in Mono.Data.SqlSharp.SqlSharpCli
1699 DealWithArgs (args); in Run()