Lines Matching refs:command_string
165 def parse_command_string(command_string): argument
221 bash_func_def + " ; parse " + command_string, quiet=1, print_output=0
278 command_string, argument
344 err_msg = gv.valid_value(command_string)
354 gp.qprint_issuing(command_string, test_mode)
373 command_string,
414 err_msg += gp.sprint_vars(command_string, command_timed_out, time_out)
457 def t_shell_cmd(command_string, **kwargs): argument
476 return shell_cmd(command_string, **kwargs)
701 command_string = command
727 command_string += " " + arg_dashes + key
729 command_string += delim
732 command_string += str(value)
734 command_string += gm.quote_bash_parm(str(value))
737 command_string = " ".join([command_string] + list(filter(None, pos_parms)))
739 return command_string