Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dlstrlib.c222 #define L_ESC '%' macro
244 case L_ESC: { in classend()
254 if (*(p++) == L_ESC && p < ms->p_end) in classend()
293 if (*p == L_ESC) { in matchbracketclass()
317 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
433 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()
683 if (news[i] != L_ESC) in add_s()
688 if (news[i] != L_ESC) in add_s()
690 " in replacement string", L_ESC); in add_s()
901 if (*strfrmt != L_ESC) in str_format()
[all …]
/external/syslinux/com32/lua/src/
Dlstrlib.c222 #define L_ESC '%' macro
244 case L_ESC: { in classend()
254 if (*(p++) == L_ESC && p < ms->p_end) in classend()
293 if (*p == L_ESC) { in matchbracketclass()
317 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()
433 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */ in match()
683 if (news[i] != L_ESC) in add_s()
688 if (news[i] != L_ESC) in add_s()
690 " in replacement string", L_ESC); in add_s()
901 if (*strfrmt != L_ESC) in str_format()
[all …]