HomeSort by relevance Sort by last modified time
    Searched refs:OnigOptionType (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 113 typedef unsigned int OnigOptionType;
120 OnigOptionType options; /* default option */
oniguruma.h 375 typedef unsigned int OnigOptionType;
405 OnigOptionType options; /* default option */
678 OnigOptionType options;
714 OnigOptionType option;
728 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, Oni (…)
    [all...]
regposix.c 140 OnigOptionType options;
174 OnigOptionType options;
regsyntax.c 257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options)
280 extern OnigOptionType
regparse.h 192 OnigOptionType option;
281 OnigOptionType option;
regcomp.c 268 add_option(regex_t* reg, OnigOptionType option)
300 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option)
1167 OnigOptionType prev = reg->options;
1187 OnigOptionType prev = reg->options;
    [all...]
regint.h 566 #define SIZE_OPTION sizeof(OnigOptionType)
576 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
739 OnigOptionType options;
regexec.c     [all...]
regparse.c 1403 node_new_enclose_memory(OnigOptionType option, int is_named)
1417 node_new_option(OnigOptionType option)
    [all...]

Completed in 70 milliseconds