Home
last modified time | relevance | path

Searched refs:replace_beg (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c304 char *subst_beg, *subst_end, *replace_beg, *replace_end; in variable_expand_string() local
315 replace_beg = subst_end + 1; in variable_expand_string()
342 - replace_beg + 2); in variable_expand_string()
344 bcopy (replace_beg, replace, in variable_expand_string()
345 replace_end - replace_beg); in variable_expand_string()
346 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()