Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c86 #define RE_OP_CC_INC 7 /* Beginning of a [...] character class */ macro
337 case RE_OP_CC_INC: re_op_cc_inc: { in re_match()
603 re_append(p, RE_OP_CC_INC, 0); in re_subcompile_string()