Searched refs:re_esc_char (Results 1 – 1 of 1) sorted by relevance
6708 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function6876 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()6881 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()6907 c = re_esc_char(p); in re_subcompile_string()