Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dparse.c168 SP_NOT, /* Not special */ enumerator
755 ApplyDependencySourceWait(special != SP_NOT); in ApplyDependencySourceKeyword()
822 LinkToTargets(gn, special != SP_NOT); in ApplyDependencySourceOther()
944 *inout_special = SP_NOT; in HandleDependencyTargetSpecial()
1111 case SP_NOT: in CheckSpecialMundaneMixture()
1344 if (*inout_special == SP_NOT && *name != '\0') in ApplyDependencyTarget()
1391 if (*inout_special != SP_NOT && *inout_special != SP_PATH) in ParseDependencyTargets()
1597 special = SP_NOT; in ParseDependency()