Home
last modified time | relevance | path

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

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