Home
last modified time | relevance | path

Searched refs:L_ESC (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlstrlib.c238 #define L_ESC '%' macro
260 case L_ESC: { in classend()
270 if (*(p++) == L_ESC && p < ms->p_end) in classend()
309 if (*p == L_ESC) { in matchbracketclass()
333 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
448 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()
709 if (news[i] != L_ESC) in add_s()
714 if (news[i] != L_ESC) in add_s()
715 luaL_error(L, "invalid use of '%c' in replacement string", L_ESC); in add_s()
1025 if (*strfrmt != L_ESC) in str_format()
[all …]