Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dparse.c260 GNodeType targetAttr; /* when used as a source */
643 TryApplyDependencyOperator(GNode *gn, GNodeType op) in TryApplyDependencyOperator()
707 ApplyDependencyOperator(GNodeType op) in ApplyDependencyOperator()
743 GNodeType targetAttr; in ApplyDependencySourceKeyword()
1019 GNodeType *inout_targetAttr, in HandleDependencyTarget()
1136 static GNodeType
1377 GNodeType *inout_targetAttr, in ApplyDependencyTarget()
1400 GNodeType *inout_targetAttr, in ParseDependencyTargets()
1481 ParseSpecial special, GNodeType targetAttr) in ParseDependencySourcesMundane()
1641 GNodeType targetAttr; /* from special sources */ in ParseDependency()
[all …]
H A Dtarg.c392 Targ_PrintType(GNodeType type) in Targ_PrintType()
395 GNodeType bit; in Targ_PrintType()
594 GNodeType type = gn->type; in Targ_Propagate()
H A Dmake.h243 typedef enum GNodeType { enum
367 } GNodeType; typedef
423 GNodeType type;
908 void Targ_PrintType(GNodeType);
H A Dmake.c131 GNodeType_ToString(GNodeType type, void **freeIt) in GNodeType_ToString()