Searched refs:curtype (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.bin/ftp/
H A Dftp_var.h136 extern int curtype; /* current file transfer type */
H A Dsmall.c139 curtype = type = p->t_type;
156 if (newtype == curtype)
176 curtype = newtype;
H A Dftp.c604 if (curtype != type)
688 switch (curtype) {
742 switch (curtype) {
974 if (curtype != TYPE_A)
977 if (curtype != type)
1050 switch (curtype) {
1778 ip->curtpe = curtype;
1779 curtype = op->curtpe;
1841 if (curtype != prox_type)
1855 if (curtype !
[all...]
H A Dcmds.c184 if (curtype != type)
304 if (curtype != type)
338 if (curtype != type)
423 if (curtype != type)
H A Dmain.c122 int curtype; variable
H A Dutil.c167 curtype = TYPE_A;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvalops.c96 struct type *curtype,
101 static struct value *value_namespace_elt (const struct type *curtype,
105 static struct value *value_maybe_namespace_elt (const struct type *curtype,
2366 value_aggregate_elt (struct type *curtype,
2370 switch (TYPE_CODE (curtype))
2374 return value_struct_elt_for_reference (curtype, 0, curtype, name, NULL,
2377 return value_namespace_elt (curtype, name, noside);
2393 struct type *curtype, char *name,
2397 struct type *t = curtype;
2364 value_aggregate_elt(struct type *curtype, char *name, enum noside noside) argument
2390 value_struct_elt_for_reference(struct type *domain, int offset, struct type *curtype, char *name, struct type *intype, enum noside noside) argument
2533 value_namespace_elt(const struct type *curtype, char *name, enum noside noside) argument
2554 value_maybe_namespace_elt(const struct type *curtype, char *name, enum noside noside) argument
[all...]
H A Dvalue.h383 extern struct value *value_aggregate_elt (struct type *curtype,
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c6571 encode_pointer (type, curtype, format)
6573 int curtype;
6629 encode_type (pointer_to, curtype, format);
6633 encode_array (type, curtype, format)
6635 int curtype;
6645 encode_pointer (type, curtype, format);
6654 encode_type (array_of, curtype, format);
6661 encode_aggregate_within (type, curtype, format, left, right)
6663 int curtype;
6680 if (obstack_object_size (&util_obstack) - curtype
6966 encode_type (TREE_TYPE (field_decl), curtype, format); local
6975 encode_type (TREE_TYPE (field_decl), curtype, format); local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7216 tree curtype = TYPE_MAIN_VARIANT
7220 if (basetype == curtype
7221 || DERIVED_FROM_P (basetype, curtype))
7858 encode_pointer (tree type, int curtype, int format)
7926 encode_type (pointer_to, curtype, format);
7930 encode_array (tree type, int curtype, int format)
7939 encode_pointer (type, curtype, format); argument
7951 encode_type (array_of, curtype, format);
7958 encode_aggregate_fields (tree type, int pointed_to, int curtype, int format)
7976 pointed_to, curtype, forma
7201 tree curtype = TYPE_MAIN_VARIANT local
7840 encode_pointer(tree type, int curtype, int format) argument
7912 encode_array(tree type, int curtype, int format) argument
7957 pointed_to, curtype, format); local
7980 encode_aggregate_within(tree type, int curtype, int format, int left, int right) argument
8027 encode_aggregate(tree type, int curtype, int format) argument
8066 encode_type(tree type, int curtype, int format) argument
8128 encode_type (TREE_TYPE (type), curtype, format); local
8189 encode_field_decl(tree field_decl, int curtype, int format) argument
8215 encode_type (TREE_TYPE (field_decl), curtype, format); local
[all...]

Completed in 136 milliseconds