Searched refs:a_nxt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h90 struct arginf *a_nxt; /* information for next const. argument */ member in struct:arginf
H A Dchk.c411 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
531 for ( ; ai1 != NULL; ai1 = ai1->a_nxt) {
540 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
569 for (ai = call->f_args; ai != NULL; ai = ai->a_nxt) {
H A Dread.c320 lai = &ai->a_nxt;

Completed in 173 milliseconds