Home
last modified time | relevance | path

Searched refs:force_ellipses (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/gdb/gdb-11.1/gdb/
H A Dp-lang.c228 const char *encoding, int force_ellipses, in printstr() argument
245 if ((!force_ellipses) && length > 0 in printstr()
317 if (force_ellipses || i < length) in printstr()
H A Df-lang.h166 const char *encoding, int force_ellipses, in printstr() argument
178 force_ellipses, '\'', 0, options); in printstr()
H A Dlanguage.h534 const char *encoding, int force_ellipses,
754 #define LA_PRINT_STRING(stream, elttype, string, length, encoding, force_ellipses, options) \ argument
756 encoding, force_ellipses,options))
H A Dm2-lang.c158 const char *encoding, int force_ellipses, in printstr() argument
225 if (force_ellipses || i < length) in printstr()
H A Dc-valprint.c264 int force_ellipses = 0; in c_value_print_array() local
289 force_ellipses = 1; in c_value_print_array()
296 NULL, force_ellipses, options); in c_value_print_array()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dlanguage.h195 int force_ellipses);
410 #define LA_PRINT_STRING(stream, string, length, width, force_ellipses) \
411 (current_language->la_printstr(stream, string, length, width, force_ellipses))
H A Dp-lang.c159 int width, int force_ellipses) in pascal_printstr() argument
169 if ((!force_ellipses) && length > 0 && string[length - 1] == '\0') in pascal_printstr()
243 if (force_ellipses || i < length) in pascal_printstr()
H A Dm2-lang.c36 int force_ellipses);
113 int width, int force_ellipses) in m2_printstr() argument
190 if (force_ellipses || i < length) in m2_printstr()
H A Dscm-lang.c45 int force_ellipses);
59 int width, int force_ellipses)
H A Dc-lang.c89 int width, int force_ellipses) in c_printstr() argument
99 if (!force_ellipses in c_printstr()
180 if (force_ellipses || i < length) in c_printstr()
H A Dc-lang.h53 int force_ellipses);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dlanguage.h195 int force_ellipses);
410 #define LA_PRINT_STRING(stream, string, length, width, force_ellipses) \ argument
411 (current_language->la_printstr(stream, string, length, width, force_ellipses))
H A Dp-lang.c159 int width, int force_ellipses) in pascal_printstr() argument
169 if ((!force_ellipses) && length > 0 && string[length - 1] == '\0') in pascal_printstr()
243 if (force_ellipses || i < length) in pascal_printstr()
H A Dm2-lang.c36 int force_ellipses);
113 int width, int force_ellipses) in m2_printstr() argument
190 if (force_ellipses || i < length) in m2_printstr()
H A Dscm-lang.c45 int force_ellipses);
59 int width, int force_ellipses) in scm_printstr() argument
H A Dc-lang.c89 int width, int force_ellipses) in c_printstr() argument
99 if (!force_ellipses in c_printstr()
180 if (force_ellipses || i < length) in c_printstr()
H A Dc-lang.h53 int force_ellipses);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dlanguage.h194 const char *encoding, int force_ellipses,
414 #define LA_PRINT_STRING(stream, elttype, string, length, encoding, force_ellipses, options) \ argument
416 encoding, force_ellipses,options))
H A Dp-lang.c221 const char *encoding, int force_ellipses, in pascal_printstr() argument
238 if ((!force_ellipses) && length > 0 in pascal_printstr()
319 if (force_ellipses || i < length) in pascal_printstr()
H A Dc-lang.h97 int force_ellipses,
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dlanguage.h179 const char *encoding, int force_ellipses,
436 #define LA_PRINT_STRING(stream, elttype, string, length, encoding, force_ellipses, options) \ argument
438 encoding, force_ellipses,options))
H A Dp-lang.c220 const char *encoding, int force_ellipses, in pascal_printstr() argument
237 if ((!force_ellipses) && length > 0 in pascal_printstr()
307 if (force_ellipses || i < length) in pascal_printstr()
H A Dc-valprint.c179 int force_ellipses = 0; in c_val_print() local
206 force_ellipses = 1; in c_val_print()
214 NULL, force_ellipses, options); in c_val_print()
H A Df-lang.c106 unsigned int length, const char *encoding, int force_ellipses, in f_printstr() argument
118 force_ellipses, '\'', 0, options); in f_printstr()
H A Dc-lang.h98 int force_ellipses,

123