HomeSort by relevance Sort by last modified time
    Searched refs:show_flags (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/pending/
stty.c 157 static void show_flags(tcflag_t actual, tcflag_t sane, function
442 show_flags(old.c_cflag, sane.c_cflag, cflags, ARRAY_LEN(cflags));
443 show_flags(old.c_iflag, sane.c_iflag, iflags, ARRAY_LEN(iflags));
444 show_flags(old.c_oflag, sane.c_oflag, oflags, ARRAY_LEN(oflags));
445 show_flags(old.c_lflag, sane.c_lflag, lflags, ARRAY_LEN(lflags));
  /external/harfbuzz_ng/util/
hb-shape.cc 77 if (format.show_flags)
options.hh 592 show_flags = false;
636 hb_bool_t show_flags;
options.cc 849 {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr},
  /external/elfutils/src/
addr2line.c 118 static bool show_flags; variable
258 show_flags = true;
702 if (show_flags)

Completed in 637 milliseconds