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

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Demit2.c86 if (tp->t_args != NULL && !tp->t_proto) {
121 } else if (ts == FUNC && tp->t_args != NULL) {
123 for (ap = tp->t_args; *ap != NULL; ap++)
128 for (ap = tp->t_args; *ap != NULL; ap++)
H A Dlint2.h75 #define t_args t_u._t_args macro
H A Dchk.c379 ap1 = tp1->t_args;
380 ap2 = tp2->t_args;
1149 ap1 = TP(sym1->s_type)->t_args;
1150 ap2 = TP(sym->s_type)->t_args;
1337 a1 = tp1->t_args;
1338 a2 = tp2->t_args;
1371 for (arg = tp->t_args; *arg != NULL; arg++) {
H A Dread.c659 tp->t_args = xcalloc((size_t)(narg + 1),
667 tp->t_args[i] = TP(sidx);
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c148 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt)
153 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt)
H A Dlint1.h151 u_int t_proto : 1; /* function prototype (t_args valid) */
175 #define t_args t_u._t_args macro
H A Ddecl.c1384 tp->t_args = args;
2154 a1 = tp1->t_args;
2155 a2 = tp2->t_args;
2190 for (arg = tp->t_args; arg != NULL; arg = arg->s_nxt) {
2213 pargs = dsym->s_type->t_args;
2289 dst->t_args = src->t_args;
2372 pargs = funcsym->s_type->t_args;
H A Dfunc.c266 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) {
H A Dtree.c3197 for (asym = ftp->t_args; asym != NULL; asym = asym->s_nxt)
3205 asym = ftp->t_args;

Completed in 84 milliseconds