| /NextBSD/crypto/heimdal/kadmin/ |
| HD | get.c | 70 struct field_info { struct 73 struct field_info *next; argument 81 struct field_info *chead, **ctail; 87 struct field_info *f = malloc(sizeof(*f)); in add_column() 338 struct field_info *f; in print_entry_short() 350 struct field_info *f; in print_entry_long() 388 struct field_info *f, *next; in free_columns()
|
| /NextBSD/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_symbol.h | 82 struct field_info { struct 129 struct field_info *finfo;
|
| HD | aicasm_gram.y | 1472 (struct field_info *)malloc(sizeof(struct field_info)); in initialize_symbol() 1477 memset(symbol->info.finfo, 0, sizeof(struct field_info)); in initialize_symbol()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | stabsread.c | 67 struct field_info struct 90 read_one_struct_field (struct field_info *, char **, char *, argument 121 read_member_functions (struct field_info *, char **, struct type *, 125 read_struct_fields (struct field_info *, char **, struct type *, 129 read_baseclasses (struct field_info *, char **, struct type *, 133 read_tilde_fields (struct field_info *, char **, struct type *, 136 static int attach_fn_fields_to_type (struct field_info *, struct type *); 138 static int attach_fields_to_type (struct field_info *, struct type *, 153 read_cpp_abbrev (struct field_info *, char **, struct type *, 2152 read_member_functions (struct field_info *fip, char **pp, struct type *type, in read_member_functions() [all …]
|
| HD | dwarf2read.c | 537 struct field_info struct 790 static void dwarf2_add_field (struct field_info *, struct die_info *, 793 static void dwarf2_attach_fields_to_type (struct field_info *, 796 static void dwarf2_add_member_fn (struct field_info *, 800 static void dwarf2_attach_fn_fields_to_type (struct field_info *, 2564 dwarf2_add_field (struct field_info *fip, struct die_info *die, in dwarf2_add_field() 2734 dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type, in dwarf2_attach_fields_to_type() 2821 dwarf2_add_member_fn (struct field_info *fip, struct die_info *die, in dwarf2_add_member_fn() 2961 dwarf2_attach_fn_fields_to_type (struct field_info *fip, struct type *type, in dwarf2_attach_fn_fields_to_type() 3073 struct field_info fi; in read_structure_type() [all …]
|
| /NextBSD/contrib/ncurses/form/ |
| HD | fld_info.c | 50 field_info(const FIELD *field, in NCURSES_EXPORT()
|
| HD | llib-lformtw | 206 #undef field_info 207 int field_info(
|
| HD | llib-lform | 206 #undef field_info 207 int field_info(
|
| HD | llib-lformw | 206 #undef field_info 207 int field_info(
|
| HD | llib-lformt | 206 #undef field_info 207 int field_info(
|
| HD | form.h | 329 extern NCURSES_EXPORT(int) field_info (const FIELD *,int *,int *,int *,int *,int *,int *);
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | form.ref | 32 "field_info" @34 ;NONAME
|
| HD | form.def | 40 "field_info" @34 NONAME
|
| /NextBSD/lib/ncurses/form/ |
| HD | Makefile | 110 form_field_info.3 field_info.3 \
|
| /NextBSD/contrib/ncurses/man/ |
| HD | man_db.renames | 105 form_field_info.3x field_info.3form
|
| /NextBSD/contrib/gcc/ |
| HD | sys-protos.h | 347 extern int field_info(FIELD *, int *, int *, int *, int *, int *, int *);
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 1428 int field_info(FIELD *field, /* field from which to fetch */ 1444 You can, of course. query the current location through field_info(). 1656 * The call field_info() will retrieve the original static size of
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 7141 + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
|