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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 208 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS;
regexec.c 60 node->beg = ONIG_REGION_NOTPOS;
61 node->end = ONIG_REGION_NOTPOS;
93 node->beg = ONIG_REGION_NOTPOS;
94 node->end = ONIG_REGION_NOTPOS;
167 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS;
    [all...]
oniguruma.h 628 #define ONIG_REGION_NOTPOS -1
    [all...]
regparse.c 869 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS)
    [all...]

Completed in 3110 milliseconds