Searched refs:re_esc_char (Results 1 – 1 of 1) sorted by relevance
441 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function609 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()614 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()640 c = re_esc_char(p); in re_subcompile_string()