Searched refs:type_flags (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexec.c464 int type_flags; local
551 type_flags = 0;
559 type_flags = 0;
561 type_flags = LOCAL|LOCAL_COPY|EXPORT;
564 type_flags |= EXPORT;
576 typeset(cp, type_flags, 0, 0, 0);
577 if (bourne_function_call && !(type_flags & EXPORT))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.h656 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, int type_flags);
657 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags);
H A Dgdbtypes.c471 int type_flags; local
481 &type_flags))
482 return type_flags;
H A Ddwarf2read.c7961 int type_flags;
7963 type_flags = gdbarch_address_class_type_flags
7965 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
7967 type = make_type_with_address_space (type, type_flags);
8327 int type_flags = 0;
8352 type_flags |= TYPE_FLAG_UNSIGNED;
8357 type_flags |= TYPE_FLAG_UNSIGNED;
8372 type_flags |= TYPE_FLAG_UNSIGNED;
8383 type_flags |= TYPE_FLAG_UNSIGNED;
8396 type = init_type (code, size, type_flags, NUL
7959 int type_flags; local
8325 int type_flags = 0; local
[all...]
H A Ds390-tdep.c2687 s390_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
2689 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
H A Dspu-tdep.c384 spu_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
386 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
H A Dgdbarch.c3053 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, int type_flags) argument
3059 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);

Completed in 220 milliseconds