Searched refs:OP_REPEAT_INC_NG (Results 1 – 4 of 4) sorted by relevance
627 OP_REPEAT_INC_NG, /* non greedy */ enumerator
2532 case OP_REPEAT_INC_NG: in match_at()2746 case OP_REPEAT_INC_NG: STAT_OP_IN(OP_REPEAT_INC_NG); in match_at()
668 fix OP_REPEAT_INC_NG process in match_at().986 OP_REPEAT_INC_NG process in match_at() is wrong.
689 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC : OP_REPEAT_INC_NG); in compile_range_repeat_node()5535 { OP_REPEAT_INC_NG, "repeat-inc-ng", ARG_MEMNUM },
Completed in 44 milliseconds