Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c36 #define C_ESC (-1) macro
761 c = C_ESC; in magic()
2612 else if (c == C_ESC || (env->flags & REG_ICASE)) in seq()
2614 c = (c == C_ESC) ? env->token.lex : mbchar(p); in seq()