Searched refs:RE_OP_ANYSTAR (Results 1 – 1 of 1) sorted by relevance
6349 #define RE_OP_ANYSTAR 3 /* Special optimized version of .* */ macro6582 case RE_OP_ANYSTAR: { in re_match()6801 re_append(p, RE_OP_ANYSTAR, 0); in re_subcompile_string()6959 re_append(pRe, RE_OP_ANYSTAR, 0); in re_compile()6985 if( pRe->aOp[0]==RE_OP_ANYSTAR && !noCase ){ in re_compile()