Home
last modified time | relevance | path

Searched refs:PKGF_MANUALSEL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Ddsynth.h189 #define PKGF_MANUALSEL 0x00020000 /* manually specified */ macro
H A Dpkglist.c441 scan->flags |= PKGF_MANUALSEL; in processPackageListBulk()
489 if ((scan->flags & PKGF_MANUALSEL) && MaskProbeAbort == 0) { in processPackageListBulk()
H A Drepo.c391 if ((scan->flags & PKGF_MANUALSEL) == 0) in RemovePackages()