Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c95 #define RE_OP_NOTSPACE 16 /* Not a digit */ macro
307 case RE_OP_NOTSPACE: { in re_match()
632 case 'S': specialOp = RE_OP_NOTSPACE; break; in re_subcompile_string()