Home
last modified time | relevance | path

Searched refs:subst_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
306 subst_beg = colon + 1; in variable_expand_string()
307 subst_end = lindex (subst_beg, end, '='); in variable_expand_string()
336 pattern = (char *) alloca (subst_end - subst_beg + 2); in variable_expand_string()
338 bcopy (subst_beg, pattern, subst_end - subst_beg); in variable_expand_string()
339 pattern[subst_end - subst_beg] = '\0'; in variable_expand_string()