Home | History | Annotate | Download | only in make

Lines Matching refs:bottom

107  *			bottom-most node added to the graph or NULL
1771 Candidate *bottom; /* Start of found transformation path */
1801 bottom = NULL;
1816 bottom = FindThem(&sources, cs);
1818 if (bottom == NULL) {
1832 for (targ = bottom;
1879 while (bottom != NULL && bottom->parent != NULL) {
1880 bottom);
1881 bottom = bottom->parent;
1883 bottom = src;
1887 if (bottom == NULL) {
1893 * We now have a list of candidates headed by 'bottom' and linked via
1904 if (bottom->node == NULL)
1905 bottom->node = Targ_GetNode(bottom->file);
1907 for (src = bottom; src->parent != NULL; src = src->parent) {
1920 * nodes between bottom and gn (no point in questing
1940 if (bottom != NULL)
1941 CandidateSearcher_AddIfNew(cs, bottom);