Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-format.hh72 hb_bool_t show_flags = false; member
198 … {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr}, in add_options()
Dhb-shape.cc84 if (format.show_flags) in init()
/third_party/harfbuzz/util/
Dhb-shape.cc79 if (format.show_flags) in init()
Doptions.hh630 show_flags = false; in format_options_t()
673 hb_bool_t show_flags; member
Doptions.cc896 … {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr}, in add_options()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhb-shape.cc79 if (format.show_flags) in init()
Doptions.hh624 show_flags = false; in format_options_t()
669 hb_bool_t show_flags; member
Doptions.cc862 … {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr}, in add_options()