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

Lines Matching refs:sptr

374         char *sptr;
377 sptr = value;
380 while ((sptr = strchr (sptr, '$')))
383 sptr++;
392 sptr = value;
395 while (*sptr)
397 if (*sptr == '$')
404 *nptr++ = *sptr;
406 sptr++;