Lines Matching refs:suffixes
72 * It calls build_suffix_list() to build the list of possible suffixes
160 /* Cache the suffixes for this target suffix if not done. */
492 * suffixes List of suffixes used for scan (from .SUFFIXES)
514 * We compare the tail of the target name with the suffixes
525 * those suffixes.
527 for (suffix = suffixes; suffix != NULL; suffix = suffix->next) {
587 * suffixes List of suffixes used for scan (from .SUFFIXES)
615 * suffixes from .SUFFIXES.
626 * any of those suffixes.
628 for (suffix = suffixes; suffix != NULL; suffix = suffix->next) {
680 * which suffixes this target can be derived from.
684 * A list of all possible building suffixes is built, with the rule for
693 * suffixes List of suffixes used for scan (from .SUFFIXES)
707 if ((suffixes == NULL) || !working_on_targets) {
719 for (source_suffix = suffixes;