Lines Matching refs:t_next
1187 tp->t_next = NULL; /* generic */ in type_Construct()
1208 type_t *nextp = tp->t_next; in type_Destroy()
1306 while (p = lastp->t_next) in type_AddTail()
1309 lastp->t_next = tp; in type_AddTail()
1357 tp = tp->t_next; in type_PrintType()
1401 nt = (nextp = tp->t_next)? nextp->t_dt : DD_NONE; in type_Verify()
1416 return (tp->t_next); in type_GetNext()
1469 tp = tp->t_next; in type_IsVarargs()
1499 tp = tp->t_next; in type_IsPtrFun()
1502 tp = tp->t_next; in type_IsPtrFun()
1877 if (tp->t_next && in decl_ToString()
1878 ((tp->t_next->t_dt == DD_ARY) || in decl_ToString()
1879 (tp->t_next->t_dt == DD_FUN))) { in decl_ToString()
1945 tp = tp->t_next; in decl_ToString()
2111 tp = tp->t_next; in decl_PrintTraceInfo()
2158 tp = tp->t_next; in decl_GetTraceInfo()
2166 tp = tp->t_next; in decl_GetTraceInfo()
2221 tp = tp->t_next; in decl_ToFormal()