OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sh_batch_file
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
job.h
57
char *
sh_batch_file
; /* Script file for shell commands */
member in struct:child
job.c
707
if (c->
sh_batch_file
) {
709
c->
sh_batch_file
));
712
remove (c->
sh_batch_file
);
715
free (c->
sh_batch_file
);
716
c->
sh_batch_file
= NULL;
1027
argv = construct_command_argv (p, &end, child->file, &child->
sh_batch_file
);
[
all
...]
Completed in 306 milliseconds