Searched refs:t_dt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1188 tp->t_dt = DD_NONE;
1210 switch (tp->t_dt) {
1241 assert(tp->t_dt == DD_NONE);
1243 tp->t_dt = DD_PTR;
1258 assert(tp->t_dt == DD_NONE);
1261 tp->t_dt = DD_ARY;
1281 assert(tp->t_dt == DD_NONE);
1283 tp->t_dt = DD_FUN;
1326 switch (tp->t_dt) {
1401 nt = (nextp = tp->t_next)? nextp->t_dt
[all...]
H A Dparseproto.h228 decl_type_t t_dt; /* oneof DD_* */ member in struct:_type
H A Dtrace.c808 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {

Completed in 62 milliseconds