Searched refs:need_post_space (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | c-typeprint.c | 102 int need_post_space; in c_print_type_1() local 132 need_post_space = (varstring != NULL && strcmp (varstring, "") != 0); in c_print_type_1() 133 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space, in c_print_type_1() 350 int need_post_space, in c_type_print_varspec_prefix() argument 372 c_type_print_modifier (type, stream, 1, need_post_space, language); in c_type_print_varspec_prefix() 409 c_type_print_modifier (type, stream, 1, need_post_space, language); in c_type_print_varspec_prefix() 423 stream, show, 0, need_post_space, in c_type_print_varspec_prefix() 446 int need_pre_space, int need_post_space, in c_type_print_modifier() argument 500 if (did_print_modifier && need_post_space) in c_type_print_modifier()
|
| D | ChangeLog-2002 | 3124 ``need_post_space'' parameter. Adjust all callers.
|