Searched refs:arglist (Results 1 – 1 of 1) sorted by relevance
8754 static bool exit_if_specials(string[] arglist) in exit_if_specials() argument8759 if (arglist == null || arglist.Length == 0) in exit_if_specials()8765 foreach (string s in arglist) in exit_if_specials()8777 …static bool update_arglist(string file_dest, string cafe_elf, string[] arglist, bool check_DASH_A_… in update_arglist() argument8782 string[] arglist_without_rpx = new string[arglist.Length - 1]; in update_arglist()8783 Array.Copy(arglist, 1, arglist_without_rpx, 0, arglist_without_rpx.Length); in update_arglist()