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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c251 #define L_ESC '%' macro
273 case L_ESC: {
283 if (*(p++) == L_ESC && p < ms->p_end)
322 if (*p == L_ESC) {
346 case L_ESC: return match_class(c, uchar(*(p+1)));
462 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */
712 if (news[i] != L_ESC)
717 if (news[i] != L_ESC)
719 " in replacement string", L_ESC);
930 if (*strfrmt != L_ESC)
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c238 #define L_ESC '%' macro
260 case L_ESC: {
270 if (*(p++) == L_ESC && p < ms->p_end)
309 if (*p == L_ESC) {
333 case L_ESC: return match_class(c, uchar(*(p+1)));
448 case L_ESC: { /* escaped sequences not in the format class[*+?-]? */
709 if (news[i] != L_ESC)
714 if (news[i] != L_ESC)
715 luaL_error(L, "invalid use of '%c' in replacement string", L_ESC);
1030 if (*strfrmt != L_ESC)
[all...]

Completed in 64 milliseconds