Searched refs:L_ESC (Results 1 – 1 of 1) sorted by relevance
380 #define L_ESC '%' macro402 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()[all …]