Searched refs:OP_REPEAT_INC_NG_SG (Results 1 – 4 of 4) sorted by relevance
629 OP_REPEAT_INC_NG_SG, /* search and get in stack (non greedy) */ enumerator
2534 case OP_REPEAT_INC_NG_SG: in match_at()2773 case OP_REPEAT_INC_NG_SG: STAT_OP_IN(OP_REPEAT_INC_NG_SG); in match_at()
686 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC_SG : OP_REPEAT_INC_NG_SG); in compile_range_repeat_node()5537 { OP_REPEAT_INC_NG_SG, "repeat-inc-ng-sg", ARG_MEMNUM },
822 add OP_REPEAT_INC_SG and OP_REPEAT_INC_NG_SG.
Completed in 37 milliseconds