Searched refs:RE_OP_MATCH (Results 1 – 1 of 1) sorted by relevance
6277 #define RE_OP_MATCH 1 /* Match the one character in the argument */ macro6472 case RE_OP_MATCH: { in re_match()6755 re_append(p, RE_OP_MATCH, RE_EOF); in re_subcompile_string()6838 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()6843 re_append(p, RE_OP_MATCH, c); in re_subcompile_string()6916 for(j=0, i=1; j<(int)sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()