Home
last modified time | relevance | path

Searched refs:REG_UNGREEDY (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/tre/dist/lib/
Dtre.h62 #define REG_UNGREEDY (REG_RIGHT_ASSOC << 1) in __weak_alias() macro
115 #define REG_UNGREEDY (REG_RIGHT_ASSOC << 1) in __weak_alias()
117 #define REG_USEBYTES (REG_UNGREEDY << 1) in __weak_alias()
Dtre-parse.c620 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()
/netbsd/src/external/bsd/tre/dist/
DNEWS74 - New REG_UNGREEDY cflags and 'U' pattern modifier.
/netbsd/src/external/bsd/tre/dist/tests/
Dretest.c1588 test_comp(".*", REG_EXTENDED | REG_UNGREEDY, 0); in main()
1590 test_comp(".*?", REG_EXTENDED | REG_UNGREEDY, 0); in main()