Lines Matching refs:L_ESC
222 #define L_ESC '%' macro
244 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()
903 else if (*++strfrmt == L_ESC) in str_format()