Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h57 char *sh_batch_file; /* Script file for shell commands */ member
Djob.c703 if (c->sh_batch_file) { in reap_children()
705 c->sh_batch_file)); in reap_children()
708 remove (c->sh_batch_file); in reap_children()
711 free (c->sh_batch_file); in reap_children()
712 c->sh_batch_file = NULL; in reap_children()
1021 argv = construct_command_argv (p, &end, child->file, &child->sh_batch_file); in start_job_command()
1611 c->sh_batch_file = NULL; in new_job()