Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6347 #define RE_OP_MATCH 1 /* Match the one character in the argument */ macro
6542 case RE_OP_MATCH: { in re_match()
6825 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()
6908 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
6913 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
6986 for(j=0, i=1; j<(int)sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()