Searched refs:re_esc_char (Results 1 – 2 of 2) sorted by relevance
6370 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function6530 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()6535 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()6561 c = re_esc_char(p); in re_subcompile_string()
83377 +static unsigned re_esc_char(ReCompiled *p){83537 + if( c=='\\' ) c = re_esc_char(p);83542 + if( c=='\\' ) c = re_esc_char(p);83568 + c = re_esc_char(p);87367 -static unsigned re_esc_char(ReCompiled *p){87547 - if( c=='\\' ) c = re_esc_char(p);87552 - if( c=='\\' ) c = re_esc_char(p);87578 - c = re_esc_char(p);121012 +static unsigned re_esc_char(ReCompiled *p){121172 + if( c=='\\' ) c = re_esc_char(p);[all …]