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

Lines Matching refs:suffix

45 create_pattern_var (char *target, char *suffix)
59 p->suffix = suffix + 1;
83 stem = target + (p->suffix - p->target - 1);
95 if (*p->suffix == stem[stemlen]
96 && (*p->suffix == '\0' || streq (&p->suffix[1], &stem[stemlen+1])))