Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Args

154     Args& args,
167 args.Unshift("dummy_string");
168 error = args.ParseOptions (*options);
376 Args &input,
584 // with certain option sets, this function returns the option set filtered args.
1017 Args cmd_args (args_string);
1020 Args full_args (GetCommandName ());
1135 { eArgTypeRunArgs, "run-args", CommandCompletions::eNoCompletion, { NULL, false }, "Arguments to be passed to the target program when it starts executing." },