Searched refs:L_ESC (Results 1 – 1 of 1) sorted by relevance
245 #define L_ESC '%' macro267 case L_ESC: { in classend()277 if (*(p++) == L_ESC && p < ms->p_end) in classend()323 if (*p == L_ESC) { in matchbracketclass()347 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()463 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()713 if (news[i] != L_ESC) in add_s()718 if (news[i] != L_ESC) in add_s()720 " in replacement string", L_ESC); in add_s()931 if (*strfrmt != L_ESC) in str_format()[all …]