Searched refs:cmgn (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmake.c97 * of the cmgn field of the parent, filling
102 * Make_TimeStamp Function to set the parent's cmgn field
157 * Set the cmgn field of a parent node based on the mtime stamp in its
168 * The cmgn of the parent node will be changed if the mtime
175 if (pgn->cmgn == NULL || cgn->mtime > pgn->cmgn->mtime) {
176 pgn->cmgn = cgn;
211 * The mtime field of the node and the cmgn field of its parents
269 (gn->cmgn == NULL && (gn->type & OP_DOUBLEDEP)));
297 } else if ((gn->cmgn !
[all...]
H A Darch.c1263 * sources (gn->mtime < gn->cmgn->mtime).
1296 } else if ((!Lst_IsEmpty(gn->children) && gn->cmgn == NULL) ||
1298 (gn->cmgn != NULL && gn->mtime < gn->cmgn->mtime)) {
1313 oodate = (gn->cmgn == NULL || gn->cmgn->mtime > modTimeTOC);
H A Dmake.h217 struct GNode *cmgn; /* The youngest child */ member in struct:GNode
H A Dtarg.c253 gn->cmgn = NULL;

Completed in 69 milliseconds