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