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

Lines Matching refs:suffixes

54 /* Pointer to structure for the file .SUFFIXES
55 whose dependencies are the suffixes to be searched. */
215 All rules for the suffixes on the .SUFFIXES list
226 /* Compute maximum length of all the suffixes. */
371 r->suffixes = (char **) xmalloc (2 * sizeof (char *));
375 r->suffixes[1] = 0;
382 r->suffixes[0] = find_percent (r->targets[0]);
383 if (r->suffixes[0] == 0)
387 ++r->suffixes[0];
436 free ((char *) rule->suffixes);
444 * If two suffixes that together make a two-suffix rule were each
445 given twice in the .SUFFIXES list, and in the proper order, two
489 r->suffixes = (char **) xmalloc (2 * sizeof (char *));
497 r->suffixes = (char **)
498 xrealloc ((char *) r->suffixes, max_targets * sizeof (char *));
501 r->suffixes[i] = (target_percents == 0 ? find_percent (targets[i])
503 if (r->suffixes[i] == 0)
511 r->suffixes = (char **) xrealloc ((char *) r->suffixes,