Searched refs:intermediate (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/tw/
H A Dtw.h166 int actII; /* real action for intermediate */
182 int intermediate; /* generate intermediate dirs */ member in struct:__anon239
H A Dtw.c79 "[m:intermediate?Before visiting a selected file select and visit "
80 "intermediate directories leading to the file that have not already been "
296 "Lists all files and intermediate directories on the same file "
353 static void intermediate(Ftw_t*, char*);
429 intermediate(ftw, ftw->path);
499 * generate intermediate (missing) directories for terminal elements
503 intermediate(register Ftw_t* ftw, register char* path) function
513 intermediate(ftw->parent, path);
737 state.intermediate = 1;
989 if (state.intermediate)
[all...]
/ast/src/cmd/nmake/
H A Dcommand.c95 int intermediate; /* # INTERMEDIATE jobs */ member in struct:Jobstate_s
878 state.intermediate--;
1018 jobs.intermediate++;
1118 if (jobs.intermediate)
1149 error(state.explain ? 0 : -1, "cancelling %s action -- %s", job->target->name, job->status == INTERMEDIATE ? "intermediate not needed" : "missing intermediates accepted");
1153 jobs.intermediate = 0;
1530 jobs.intermediate++;
H A Dmain.c169 * 0x40000000 2007-06-20 don't include intermediate makefile dirs in :W:
373 state.intermediate = 1;
H A Dmake.h359 #define D_intermediate (1L<<25) /* intermediate pretend target */
793 unsigned char intermediate; /* force intermediate targets */ member in struct:State_s
H A Doption.c121 { "intermediate", OPT_intermediate,(char*)&state.intermediate, 0,
122 "Force intermediate target generation." },
H A Dmake.c308 * intermediate level make
633 if (!state.intermediate && !r->time && r0->time && r0->event && (r0->dynamic & D_built) && !(parent->property & P_state) && (r2 = staterule(RULE, parent, NiL, 0)) && (r2->dynamic & D_built))
635 message((-1, "pretending intermediate target %s exists", r->name));
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
/ast/src/cmd/pax/
H A Dfile.c205 error(1, "omit the --nomkdir option to create intermediate directories");
425 error(ERROR_SYSTEM|2, "%s: cannot create intermediate directories", f->name);
494 error(ERROR_SYSTEM|2, "%s: cannot create intermediate directories", f->name);
542 error(ERROR_SYSTEM|2, "%s: cannot create intermediate directories", f->name);
570 error(ERROR_SYSTEM|2, "%s: cannot create intermediate directories", f->name);
584 if (state.intermediate)
592 * copy to intermediate output file and rename
601 error(ERROR_SYSTEM|2, "%s: cannot create intermediate directories", f->name);
609 f->intermediate = pathtemp(ap->path.temp, sizeof(ap->path.temp), d, error_info.id, &ifd);
612 message((-4, "%s: intermediate
[all...]
H A Dpax.h286 char* intermediate; /* intermediate output name */ \
425 int errors; /* intermediate error count */ \
451 char temp[PATH_MAX]; /* temp intermediate name */ \
544 int intermediate; /* intermediate ouput - rename */ \
568 int mkdir; /* make intermediate dirs */ \
H A Dpax.c916 state.intermediate = y;

Completed in 47 milliseconds