Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1191 tp->t_ellipsis = 0; in type_Construct()
1288 tp->t_ellipsis = arglist->d_ellipsis; in type_SetFun()
1337 (tp->t_ellipsis)? '+' : '=', in type_PrintType()
1344 if (tp->t_ellipsis) { in type_PrintType()
1473 return (tp->t_ellipsis); in type_IsVarargs()
1935 if (tp->t_ellipsis) { in decl_ToString()
2209 if (tp->t_ellipsis) { in decl_ToFormal()
H A Dparseproto.h229 int t_ellipsis; /* a varargs? */ member