Lines Matching refs:L_ESC
380 #define L_ESC '%' macro
402 case L_ESC: { in classend()
412 if (*(p++) == L_ESC && p < ms->p_end) in classend()
451 if (*p == L_ESC) { in matchbracketclass()
475 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
590 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()
874 while ((p = (char *)memchr(news, L_ESC, l)) != NULL) { in add_s()
877 if (*p == L_ESC) /* '%%' */ in add_s()
890 luaL_error(L, "invalid use of '%c' in replacement string", L_ESC); in add_s()
1233 if (*strfrmt != L_ESC) in str_format()
1235 else if (*++strfrmt == L_ESC) in str_format()