17db96d56Sopenharmony_ci/* 27db96d56Sopenharmony_ci * Secret Labs' Regular Expression Engine 37db96d56Sopenharmony_ci * 47db96d56Sopenharmony_ci * regular expression matching engine 57db96d56Sopenharmony_ci * 67db96d56Sopenharmony_ci * Auto-generated by Tools/scripts/generate_sre_constants.py from 77db96d56Sopenharmony_ci * Lib/re/_constants.py. 87db96d56Sopenharmony_ci * 97db96d56Sopenharmony_ci * Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved. 107db96d56Sopenharmony_ci * 117db96d56Sopenharmony_ci * See the sre.c file for information on usage and redistribution. 127db96d56Sopenharmony_ci */ 137db96d56Sopenharmony_ci 147db96d56Sopenharmony_cistatic void *sre_targets[43] = { 157db96d56Sopenharmony_ci &&TARGET_SRE_OP_FAILURE, 167db96d56Sopenharmony_ci &&TARGET_SRE_OP_SUCCESS, 177db96d56Sopenharmony_ci &&TARGET_SRE_OP_ANY, 187db96d56Sopenharmony_ci &&TARGET_SRE_OP_ANY_ALL, 197db96d56Sopenharmony_ci &&TARGET_SRE_OP_ASSERT, 207db96d56Sopenharmony_ci &&TARGET_SRE_OP_ASSERT_NOT, 217db96d56Sopenharmony_ci &&TARGET_SRE_OP_AT, 227db96d56Sopenharmony_ci &&TARGET_SRE_OP_BRANCH, 237db96d56Sopenharmony_ci &&TARGET_SRE_OP_CATEGORY, 247db96d56Sopenharmony_ci &&TARGET_SRE_OP_CHARSET, 257db96d56Sopenharmony_ci &&TARGET_SRE_OP_BIGCHARSET, 267db96d56Sopenharmony_ci &&TARGET_SRE_OP_GROUPREF, 277db96d56Sopenharmony_ci &&TARGET_SRE_OP_GROUPREF_EXISTS, 287db96d56Sopenharmony_ci &&TARGET_SRE_OP_IN, 297db96d56Sopenharmony_ci &&TARGET_SRE_OP_INFO, 307db96d56Sopenharmony_ci &&TARGET_SRE_OP_JUMP, 317db96d56Sopenharmony_ci &&TARGET_SRE_OP_LITERAL, 327db96d56Sopenharmony_ci &&TARGET_SRE_OP_MARK, 337db96d56Sopenharmony_ci &&TARGET_SRE_OP_MAX_UNTIL, 347db96d56Sopenharmony_ci &&TARGET_SRE_OP_MIN_UNTIL, 357db96d56Sopenharmony_ci &&TARGET_SRE_OP_NOT_LITERAL, 367db96d56Sopenharmony_ci &&TARGET_SRE_OP_NEGATE, 377db96d56Sopenharmony_ci &&TARGET_SRE_OP_RANGE, 387db96d56Sopenharmony_ci &&TARGET_SRE_OP_REPEAT, 397db96d56Sopenharmony_ci &&TARGET_SRE_OP_REPEAT_ONE, 407db96d56Sopenharmony_ci &&TARGET_SRE_OP_SUBPATTERN, 417db96d56Sopenharmony_ci &&TARGET_SRE_OP_MIN_REPEAT_ONE, 427db96d56Sopenharmony_ci &&TARGET_SRE_OP_ATOMIC_GROUP, 437db96d56Sopenharmony_ci &&TARGET_SRE_OP_POSSESSIVE_REPEAT, 447db96d56Sopenharmony_ci &&TARGET_SRE_OP_POSSESSIVE_REPEAT_ONE, 457db96d56Sopenharmony_ci &&TARGET_SRE_OP_GROUPREF_IGNORE, 467db96d56Sopenharmony_ci &&TARGET_SRE_OP_IN_IGNORE, 477db96d56Sopenharmony_ci &&TARGET_SRE_OP_LITERAL_IGNORE, 487db96d56Sopenharmony_ci &&TARGET_SRE_OP_NOT_LITERAL_IGNORE, 497db96d56Sopenharmony_ci &&TARGET_SRE_OP_GROUPREF_LOC_IGNORE, 507db96d56Sopenharmony_ci &&TARGET_SRE_OP_IN_LOC_IGNORE, 517db96d56Sopenharmony_ci &&TARGET_SRE_OP_LITERAL_LOC_IGNORE, 527db96d56Sopenharmony_ci &&TARGET_SRE_OP_NOT_LITERAL_LOC_IGNORE, 537db96d56Sopenharmony_ci &&TARGET_SRE_OP_GROUPREF_UNI_IGNORE, 547db96d56Sopenharmony_ci &&TARGET_SRE_OP_IN_UNI_IGNORE, 557db96d56Sopenharmony_ci &&TARGET_SRE_OP_LITERAL_UNI_IGNORE, 567db96d56Sopenharmony_ci &&TARGET_SRE_OP_NOT_LITERAL_UNI_IGNORE, 577db96d56Sopenharmony_ci &&TARGET_SRE_OP_RANGE_UNI_IGNORE, 587db96d56Sopenharmony_ci}; 59