Lines Matching defs:new_cflags
1222 int new_cflags = ctx->cflags;
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;