Searched refs:ttype (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dxdr_ptrace.h41 ptype ttype; member in struct:ptrace_info
H A Dxdr_ptrace.c71 return(xdr_union(xdrs, (enum_t *) &objp->ttype,
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c523 const char *ttype; local
532 ttype = userarg;
537 if ((ttype = getenv("TERM")) != 0)
549 ttype = t->ty_type;
568 ttype = strdup(t);
579 ttype = "unknown";
581 map:ttype = mapped(ttype);
604 * ttype now contains a pointer to the type of the terminal.
607 if (ttype[
1118 const char *ttype; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.c603 struct type *ttype = check_typedef (TYPE_TARGET_TYPE (type)); local
605 if (TYPE_CODE (ttype) != TYPE_CODE_STRUCT)
607 while (TYPE_N_BASECLASSES (ttype) > 0)
608 ttype = TYPE_BASECLASS (ttype, 0);
609 name = TYPE_TAG_NAME (ttype);
612 name = TYPE_NFIELDS (ttype) > 0 ? TYPE_FIELD_NAME (ttype, 0) : (char *) 0;
H A Dparser-defs.h71 struct ttype struct
H A Df-exp.y140 struct ttype tsym;
H A Djv-exp.y140 struct ttype tsym;
H A Dobjc-exp.y139 struct ttype tsym;
H A Dp-exp.y143 struct ttype tsym;
H A Dc-exp.y136 struct ttype tsym;
H A Df-exp.c242 struct ttype tsym;
H A Djv-exp.c236 struct ttype tsym;
H A Dc-exp.c253 struct ttype tsym;
H A Dobjc-exp.c258 struct ttype tsym;
H A Dp-exp.c239 struct ttype tsym;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c227 int n, ttype, tclass; local
235 ttype = ns_get16(cp); cp += INT16SZ;
237 if (ttype == type && tclass == class &&
278 int n, ttype, tclass; local
286 ttype = ns_get16(cp); cp += INT16SZ;
288 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))

Completed in 190 milliseconds