Searched refs:repeat_count_threshold (Results 1 – 11 of 11) sorted by relevance
45 extern unsigned int repeat_count_threshold;
81 unsigned int repeat_count_threshold = 10; variable806 if (reps > repeat_count_threshold) in val_print_array_elements()815 things_printed += repeat_count_threshold; in val_print_array_elements()1219 (char *) &repeat_count_threshold, in _initialize_valprint()
202 if (reps > repeat_count_threshold) in pascal_printstr()215 things_printed += repeat_count_threshold; in pascal_printstr()
150 if (reps > repeat_count_threshold) in m2_printstr()163 things_printed += repeat_count_threshold; in m2_printstr()
140 if (reps > repeat_count_threshold) in c_printstr()153 things_printed += repeat_count_threshold; in c_printstr()
204 if (i - i0 > repeat_count_threshold) in val_print_packed_array_elements()481 if (reps > repeat_count_threshold) in printstr()497 things_printed += repeat_count_threshold; in printstr()
202 if (reps > repeat_count_threshold) in f_printstr()215 things_printed += repeat_count_threshold; in f_printstr()
381 if (reps > repeat_count_threshold) in objc_printstr()394 things_printed += repeat_count_threshold; in objc_printstr()
785 * valprint.c (repeat_count_threshold): New variable with function794 call for setting up repeat_count_threshold as print variable.
9550 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and9551 for repeat_count_threshold.
3971 (repeat_count_threshold): Remove declaration.