Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c6280 #define RE_OP_FORK 4 /* Continue to both next and opcode at iArg */ macro
6517 case RE_OP_FORK: { in re_match()
6695 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart); in re_subcompile_re()
6741 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
6746 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
6751 re_insert(p, iPrev, RE_OP_FORK, p->nState - iPrev+1); in re_subcompile_string()
6779 re_insert(p, iPrev, RE_OP_FORK, sz+1); in re_subcompile_string()
6786 re_append(p, RE_OP_FORK, sz+1); in re_subcompile_string()
6790 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string()