Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6367 #define RE_OP_NOTSPACE 16 /* Not a digit */ macro
6579 case RE_OP_NOTSPACE: { in re_match()
6904 case 'S': specialOp = RE_OP_NOTSPACE; break; in re_subcompile_string()