Searched refs:nflags (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | parse.cc | 1854 int nflags = flags_; in ParsePerlFlags() local 1869 nflags &= ~FoldCase; in ParsePerlFlags() 1871 nflags |= FoldCase; in ParsePerlFlags() 1877 nflags |= OneLine; in ParsePerlFlags() 1879 nflags &= ~OneLine; in ParsePerlFlags() 1885 nflags &= ~DotNL; in ParsePerlFlags() 1887 nflags |= DotNL; in ParsePerlFlags() 1893 nflags &= ~NonGreedy; in ParsePerlFlags() 1895 nflags |= NonGreedy; in ParsePerlFlags() 1925 flags_ = static_cast<Regexp::ParseFlags>(nflags); in ParsePerlFlags()
|
/external/libxml2/ |
D | relaxng.c | 6243 int nflags; in xmlRelaxNGCheckRules() local 6316 nflags = 0; in xmlRelaxNGCheckRules() 6318 xmlRelaxNGCheckRules(ctxt, cur->attrs, nflags, cur->type); in xmlRelaxNGCheckRules() 6325 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() 6377 nflags = flags | XML_RELAXNG_IN_ATTRIBUTE; in xmlRelaxNGCheckRules() 6378 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, cur->type); in xmlRelaxNGCheckRules() 6392 nflags = flags | XML_RELAXNG_IN_ONEORMORE; in xmlRelaxNGCheckRules() 6394 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() 6413 nflags = flags | XML_RELAXNG_IN_LIST; in xmlRelaxNGCheckRules() 6415 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules() [all …]
|
/external/mksh/src/ |
D | funcs.c | 315 int nflags = flags; in c_print() local 331 nflags &= ~PO_NL; in c_print() 333 nflags |= PO_EXPAND; in c_print() 335 nflags &= ~PO_EXPAND; in c_print() 346 flags = nflags; in c_print()
|
/external/elfutils/src/src/ |
D | readelf.c | 1506 int nflags) in print_flags() argument 1511 for (cnt = 0; cnt < nflags; ++cnt) in print_flags()
|