Searched refs:REG_UNGREEDY (Results 1 – 4 of 4) sorted by relevance
62 #define REG_UNGREEDY (REG_RIGHT_ASSOC << 1) in __weak_alias() macro115 #define REG_UNGREEDY (REG_RIGHT_ASSOC << 1) in __weak_alias()117 #define REG_USEBYTES (REG_UNGREEDY << 1) in __weak_alias()
620 int minimal = (ctx->cflags & REG_UNGREEDY) ? 1 : 0; in tre_parse_bound()833 minimal = !(ctx->cflags & REG_UNGREEDY); in tre_parse_bound()1127 int minimal = (ctx->cflags & REG_UNGREEDY) ? 1 : 0; in tre_parse()1146 minimal = !(ctx->cflags & REG_UNGREEDY); in tre_parse()1261 #ifdef REG_UNGREEDY in tre_parse()1267 new_cflags |= REG_UNGREEDY; in tre_parse()1269 new_cflags &= ~REG_UNGREEDY; in tre_parse()
74 - New REG_UNGREEDY cflags and 'U' pattern modifier.
1588 test_comp(".*", REG_EXTENDED | REG_UNGREEDY, 0); in main()1590 test_comp(".*?", REG_EXTENDED | REG_UNGREEDY, 0); in main()