Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c87 #define RE_OP_CC_EXC 8 /* Beginning of a [^...] character class */ macro
333 case RE_OP_CC_EXC: { in re_match()
356 if( pRe->aOp[x]==RE_OP_CC_EXC ) hit = !hit; in re_match()
600 re_append(p, RE_OP_CC_EXC, 0); in re_subcompile_string()