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

Lines Matching refs:subst

72    each occurrence of SUBST with REPLACE. TEXT is null-terminated.  SLEN is
73 the length of SUBST and RLEN is the length of REPLACE. If BY_WORD is
78 subst_expand (char *o, char *text, char *subst, char *replace,
101 p = strstr (t, subst);
121 o = variable_buffer_output (o, subst, slen);
2063 { STRING_SIZE_TUPLE("subst"), 3, 3, 1, func_subst},