Lines Matching refs:re_append
6673 static int re_append(ReCompiled *p, int op, int arg){ in re_append() function
6766 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()
6801 re_append(p, RE_OP_ANYSTAR, 0); in re_subcompile_string()
6804 re_append(p, RE_OP_ANY, 0); in re_subcompile_string()
6811 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
6816 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
6825 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()
6829 re_append(p, RE_OP_ATSTART, 0); in re_subcompile_string()
6856 re_append(p, RE_OP_FORK, sz+1); in re_subcompile_string()
6860 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string()
6867 re_append(p, RE_OP_CC_EXC, 0); in re_subcompile_string()
6870 re_append(p, RE_OP_CC_INC, 0); in re_subcompile_string()
6878 re_append(p, RE_OP_CC_RANGE, c); in re_subcompile_string()
6882 re_append(p, RE_OP_CC_RANGE, c); in re_subcompile_string()
6884 re_append(p, RE_OP_CC_VALUE, c); in re_subcompile_string()
6905 re_append(p, specialOp, 0); 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()
6959 re_append(pRe, RE_OP_ANYSTAR, 0); in re_compile()
6970 re_append(pRe, RE_OP_ACCEPT, 0); in re_compile()