Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c3832 #define RE_OP_CC_EXC 8 /* Beginning of a [^...] character class */ macro
4078 case RE_OP_CC_EXC: { in re_match()
4101 if( pRe->aOp[x]==RE_OP_CC_EXC ) hit = !hit; in re_match()
4345 re_append(p, RE_OP_CC_EXC, 0); in re_subcompile_string()

Completed in 33 milliseconds