Searched refs:command_line (Results 1 – 4 of 4) sorted by relevance
422 char *command_line; in process_begin() local497 command_line = make_command_line( shell_name, exec_path, argv); in process_begin()499 command_line = make_command_line( shell_name, file_info.szPathName, in process_begin()502 if ( command_line == NULL ) { in process_begin()512 free( command_line ); in process_begin()542 command_line ? command_line : "NULL")); in process_begin()545 command_line, in process_begin()558 exec_path ? exec_path : "NULL", command_line); in process_begin()560 free( command_line ); in process_begin()577 free( command_line ); in process_begin()[all …]
49 unsigned int command_line; /* Index into above. */ member
987 | child->file->cmds->lines_flags[child->command_line - 1]); in start_job_command()1011 child->file->cmds->lines_flags[child->command_line - 1] in start_job_command()1748 if (child->command_line == child->file->cmds->ncommand_lines) in job_next_command()1756 child->command_ptr = child->command_lines[child->command_line++]; in job_next_command()
736 std::string command_line = in AssumeRole() local757 const_cast<char*>(command_line.c_str()), in AssumeRole()