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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h109 * all s_va, s_prfl and s_scfl are not set, the memory allocated
125 u_int s_prfl : 1; /* printflike */ member in struct:sym::__anon13878
141 #define s_prfl s_s.s_prfl macro
H A Demit2.c166 if (sym->s_prfl) {
H A Dread.c413 if (sym.s_prfl)
415 sym.s_prfl = 1;
488 if (sym.s_va || sym.s_prfl || sym.s_scfl) {
H A Dchk.c408 if (def == NULL || (!def->s_prfl && !def->s_scfl))
410 as = def->s_prfl ? def->s_nprfl : def->s_nscfl;
417 if (def->s_prfl) {

Completed in 74 milliseconds