Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dparse.c264 GNodeType targetAttr; /* when used as a source */
631 TryApplyDependencyOperator(GNode *gn, GNodeType op) in TryApplyDependencyOperator()
695 ApplyDependencyOperator(GNodeType op) in ApplyDependencyOperator()
731 GNodeType targetAttr; in ApplyDependencySourceKeyword()
1004 GNodeType *inout_targetAttr, in HandleDependencyTarget()
1112 static GNodeType
1210 GNodeType *inout_targetAttr, in ApplyDependencyTarget()
1233 GNodeType *inout_targetAttr, in ParseDependencyTargets()
1314 ParseSpecial special, GNodeType targetAttr) in ParseDependencySourcesMundane()
1394 ParseDependencySources(char *p, GNodeType targetAttr, in ParseDependencySources()
[all …]
H A Dtarg.c392 Targ_PrintType(GNodeType type) in Targ_PrintType()
395 GNodeType bit; in Targ_PrintType()
593 GNodeType type = gn->type; in Targ_Propagate()
H A Dmake.h259 typedef enum GNodeType { enum
383 } GNodeType; typedef
439 GNodeType type;
902 void Targ_PrintType(GNodeType);
H A Dmake.c142 GNodeType_ToString(GNodeType type, void **freeIt) in GNodeType_ToString()