Searched refs:alternate_command (Results 1 – 3 of 3) sorted by relevance
261 alternate_command = list(arguments)262 alternate_command = flip_dash_g(alternate_command)263 alternate_command = set_output_file(alternate_command, output_file_b)264 run_step(alternate_command, my_env, "Error compiling with -g")282 alternate_command = arguments + ['-via-file-asm']283 alternate_command = set_output_file(alternate_command, output_file_b)284 run_step(alternate_command, my_env,
39 const char *alternate_command);
511 const char *alternate_command) in _PyCodec_LookupTextEncoding() argument539 encoding, alternate_command); in _PyCodec_LookupTextEncoding()552 const char *alternate_command, in codec_getitem_checked() argument558 codec = _PyCodec_LookupTextEncoding(encoding, alternate_command); in codec_getitem_checked()