Searched refs:t_args (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1192 tp->t_args = NULL;
1212 decl_Destroy(tp->t_args);
1287 tp->t_args = arglist;
1338 (tp->t_args)? "with arguments" :
1341 if (tp->t_args) {
1342 decl_PrintDecl(tp->t_args, lvl + 1);
1480 return (tp->t_args);
1913 } else if (tp->t_args == NULL) {
1917 decl_t *argp = tp->t_args;
1922 for (argp = tp->t_args; arg
[all...]
H A Dparseproto.h232 decl_t *t_args; /* list of arguments */ member in struct:_type

Completed in 50 milliseconds