DD_ARY
case DD_ARY:
tp->t_dt = DD_ARY;
case DD_ARY:
return (tp && (tp->t_dt == DD_ARY));
assert(tp->t_dt == DD_ARY);
((tp->t_next->t_dt == DD_ARY) ||
case DD_ARY:
if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {
case DD_ARY:
if (tp->t_dt == DD_PTR || tp->t_dt == DD_ARY) {