Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-parse.c951 int temporary_cflags = 0; in tre_parse() local
1431 temporary_cflags |= REG_LITERAL; in tre_parse()
1625 if (temporary_cflags && ctx->re + 1 < ctx->re_end in tre_parse()
1630 ctx->cflags &= ~temporary_cflags; in tre_parse()
1631 temporary_cflags = 0; in tre_parse()