Searched refs:esc_count (Results 1 – 1 of 1) sorted by relevance
166 int esc_count = 0; in fixregex() local174 ++esc_count; in fixregex()177 if (esc_count == 0) in fixregex()181 fixed = (char *) malloc(len + esc_count + 1); in fixregex()
Completed in 6 milliseconds