Home
last modified time | relevance | path

Searched refs:print_typedefs (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtypeprint.c435 flags.print_typedefs = 0; in whatis_exp()
438 flags.print_typedefs = 1; in whatis_exp()
664 static int print_typedefs = 1; variable
669 default_ptype_flags.print_typedefs = print_typedefs; in set_print_type_typedefs()
720 add_setshow_boolean_cmd ("typedefs", no_class, &print_typedefs, in _initialize_typeprint()
H A Dtypeprint.h35 unsigned int print_typedefs : 1; member
H A Dc-typeprint.c1290 if (TYPE_TYPEDEF_FIELD_COUNT (type) != 0 && flags->print_typedefs) in c_type_print_base()