/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | f-typeprint.c | 53 f_print_type (struct type *type, const char *varstring, struct ui_file *stream, in f_print_type() argument 61 if ((varstring != NULL && *varstring != '\0') in f_print_type() 72 if (varstring != NULL) in f_print_type() 74 fputs_filtered (varstring, stream); in f_print_type() 79 demangled_args = varstring[strlen (varstring) - 1] == ')'; in f_print_type()
|
H A D | jv-typeprint.c | 336 java_print_type (struct type *type, const char *varstring, in java_print_type() argument 344 if (varstring != NULL && *varstring != '\0') in java_print_type() 347 fputs_filtered (varstring, stream); in java_print_type() 353 demangled_args = varstring != NULL && strchr (varstring, '(') != NULL; in java_print_type()
|
H A D | c-typeprint.c | 83 const char *varstring, in c_print_type() argument 100 if (varstring != NULL && *varstring != '\0') in c_print_type() 107 if ((varstring != NULL && *varstring != '\0') in c_print_type() 119 need_post_space = (varstring != NULL && strcmp (varstring, "") != 0); in c_print_type() 124 if (varstring != NULL) in c_print_type() 126 fputs_filtered (varstring, stream); in c_print_type() 132 demangled_args = strchr (varstring, '(') != NULL; in c_print_type() 218 const char *varstring, int staticp, in cp_type_print_method_args() argument 229 fprintf_symbol_filtered (stream, varstring, in cp_type_print_method_args()
|
H A D | go-typeprint.c | 45 go_print_type (struct type *type, const char *varstring, in go_print_type() argument 62 c_print_type (type, varstring, stream, show, level, flags); in go_print_type()
|
H A D | ada-typeprint.c | 763 ada_print_type (struct type *type0, const char *varstring, in ada_print_type() argument 769 int is_var_decl = (varstring != NULL && varstring[0] != '\0'); in ada_print_type() 775 ada_name_prefix_len (varstring), varstring); in ada_print_type() 785 ada_name_prefix_len (varstring), varstring); in ada_print_type() 875 print_func_type (type, stream, varstring, flags); in ada_print_type()
|
H A D | p-typeprint.c | 50 pascal_print_type (struct type *type, const char *varstring, in pascal_print_type() argument 68 fputs_filtered (varstring, stream); in pascal_print_type() 70 if ((varstring != NULL && *varstring != '\0') in pascal_print_type() 87 demangled_args = varstring ? strchr (varstring, '(') != NULL : 0; in pascal_print_type()
|
H A D | language.h | 422 #define LA_PRINT_TYPE(type,varstring,stream,show,level,flags) \ argument 423 (current_language->la_print_type(type,varstring,stream,show,level,flags))
|
H A D | go-lang.h | 79 extern void go_print_type (struct type *type, const char *varstring,
|
H A D | typeprint.c | 363 type_print (struct type *type, const char *varstring, struct ui_file *stream, in type_print() argument 366 LA_PRINT_TYPE (type, varstring, stream, show, 0, &default_ptype_flags); in type_print()
|
H A D | opencl-lang.c | 1059 opencl_print_type (struct type *type, const char *varstring, in opencl_print_type() argument 1074 c_print_type (type, varstring, stream, show, level, flags); in opencl_print_type()
|
H A D | m2-typeprint.c | 75 m2_print_type (struct type *type, const char *varstring, in m2_print_type() argument
|
H A D | language.c | 732 unk_lang_print_type (struct type *type, const char *varstring, in unk_lang_print_type() argument
|
H A D | value.h | 879 extern void type_print (struct type *type, const char *varstring,
|
/dflybsd-src/usr.sbin/pfctl/ |
H A D | parse.y | 488 %type <v.string> string varstring numberstring 708 varstring : numberstring varstring { 728 varset : STRING '=' varstring {
|