Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c91 #define RE_OP_NOTWORD 12 /* Not a perl word character */ macro
291 case RE_OP_NOTWORD: { in re_match()
634 case 'W': specialOp = RE_OP_NOTWORD; break; in re_subcompile_string()