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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 519 OP_REPEAT_INC_NG, /* non greedy */
708 int count; /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */
regexec.c     [all...]
regcomp.c 714 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC : OP_REPEAT_INC_NG);
    [all...]

Completed in 54 milliseconds