Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:read_makefiles

906   struct dep *read_makefiles;
1599 read_makefiles
1810 if (read_makefiles != 0)
1831 d = read_makefiles;
1853 read_makefiles = d->next;
1860 d = last == 0 ? read_makefiles : last->next;
1881 status = update_goal_chain (read_makefiles);
1908 for (i = 0, d = read_makefiles; d != 0; ++i, d = d->next)
1957 read_makefiles = 0;
2192 if (read_makefiles == 0)