Home
last modified time | relevance | path

Searched refs:show_flags (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/pending/
H A 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/
H A 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()
H A Dhb-shape.cc84 if (format.show_flags) in init()
/third_party/elfutils/src/
H A Daddr2line.c120 static bool show_flags; variable
251 show_flags = true; in parse_opt()
715 if (show_flags) in handle_address()

Completed in 3 milliseconds