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

Lines Matching full:slen

72    each occurrence of SUBST with REPLACE. TEXT is null-terminated.  SLEN is
79 unsigned int slen, unsigned int rlen, int by_word)
84 if (slen == 0 && !by_word)
95 if (by_word && slen == 0)
118 || (p[slen] != '\0' && !isblank ((unsigned char)p[slen]))))
121 o = variable_buffer_output (o, subst, slen);
128 char *nt = p + slen;