Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6771 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()
6809 re_append(p, RE_OP_ANY, 0); in re_subcompile_string()
6834 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string()
6865 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string()
6872 re_append(p, RE_OP_CC_EXC, 0); in re_subcompile_string()
6875 re_append(p, RE_OP_CC_INC, 0); in re_subcompile_string()
6910 re_append(p, specialOp, 0); in re_subcompile_string()
6913 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
6918 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()
6964 re_append(pRe, RE_OP_ANYSTAR, 0); in re_compile()
[all …]