Searched refs:command_ptr (Results 1 – 4 of 4) sorted by relevance
73 typedef typename std::unique_ptr< BaseCommand > command_ptr; typedef in utils::cmdline::commands_map74 void insert(command_ptr, const std::string& = "");
64 cmdline::commands_map< BaseCommand >::insert(command_ptr command,90 insert(command_ptr(command), category);
981 if (!child->command_ptr) in start_job_command()989 p = child->command_ptr; in start_job_command()1024 child->command_ptr = NULL; in start_job_command()1028 child->command_ptr = end; in start_job_command()1745 while (child->command_ptr == 0 || *child->command_ptr == '\0') in job_next_command()1751 child->command_ptr = 0; in job_next_command()1756 child->command_ptr = child->command_lines[child->command_line++]; in job_next_command()2702 char *command_ptr = NULL; /* used for batch_mode_shell mode */ in construct_command_argv_internal() local2714 command_ptr = ap; in construct_command_argv_internal()2798 fputs (command_ptr, batch); in construct_command_argv_internal()
50 char *command_ptr; /* Ptr into command_lines[command_line]. */ member