Searched refs:s_va (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dlint2.h109 * all s_va, s_prfl and s_scfl are not set, the memory allocated
124 u_int s_va : 1; /* check only first s_nva arguments */ member in struct:sym::__anon9930
140 #define s_va s_s.s_va macro
H A Demit2.c159 if (sym->s_va) {
H A Dread.c413 if (sym.s_va)
415 sym.s_va = 1;
497 if (sym.s_va || sym.s_prfl || sym.s_scfl) {
H A Dchk.c383 if (def != NULL && def->s_va && n >= def->s_nva)
393 } else if (def != NULL && def->s_va && n >= def->s_nva) {
1176 sym1->s_va && sym1->s_nva == n && !sflag) {

Completed in 67 milliseconds