Searched refs:subst_beg (Results 1 – 1 of 1) sorted by relevance
304 char *subst_beg, *subst_end, *replace_beg, *replace_end; in variable_expand_string() local306 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()