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

Lines Matching refs:stemlen

75       unsigned int stemlen;
84 stemlen = targlen - p->len + 1;
95 if (*p->suffix == stem[stemlen]
96 && (*p->suffix == '\0' || streq (&p->suffix[1], &stem[stemlen+1])))