Searched refs:new_chars (Results 1 – 1 of 1) sorted by relevance
287 char *new_chars = (char *) alloca (len); in pattern_matches() local288 bcopy (pattern, new_chars, len); in pattern_matches()289 pattern = new_chars; in pattern_matches()