Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1196 tp->t_sizestr = NULL; /* DD_ARY */ in type_Construct()
1219 free(tp->t_sizestr); in type_Destroy()
1259 assert(tp->t_sizestr == NULL); in type_SetAry()
1264 tp->t_sizestr = strdup(dim); in type_SetAry()
1265 assert(tp->t_sizestr != NULL); in type_SetAry()
1267 tp->t_sizestr = NULL; in type_SetAry()
1353 (tp->t_sizestr)? tp->t_sizestr : ""); in type_PrintType()
1439 return (tp->t_sizestr); in type_GetArraySize()
1906 tmp, (tp->t_sizestr)? tp->t_sizestr : ""); in decl_ToString()
2187 (tp->t_sizestr)? tp->t_sizestr : ""); in decl_ToFormal()
H A Dparseproto.h234 char *t_sizestr; /* size as a string */ member