Searched refs:L_ESC (Results 1 – 2 of 2) sorted by relevance
222 #define L_ESC '%' macro244 case L_ESC: { in classend()254 if (*(p++) == L_ESC && p < ms->p_end) in classend()293 if (*p == L_ESC) { in matchbracketclass()317 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()433 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()683 if (news[i] != L_ESC) in add_s()688 if (news[i] != L_ESC) in add_s()690 " in replacement string", L_ESC); in add_s()901 if (*strfrmt != L_ESC) in str_format()[all …]