Searched refs:varstring (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dm2-typeprint.c34 m2_print_type (struct type *type, char *varstring, struct ui_file *stream, argument
40 c_print_type (type, varstring, stream, show, level); /* FIXME */
H A Df-typeprint.c60 f_print_type (struct type *type, char *varstring, struct ui_file *stream,
68 if ((varstring != NULL && *varstring != '\0')
82 fputs_filtered (varstring, stream);
87 demangled_args = varstring[strlen (varstring) - 1] == ')';
59 f_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
H A Djv-typeprint.c325 java_print_type (struct type *type, char *varstring, struct ui_file *stream, argument
332 if (varstring != NULL && *varstring != '\0')
335 fputs_filtered (varstring, stream);
341 demangled_args = strchr (varstring, '(') != NULL;
H A Dp-typeprint.c51 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream,
68 fputs_filtered (varstring, stream);
70 if ((varstring != NULL && *varstring != '\0') &&
87 demangled_args = varstring ? strchr (varstring, '(') != NULL : 0;
50 pascal_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
H A Dada-typeprint.c742 ada_print_type (struct type *type0, char *varstring, struct ui_file *stream,
749 int is_var_decl = (varstring != NULL && varstring[0] != '\0');
755 ada_name_prefix_len (varstring), varstring);
765 ada_name_prefix_len (varstring), varstring);
850 print_func_type (type, stream, varstring);
741 ada_print_type(struct type *type0, char *varstring, struct ui_file *stream, int show, int level) argument
H A Dc-typeprint.c45 char *varstring, int staticp,
66 c_print_type (struct type *type, char *varstring, struct ui_file *stream,
78 if ((varstring != NULL && *varstring != '\0')
90 need_post_space = (varstring != NULL && strcmp (varstring, "") != 0);
93 if (varstring != NULL)
95 fputs_filtered (varstring, stream);
100 demangled_args = strchr (varstring, '(') != NULL;
157 cp_type_print_method_args (struct type *mtype, char *prefix, char *varstring,
65 c_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
156 cp_type_print_method_args(struct type *mtype, char *prefix, char *varstring, int staticp, struct ui_file *stream) argument
[all...]
H A Dlanguage.h350 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \
351 (current_language->la_print_type(type,varstring,stream,show,level))
H A Dtypeprint.c106 type_print (struct type *type, char *varstring, struct ui_file *stream, argument
109 LA_PRINT_TYPE (type, varstring, stream, show, 0);
H A Dvalue.h500 extern void type_print (struct type * type, char *varstring,
H A Dlanguage.c1239 unk_lang_print_type (struct type *type, char *varstring, struct ui_file *stream,
1229 unk_lang_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y487 %type <v.string> string varstring numberstring
707 varstring : numberstring varstring { label
727 varset : STRING '=' varstring {

Completed in 135 milliseconds