HomeSort by: relevance | last modified time | path
    Searched defs:new_cflags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-parse.c 1222 int new_cflags = ctx->cflags; local
1234 new_cflags |= REG_ICASE;
1236 new_cflags &= ~REG_ICASE;
1244 new_cflags |= REG_NEWLINE;
1246 new_cflags &= ~REG_NEWLINE;
1255 new_cflags |= REG_RIGHT_ASSOC;
1257 new_cflags &= ~REG_RIGHT_ASSOC;
1267 new_cflags |= REG_UNGREEDY;
1269 new_cflags &= ~REG_UNGREEDY;
1319 ctx->cflags = new_cflags;
    [all...]
tre-parse.c 1222 int new_cflags = ctx->cflags; local
1234 new_cflags |= REG_ICASE;
1236 new_cflags &= ~REG_ICASE;
1244 new_cflags |= REG_NEWLINE;
1246 new_cflags &= ~REG_NEWLINE;
1255 new_cflags |= REG_RIGHT_ASSOC;
1257 new_cflags &= ~REG_RIGHT_ASSOC;
1267 new_cflags |= REG_UNGREEDY;
1269 new_cflags &= ~REG_UNGREEDY;
1319 ctx->cflags = new_cflags;
    [all...]
tre-parse.c 1222 int new_cflags = ctx->cflags; local
1234 new_cflags |= REG_ICASE;
1236 new_cflags &= ~REG_ICASE;
1244 new_cflags |= REG_NEWLINE;
1246 new_cflags &= ~REG_NEWLINE;
1255 new_cflags |= REG_RIGHT_ASSOC;
1257 new_cflags &= ~REG_RIGHT_ASSOC;
1267 new_cflags |= REG_UNGREEDY;
1269 new_cflags &= ~REG_UNGREEDY;
1319 ctx->cflags = new_cflags;
    [all...]

Completed in 64 milliseconds