Home
last modified time | relevance | path

Searched refs:DD_NONE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h205 DD_NONE = 0, enumerator
H A Dparseproto.y1188 tp->t_dt = DD_NONE; in type_Construct()
1241 assert(tp->t_dt == DD_NONE); in type_SetPtr()
1258 assert(tp->t_dt == DD_NONE); in type_SetAry()
1281 assert(tp->t_dt == DD_NONE); in type_SetFun()
1401 nt = (nextp = tp->t_next)? nextp->t_dt : DD_NONE; in type_Verify()