Home
last modified time | relevance | path

Searched defs:_t_ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmallint.h76 typedef struct _t_ { struct
78 struct _t_ *t_p; argument
79 struct _t_ *t_l; argument
80 struct _t_ *t_r; argument
81 struct _t_ *t_n; argument
82 struct _t_ *t_d; argument
111 typedef struct _t_ { struct
112 WORD t_s; /* size of this element */
113 WORD t_p; /* parent node */
114 WORD t_l; /* left child */
[all …]
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmallint.h82 typedef struct _t_ { struct
83 WORD t_s; /* size of this element */
84 WORD t_p; /* parent node */
85 WORD t_l; /* left child */
86 WORD t_r; /* right child */
87 WORD t_n; /* next in link list */
88 WORD t_d; /* dummy to reserve space for self-pointer */
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dbuffers.c34 *_t_ = "999999"; variable