Home
last modified time | relevance | path

Searched refs:varstring (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-typeprint.c53 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 Djv-typeprint.c336 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 Dc-typeprint.c83 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 Dgo-typeprint.c45 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 Dada-typeprint.c763 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 Dp-typeprint.c50 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 Dlanguage.h422 #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 Dgo-lang.h79 extern void go_print_type (struct type *type, const char *varstring,
H A Dtypeprint.c363 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 Dopencl-lang.c1059 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 Dm2-typeprint.c75 m2_print_type (struct type *type, const char *varstring, in m2_print_type() argument
H A Dlanguage.c732 unk_lang_print_type (struct type *type, const char *varstring, in unk_lang_print_type() argument
H A Dvalue.h879 extern void type_print (struct type *type, const char *varstring,
/dflybsd-src/usr.sbin/pfctl/
H A Dparse.y488 %type <v.string> string varstring numberstring
708 varstring : numberstring varstring {
728 varset : STRING '=' varstring {