Home
last modified time | relevance | path

Searched refs:argument_vector (Results 1 – 8 of 8) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A DprocessManager.cc259 std::vector<std::string> argument_vector; in get_operator_argv() local
272 argument_vector.push_back(operatorArguments.substr(0, pos)); in get_operator_argv()
273 Debug("added argument %s", argument_vector.back()); in get_operator_argv()
276 argument_vector.push_back(operatorArguments); in get_operator_argv()
278 return argument_vector; in get_operator_argv()
/dports/net/lambdamoo/MOO-1.8.1/pgperf/
H A Doptions.c162 option.argument_vector = argv;
447 printf ("%s ", option.argument_vector[i]); in print_options()
H A Doptions.h143 char **argument_vector; /* Stores a pointer to command-line vector. */ member
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dserver.c155 static char **argument_vector; variable
737 for (cp = argument_vector + 1; in rewind_buf_from_net()
738 cp < argument_vector + argument_count; in rewind_buf_from_net()
3003 argument_vector = xnrealloc (argument_vector, in serve_argument()
3005 if (argument_vector == NULL) in serve_argument()
3018 argument_vector[argument_count++] = p; in serve_argument()
3041 p = argument_vector[argument_count - 1]; in serve_argumentx()
3050 argument_vector[argument_count - 1] = p; in serve_argumentx()
4221 for (cp = argument_vector + 1; in do_cvs_command()
5700 for (cp = argument_vector + 1; in serve_expand_modules()
[all …]
H A DChangeLog3324 (argument_cound, argument_vector, argument_vector_size): Move before...
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/info/
H A Dtexinfo.pl547 argument_vector(TypeVector),
561 argument_vector(TypeVector),
699 argument_vector(V) :-
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp9709 for (const auto &argument : argument_vector) in test_argument_vector_for_condition()
10006 SCP_vector<std::pair<char*, int>> argument_vector; in eval_for_counter() local
10042 argument_vector.emplace_back(vm_strdup(buf), -1); in eval_for_counter()
10052 return static_cast<int>(argument_vector.size()); in eval_for_counter()
10070 SCP_vector<std::pair<char*, int>> argument_vector; in eval_for_ship_collection() local
10125 argument_vector.emplace_back(vm_strdup(shipp->ship_name), -1); in eval_for_ship_collection()
10131 return static_cast<int>(argument_vector.size()); in eval_for_ship_collection()
10151 SCP_vector<std::pair<char*, int>> argument_vector; in eval_for_players() local
10161 argument_vector.emplace_back(vm_strdup(Ships[shipnum].ship_name), -1); in eval_for_players()
10168 argument_vector.emplace_back(vm_strdup(Player_ship->ship_name), -1); in eval_for_players()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp8522 int test_argument_vector_for_condition(SCP_vector<char*> argument_vector, bool already_dupped, int … in test_argument_vector_for_condition() argument
8540 for (size_t i = 0; i < argument_vector.size(); i++) in test_argument_vector_for_condition()
8548 Sexp_replacement_arguments.push_back(argument_vector[i]); in test_argument_vector_for_condition()
8555 Applicable_arguments_temp.push_back(argument_vector[i]); in test_argument_vector_for_condition()
8564 Applicable_arguments_temp.push_back(argument_vector[i]); in test_argument_vector_for_condition()
8575 free(argument_vector[i]); in test_argument_vector_for_condition()
8857 SCP_vector<char*> argument_vector; in eval_for_counter() local
8861 argument_vector.push_back(strdup(buf)); in eval_for_counter()
8865 …num_valid_arguments = test_argument_vector_for_condition(argument_vector, true, condition_node, &n… in eval_for_counter()