Home
last modified time | relevance | path

Searched refs:FetchOnlyOpt (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.bin/dsynth/
H A Dbuild.c230 if (FetchOnlyOpt) { in DoBuild()
253 if ((scan->flags & (PKGF_SUCCESS | PKGF_PACKAGED)) == 0 && FetchOnlyOpt == 0) { in DoBuild()
272 if (newtemplate && FetchOnlyOpt == 0) { in DoBuild()
1167 if (FetchOnlyOpt) in workercomplete()
1991 FetchOnlyOpt = 1; in WorkerProcess()
2193 if (FetchOnlyOpt) in WorkerProcess()
2202 if (pkgpkg && FetchOnlyOpt == 0) { in WorkerProcess()
2240 if (FetchOnlyOpt == 0) { in WorkerProcess()
2250 if (FetchOnlyOpt == 0) { in WorkerProcess()
2305 if (work->accum_error == 0 && FetchOnlyOpt == 0) { in WorkerProcess()
H A Ddsynth.c47 int FetchOnlyOpt; variable
376 ++FetchOnlyOpt; in main()
H A Ddsynth.h535 extern int FetchOnlyOpt;
H A Dpkglist.c1220 if (FetchOnlyOpt) { in childGetBinaryDistInfo()