Home
last modified time | relevance | path

Searched refs:command_ptr (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.h50 char *command_ptr; /* Ptr into command_lines[command_line]. */ member
Djob.c981 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() local
2714 command_ptr = ap; in construct_command_argv_internal()
2798 fputs (command_ptr, batch); in construct_command_argv_internal()