Searched refs:need_post_space (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-typeprint.c71 int need_post_space;
90 need_post_space = (varstring != NULL && strcmp (varstring, "") != 0);
91 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space);
206 int show, int passed_a_ptr, int need_post_space)
222 c_type_print_modifier (type, stream, 1, need_post_space);
253 c_type_print_modifier (type, stream, 1, need_post_space);
305 int need_pre_space, int need_post_space)
339 if (did_print_modifier && need_post_space)
70 int need_post_space; local
204 c_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int need_post_space) argument
303 c_type_print_modifier(struct type *type, struct ui_file *stream, int need_pre_space, int need_post_space) argument

Completed in 47 milliseconds