insight-6.8/gdb/cp-support.h:extern char *cp_comp_to_string (struct demangle_component *result,
insight-6.8/gdb/ChangeLog-2005: (cp_comp_to_string): New prototypes.
insight-6.8/gdb/cp-name-parser.y:cp_comp_to_string (struct demangle_component *result, int estimated_len)
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, estimated_len);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (ret_comp, 10);
insight-6.8/gdb/cp-support.c: ret = cp_comp_to_string (d_left (ret_comp), 10);
insight-6.8/gdb/cp-name-parser.c:cp_comp_to_string (struct demangle_component *result, int estimated_len)