Home
last modified time | relevance | path

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

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