Searched refs:show_flags (Results 1 – 9 of 9) sorted by relevance
/third_party/toybox/toys/pending/ |
D | stty.c | 157 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/ |
D | shape-format.hh | 72 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()
|
D | hb-shape.cc | 84 if (format.show_flags) in init()
|
/third_party/harfbuzz/util/ |
D | hb-shape.cc | 79 if (format.show_flags) in init()
|
D | options.hh | 630 show_flags = false; in format_options_t() 673 hb_bool_t show_flags; member
|
D | options.cc | 896 … {"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/ |
D | hb-shape.cc | 79 if (format.show_flags) in init()
|
D | options.hh | 624 show_flags = false; in format_options_t() 669 hb_bool_t show_flags; member
|
D | options.cc | 862 … {"show-flags", 0, 0, G_OPTION_ARG_NONE, &this->show_flags, "Output glyph flags", nullptr}, in add_options()
|