Lines Matching refs:level
38 char *format, int level);
41 char *format, int level);
43 char *format, int level);
45 char *format, int level);
47 char *format, int level);
49 char *format, int level);
51 char *format, int level);
53 char *format, int level);
55 char *format, int level);
57 char *format, int level);
59 char *format, int level);
61 char *format, int level);
138 switch_on_type(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in switch_on_type() argument
149 print_intrinsic(mlp, tdp, format, level); in switch_on_type()
152 print_pointer(mlp, tdp, format, level); in switch_on_type()
155 print_array(mlp, tdp, format, level); in switch_on_type()
158 print_function(mlp, tdp, format, level); in switch_on_type()
161 print_union(mlp, tdp, format, level); in switch_on_type()
164 print_enum(mlp, tdp, format, level); in switch_on_type()
167 print_forward(mlp, tdp, format, level); in switch_on_type()
170 print_typeof(mlp, tdp, format, level); in switch_on_type()
173 print_struct(mlp, tdp, format, level); in switch_on_type()
176 print_volatile(mlp, tdp, format, level); in switch_on_type()
189 print_forward(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_forward() argument
196 print_typeof(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_typeof() argument
198 switch_on_type(mlp, tdp->data.tdesc, format, level); in print_typeof()
202 print_volatile(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_volatile() argument
204 switch_on_type(mlp, tdp->data.tdesc, format, level); in print_volatile()
209 char *format, int level) in print_intrinsic() argument
211 if (level != 0) { in print_intrinsic()
246 print_pointer(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_pointer() argument
248 if (level != 0) { in print_pointer()
269 print_array(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_array() argument
274 if (level == 0) { in print_array()
283 print_function(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_function() argument
290 print_struct(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_struct() argument
292 if (level != 0) in print_struct()
299 print_union(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_union() argument
301 if (level != 0) in print_union()
308 print_enum(struct mlist *mlp, struct tdesc *tdp, char *format, int level) in print_enum() argument
310 if (level != 0) in print_enum()