Lines Matching defs:level

37 			     struct ui_file *stream, int show, int level,
56 int show, int level);
58 int show, int level, const struct type_print_options *flags);
60 int show, int level,
63 int show, int level, const struct type_print_options *flags);
65 struct ui_file *stream, int show, int level);
75 int show, int level,
92 m2_short_set(type, stream, show, level);
96 if (m2_long_set (type, stream, show, level, flags)
97 || m2_unbounded_array (type, stream, show, level, flags))
99 m2_record_fields (type, stream, show, level, flags);
103 m2_typedef (type, stream, show, level, flags);
107 m2_array (type, stream, show, level, flags);
111 m2_pointer (type, stream, show, level, flags);
115 m2_ref (type, stream, show, level, flags);
119 m2_unknown (_("method"), type, stream, show, level);
123 m2_procedure (type, stream, show, level, flags);
131 m2_enum (type, stream, show, level);
139 m2_unknown (_("undef"), type, stream, show, level);
143 m2_unknown (_("error"), type, stream, show, level);
147 m2_range (type, stream, show, level, flags);
189 int level, const struct type_print_options *flags)
195 m2_print_type (type->target_type (), "", stream, show, level,
212 int level, const struct type_print_options *flags)
219 m2_print_type (type->target_type (), "", stream, show, level, flags);
225 int show, int level, const struct type_print_options *flags)
243 m2_print_type (type->target_type (), "", stream, show, level, flags);
248 int level, const struct type_print_options *flags)
255 m2_print_type (type->target_type (), "", stream, show, level, flags);
260 int level, const struct type_print_options *flags)
263 m2_print_type (type->target_type (), "", stream, show, level, flags);
268 int show, int level)
280 int show, int level, const struct type_print_options *flags)
309 struct ui_file *stream, int show, int level,
324 m2_short_set (struct type *type, struct ui_file *stream, int show, int level)
328 show - 1, level, 0);
332 show - 1, level, 1);
432 m2_long_set (struct type *type, struct ui_file *stream, int show, int level,
456 m2_print_type (of_type, "", stream, show - 1, level, flags);
461 stream, show - 1, level, 0);
466 stream, show - 1, level, 1);
513 int level, const struct type_print_options *flags)
521 "", stream, 0, level, flags);
530 int level, const struct type_print_options *flags)
565 print_spaces (level + 4, stream);
571 stream, 0, level + 4, flags);
585 gdb_printf (stream, "%*sEND ", level, "");
590 m2_enum (struct type *type, struct ui_file *stream, int show, int level)