Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dbuild.c1802 if (pkg->dsynth_install_flg == 1) { in childInstallPkgDeps_recurse()
1803 pkg->dsynth_install_flg = 0; in childInstallPkgDeps_recurse()
1814 if (pkg->dsynth_install_flg) { in childInstallPkgDeps_recurse()
1826 if (pkg->dsynth_install_flg) { in childInstallPkgDeps_recurse()
1831 pkg->dsynth_install_flg = 1; in childInstallPkgDeps_recurse()
H A Ddsynth.h165 int dsynth_install_flg; /* locked with WorkerMutex */ member