Searched refs:ftype (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/less/
H A Dmkfuncs.awk3 /^ public/ { ftype = $0; state = 1 }
8 { print ftype,$1,"();"; state = 0 }
/haiku-fatelf/src/bin/zip/beos/
H A Dzipup.h14 typedef int ftype; typedef
/haiku-fatelf/src/tools/zip/unix/
H A Dzipup.h14 typedef int ftype; typedef
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcall.c165 struct type *ftype = check_typedef (VALUE_TYPE (function)); local
166 enum type_code code = TYPE_CODE (ftype);
177 value_type = TYPE_TARGET_TYPE (ftype);
182 ftype = check_typedef (TYPE_TARGET_TYPE (ftype));
183 if (TYPE_CODE (ftype) == TYPE_CODE_FUNC
184 || TYPE_CODE (ftype) == TYPE_CODE_METHOD)
189 value_type = TYPE_TARGET_TYPE (ftype);
198 if (TYPE_LENGTH (ftype) == 1)
310 struct type *ftype local
[all...]
H A Dhpacc-abi.c95 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); /* method type */ local
168 vp = allocate_value (ftype);
169 VALUE_TYPE (vp) = ftype;
H A Dbuildsym.c260 struct type *ftype = SYMBOL_TYPE (symbol);
265 if (TYPE_NFIELDS (ftype) <= 0)
305 TYPE_NFIELDS (ftype) = nparams;
306 TYPE_FIELDS (ftype) = (struct field *)
307 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
324 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym);
325 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
257 struct type *ftype = SYMBOL_TYPE (symbol); local
H A Djv-lang.c477 struct type *ftype; local
480 ftype = type_from_class (temp);
481 if (TYPE_CODE (ftype) == TYPE_CODE_STRUCT)
482 ftype = lookup_pointer_type (ftype);
483 TYPE_FIELD_TYPE (type, i) = ftype;
H A Dhppa-hpux-tdep.c608 struct type *ftype; local
627 ftype = check_typedef (SYMBOL_TYPE (get_sym));
649 args[0] = value_from_longest (TYPE_FIELD_TYPE (ftype, 0), 12);
650 args[1] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 1), SYMBOL_VALUE_ADDRESS (msymbol));
651 args[2] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 2), endo_buff_addr);
652 args[3] = value_from_longest (TYPE_FIELD_TYPE (ftype, 3), TYPE_PROCEDURE);
653 args[4] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 4), value_return_addr);
654 args[5] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 5), errno_return_addr);
H A Ddwarfread.c1545 struct type *ftype; /* Function that returns above type */ local
1554 ftype = lookup_utype (dip->die_ref);
1555 if (ftype == NULL)
1559 ftype = lookup_function_type (type);
1560 alloc_utype (dip->die_ref, ftype);
1562 else if (TYPE_CODE (ftype) == TYPE_CODE_UNDEF)
1566 TYPE_TARGET_TYPE (ftype) = type;
1567 TYPE_LENGTH (ftype) = 1;
1568 TYPE_CODE (ftype) = TYPE_CODE_FUNC;
H A Dstabsread.c853 struct type *ftype = SYMBOL_TYPE (sym);
867 TYPE_FIELDS (ftype) = (struct field *)
868 TYPE_ALLOC (ftype, nsemi * sizeof (struct field));
887 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
888 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
890 TYPE_NFIELDS (ftype) = nparams;
891 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
850 struct type *ftype = SYMBOL_TYPE (sym); local
H A Dgdb-events.sh131 the below ftype and then define it. */
H A Dvalues.c979 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j);
997 v = allocate_value (ftype);
973 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); local
H A Dada-lang.c2788 ada_type_match (struct type *ftype, struct type *atype, int may_deref)
2790 ftype = ada_check_typedef (ftype);
2793 if (TYPE_CODE (ftype) == TYPE_CODE_REF)
2794 ftype = TYPE_TARGET_TYPE (ftype);
2798 if (TYPE_CODE (ftype) == TYPE_CODE_VOID
2802 switch (TYPE_CODE (ftype))
2808 return ada_type_match (TYPE_TARGET_TYPE (ftype),
2812 && ada_type_match (TYPE_TARGET_TYPE (ftype), atyp
2783 ada_type_match(struct type *ftype, struct type *atype, int may_deref) argument
2865 struct type *ftype = ada_check_typedef (TYPE_FIELD_TYPE (func_type, i)); local
[all...]
H A Dmdebugread.c1193 struct type *ftype = top_stack->cur_type;
1226 if (TYPE_NFIELDS (ftype) <= 0)
1237 TYPE_NFIELDS (ftype) = nparams;
1238 TYPE_FIELDS (ftype) = (struct field *)
1239 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1253 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym);
1254 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
1186 struct type *ftype = top_stack->cur_type; local
H A Ddwarf2read.c4563 struct type *ftype; /* Function that returns above type */ local
4572 ftype = make_function_type (type, (struct type **) 0);
4579 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
4596 TYPE_FLAGS (ftype) |= TYPE_FLAG_VARARGS;
4601 TYPE_NFIELDS (ftype) = nparams;
4602 TYPE_FIELDS (ftype) = (struct field *)
4603 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
4617 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
4619 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
4620 TYPE_FIELD_TYPE (ftype, iparam
[all...]
H A Deval.c1222 struct type *ftype =
1225 if (ftype)
1220 struct type *ftype = local
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp.h75 enum ftype enum
93 enum ftype type; /* file type */
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesf.h109 NCursesFieldType* ftype; // Associated field type member in class:NCursesFormField
121 ftype(STATIC_CAST(NCursesFieldType*)(0))
133 ftype(STATIC_CAST(NCursesFieldType*)(0))
150 : field(rhs.field), ftype(rhs.ftype)
163 f->ftype = ftype;
177 f->ftype = ftype;
314 ftype
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.h127 int ftype; member in struct:atomcell
H A Dlisp.c1060 newatom->ftype = UNDEF; /* set undef func-type */
1936 newatom->ftype = oldatom->ftype;
1950 if (newatom->ftype == EXPR || newatom->ftype == MACRO) {
2046 switch (symbolpointer(fn)->ftype) {
2188 error("eval: unrecognized ftype used in ", fn);
2844 dsta->ftype = srca->ftype;
3064 symp->ftype
[all...]
/haiku-fatelf/src/bin/zip/
H A Dzipup.c151 local ftype ifile; /* file to compress */
351 ifile = (ftype)zstdin;
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html3447 $ftype = $name;
3450 $_ .= "<U>$type</U> $ftype <B>$name</B>";
3463 EnterIndexEntry('f', "$name on $ftype", $docu_doc, $section, \@lines);
3464 # unshift(@input_spool, "\@findex $name on $ftype\n");
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html3446 $ftype = $name;
3449 $_ .= "<U>$type</U> $ftype <B>$name</B>";
3462 EnterIndexEntry('f', "$name on $ftype", $docu_doc, $section, \@lines);
3463 # unshift(@input_spool, "\@findex $name on $ftype\n");
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c650 nfs_ftype ftype=(nfs_ftype)XDRInPacketGetInt32(reply); local
651 (void) ftype;

Completed in 257 milliseconds