Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dstty.c157 static void show_flags(tcflag_t actual, tcflag_t sane, in show_flags() function
442 show_flags(old.c_cflag, sane.c_cflag, cflags, ARRAY_LEN(cflags)); in do_stty()
443 show_flags(old.c_iflag, sane.c_iflag, iflags, ARRAY_LEN(iflags)); in do_stty()
444 show_flags(old.c_oflag, sane.c_oflag, oflags, ARRAY_LEN(oflags)); in do_stty()
445 show_flags(old.c_lflag, sane.c_lflag, lflags, ARRAY_LEN(lflags)); in do_stty()
/external/elfutils/src/
Daddr2line.c117 static bool show_flags; variable
244 show_flags = true; in parse_opt()
689 if (show_flags) in handle_address()
/external/harfbuzz_ng/util/
Dhb-shape.cc79 if (format.show_flags) in init()
Doptions.hh620 show_flags = false; in format_options_t()
665 hb_bool_t show_flags; member
Doptions.cc859 … {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr}, in add_options()