Home | History | Annotate | Download | only in make

Lines Matching refs:youngestChild

80  *			of the youngestChild field of the parent, filling
85 * Update the node's youngestChild field based on the
222 if (gn->youngestChild == NULL || cgn->mtime > gn->youngestChild->mtime)
223 gn->youngestChild = cgn;
231 if (gn->youngestChild != NULL) {
232 if (gn->mtime < gn->youngestChild->mtime) {
234 GNode_Path(gn->youngestChild));
262 * The mtime field of the node and the youngestChild field of its parents
318 (gn->youngestChild == NULL &&
658 * If the child wasn't made, the youngestChild field of the parent will be