Lines Matching refs:add_opcode

201 add_opcode(regex_t* reg, int opcode)  in add_opcode()  function
275 r = add_opcode(reg, opcode); in add_opcode_rel_addr()
300 r = add_opcode(reg, opcode); in add_opcode_option()
366 r = add_opcode(reg, OP_NULL_CHECK_START); in compile_tree_empty_check()
378 r = add_opcode(reg, OP_NULL_CHECK_END); in compile_tree_empty_check()
380 r = add_opcode(reg, OP_NULL_CHECK_END_MEMST); in compile_tree_empty_check()
382 r = add_opcode(reg, OP_NULL_CHECK_END_MEMST_PUSH); in compile_tree_empty_check()
396 r = add_opcode(reg, OP_CALL); in compile_call()
440 add_opcode(reg, op); in add_compile_string()
612 add_opcode(reg, OP_CCLASS_NODE); in compile_cclass_node()
619 add_opcode(reg, OP_CCLASS_NOT); in compile_cclass_node()
621 add_opcode(reg, OP_CCLASS); in compile_cclass_node()
628 add_opcode(reg, OP_CCLASS_MB_NOT); in compile_cclass_node()
630 add_opcode(reg, OP_CCLASS_MB); in compile_cclass_node()
636 add_opcode(reg, OP_CCLASS_MIX_NOT); in compile_cclass_node()
638 add_opcode(reg, OP_CCLASS_MIX); in compile_cclass_node()
687 r = add_opcode(reg, qn->greedy ? OP_REPEAT : OP_REPEAT_NG); in compile_range_repeat_node()
706 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC_SG : OP_REPEAT_INC_NG_SG); in compile_range_repeat_node()
709 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC : OP_REPEAT_INC_NG); in compile_range_repeat_node()
829 r = add_opcode(reg, OP_ANYCHAR_ML_STAR_PEEK_NEXT); in compile_quantifier_node()
831 r = add_opcode(reg, OP_ANYCHAR_STAR_PEEK_NEXT); in compile_quantifier_node()
842 r = add_opcode(reg, (CKN_ON ? in compile_quantifier_node()
847 r = add_opcode(reg, (CKN_ON ? in compile_quantifier_node()
873 r = add_opcode(reg, OP_STATE_CHECK_PUSH); in compile_quantifier_node()
897 r = add_opcode(reg, OP_STATE_CHECK_PUSH_OR_JUMP); in compile_quantifier_node()
920 r = add_opcode(reg, OP_STATE_CHECK_PUSH); in compile_quantifier_node()
936 r = add_opcode(reg, OP_STATE_CHECK_PUSH); in compile_quantifier_node()
955 r = add_opcode(reg, OP_STATE_CHECK); in compile_quantifier_node()
1045 r = add_opcode(reg, OP_ANYCHAR_ML_STAR_PEEK_NEXT); in compile_quantifier_node()
1047 r = add_opcode(reg, OP_ANYCHAR_STAR_PEEK_NEXT); in compile_quantifier_node()
1053 return add_opcode(reg, OP_ANYCHAR_ML_STAR); in compile_quantifier_node()
1055 return add_opcode(reg, OP_ANYCHAR_STAR); in compile_quantifier_node()
1189 r = add_opcode(reg, OP_FAIL); in compile_option_node()
1282 r = add_opcode(reg, OP_CALL); in compile_enclose_node()
1302 r = add_opcode(reg, OP_MEMORY_START_PUSH); in compile_enclose_node()
1304 r = add_opcode(reg, OP_MEMORY_START); in compile_enclose_node()
1313 r = add_opcode(reg, (IS_ENCLOSE_RECURSION(node) in compile_enclose_node()
1316 r = add_opcode(reg, (IS_ENCLOSE_RECURSION(node) in compile_enclose_node()
1322 r = add_opcode(reg, OP_RETURN); in compile_enclose_node()
1328 r = add_opcode(reg, OP_MEMORY_END_PUSH); in compile_enclose_node()
1330 r = add_opcode(reg, OP_MEMORY_END); in compile_enclose_node()
1349 r = add_opcode(reg, OP_POP); in compile_enclose_node()
1355 r = add_opcode(reg, OP_PUSH_STOP_BT); in compile_enclose_node()
1359 r = add_opcode(reg, OP_POP_STOP_BT); in compile_enclose_node()
1410 case ANCHOR_BEGIN_BUF: r = add_opcode(reg, OP_BEGIN_BUF); break; in compile_anchor_node()
1411 case ANCHOR_END_BUF: r = add_opcode(reg, OP_END_BUF); break; in compile_anchor_node()
1412 case ANCHOR_BEGIN_LINE: r = add_opcode(reg, OP_BEGIN_LINE); break; in compile_anchor_node()
1413 case ANCHOR_END_LINE: r = add_opcode(reg, OP_END_LINE); break; in compile_anchor_node()
1414 case ANCHOR_SEMI_END_BUF: r = add_opcode(reg, OP_SEMI_END_BUF); break; in compile_anchor_node()
1415 case ANCHOR_BEGIN_POSITION: r = add_opcode(reg, OP_BEGIN_POSITION); break; in compile_anchor_node()
1417 case ANCHOR_WORD_BOUND: r = add_opcode(reg, OP_WORD_BOUND); break; in compile_anchor_node()
1418 case ANCHOR_NOT_WORD_BOUND: r = add_opcode(reg, OP_NOT_WORD_BOUND); break; in compile_anchor_node()
1420 case ANCHOR_WORD_BEGIN: r = add_opcode(reg, OP_WORD_BEGIN); break; in compile_anchor_node()
1421 case ANCHOR_WORD_END: r = add_opcode(reg, OP_WORD_END); break; in compile_anchor_node()
1425 r = add_opcode(reg, OP_PUSH_POS); in compile_anchor_node()
1429 r = add_opcode(reg, OP_POP_POS); in compile_anchor_node()
1439 r = add_opcode(reg, OP_FAIL_POS); in compile_anchor_node()
1445 r = add_opcode(reg, OP_LOOK_BEHIND); in compile_anchor_node()
1476 r = add_opcode(reg, OP_FAIL_LOOK_BEHIND_NOT); in compile_anchor_node()
1647 r = add_opcode(reg, op); in compile_tree()
1653 r = add_opcode(reg, OP_ANYCHAR_ML); in compile_tree()
1655 r = add_opcode(reg, OP_ANYCHAR); in compile_tree()
1664 r = add_opcode(reg, OP_BACKREF_WITH_LEVEL); in compile_tree()
1678 r = add_opcode(reg, OP_BACKREFN_IC); in compile_tree()
1684 case 1: r = add_opcode(reg, OP_BACKREF1); break; in compile_tree()
1685 case 2: r = add_opcode(reg, OP_BACKREF2); break; in compile_tree()
1687 r = add_opcode(reg, OP_BACKREFN); in compile_tree()
1699 r = add_opcode(reg, OP_BACKREF_MULTI_IC); in compile_tree()
1702 r = add_opcode(reg, OP_BACKREF_MULTI); in compile_tree()
5392 r = add_opcode(reg, OP_END); in onig_compile()