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

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h210 DD_PTR = 3 /* [tq] pointer to ... */ enumerator in enum:__anon11
233 /* DD_PTR */
H A Dparseproto.y1193 /* DD_PTR */
1215 case DD_PTR:
1243 tp->t_dt = DD_PTR;
1327 case DD_PTR:
1444 return (tp && (tp->t_dt == DD_PTR));
1449 assert(tp->t_dt == DD_PTR);
1468 while (tp && tp->t_dt == DD_PTR)
1489 * 2) The test is true if the type_t list is number of DD_PTR followed
1496 if (! (tp && (tp->t_dt == DD_PTR)))
1501 while (tp && (tp->t_dt == DD_PTR))
[all...]
H A Dtrace.c808 if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {

Completed in 59 milliseconds