Searched defs:GNode (Results 1 – 3 of 3) sorted by relevance
53 typedef struct GNode { struct54 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 */ argument179 Lst iParents;182 Lst cohorts;[all …]
186 typedef struct GNode { struct187 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 */ argument236 struct GNode *centurion; /* Pointer to the first instance of a :: argument246 const char *fname; /* filename where the GNode got defined */ argument247 int lineno; /* line number where the GNode got defined */ argument[all …]
1983 Boolean (*modProc)(GNode *, Var_Parse_State *, char *, in VarModify() argument