Searched refs:L_ESC (Results 1 – 2 of 2) sorted by relevance
233 #define L_ESC '%' macro255 case L_ESC: { in classend()265 if (*(p++) == L_ESC && p < ms->p_end) in classend()304 if (*p == L_ESC) { in matchbracketclass()328 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()444 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()694 if (news[i] != L_ESC) in add_s()699 if (news[i] != L_ESC) in add_s()701 " in replacement string", L_ESC); in add_s()912 if (*strfrmt != L_ESC) in str_format()[all …]
182 #define L_ESC '%' macro204 case L_ESC: { in classend()214 if (*(p++) == L_ESC && *p != '\0') in classend()252 if (*p == L_ESC) { in matchbracketclass()271 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()377 case L_ESC: { in match()595 if (news[i] != L_ESC) in add_s()765 if (*strfrmt != L_ESC) in str_format()767 else if (*++strfrmt == L_ESC) in str_format()