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

Lines Matching refs:precious

843              precious.  */
845 f->precious = 1;
855 if (!f->precious)
858 if (imf != 0 && imf->precious)
859 f->precious = 1;
937 /* Set precious flag. */
940 if (f && f->precious)
941 file->precious = 1;
966 /* Set precious flag. */
968 if (f && f->precious)
969 new->file->precious = 1;