HomeSort by: relevance | last modified time | path
    Searched defs:print_typedefs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
typeprint.h 41 unsigned int print_typedefs : 1; member in struct:type_print_options
typeprint.c 44 1, /* print_typedefs */
59 1, /* print_typedefs */
387 flags.print_typedefs = 0;
390 flags.print_typedefs = 1;
400 flags.print_typedefs = 0;
661 static bool print_typedefs = true;
667 default_ptype_flags.print_typedefs = print_typedefs;
788 add_setshow_boolean_cmd ("typedefs", no_class, &print_typedefs,
657 static bool print_typedefs = true; variable
  /src/external/gpl3/gdb/dist/gdb/
typeprint.h 41 unsigned int print_typedefs : 1; member in struct:type_print_options
typeprint.c 44 1, /* print_typedefs */
59 1, /* print_typedefs */
387 flags.print_typedefs = 0;
390 flags.print_typedefs = 1;
400 flags.print_typedefs = 0;
661 static bool print_typedefs = true;
667 default_ptype_flags.print_typedefs = print_typedefs;
786 add_setshow_boolean_cmd ("typedefs", no_class, &print_typedefs,
657 static bool print_typedefs = true; variable

Completed in 14 milliseconds