Home
last modified time | relevance | path

Searched defs:GNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/make/
DGNode.h53 typedef struct GNode { struct
54 char *name; /* The target's name */
55 char *path; /* The full pathname of the target file */
68 int type;
124 int order; /* Its wait weight */
126 Boolean make; /* TRUE if this target needs to be remade */
129 enum {
173 struct GNode *cmtime_gn;/* Youngest child */ argument
179 Lst iParents;
182 Lst cohorts;
[all …]
/freebsd-10-stable/contrib/bmake/
Dmake.h186 typedef struct GNode { struct
187 char *name; /* The target's name */
188 char *uname; /* The unexpanded name of a .USE node */
189 char *path; /* The full pathname of the file */
190 int type; /* Its type (see the OP flags, below) */
192 int flags;
223 struct GNode *cmgn; /* The youngest child */ argument
236 struct GNode *centurion; /* Pointer to the first instance of a :: argument
246 const char *fname; /* filename where the GNode got defined */ argument
247 int lineno; /* line number where the GNode got defined */ argument
[all …]
Dvar.c1983 Boolean (*modProc)(GNode *, Var_Parse_State *, char *, in VarModify() argument