Home
last modified time | relevance | path

Searched refs:d_smod (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.bin/xlint/lint1/
HDdecl.c222 dcs->d_smod != NOTSPEC || dcs->d_lmod != NOTSPEC) { in addscl()
254 dcs->d_lmod != NOTSPEC || dcs->d_smod != NOTSPEC) { in addtype()
273 dcs->d_lmod != NOTSPEC || dcs->d_smod != NOTSPEC) { in addtype()
279 dcs->d_atyp = dcs->d_lmod = dcs->d_smod = NOTSPEC; in addtype()
312 if (dcs->d_smod != NOTSPEC) in addtype()
318 dcs->d_smod = t; in addtype()
604 dcs->d_atyp = dcs->d_smod = dcs->d_lmod = NOTSPEC; in clrtyp()
628 s = dcs->d_smod; /* SIGNED, UNSIGNED */ in deftyp()
1006 } else if (t == INT && dcs->d_smod == NOTSPEC) { in decl1str()
HDlint1.h313 tspec_t d_smod; /* SIGNED or UNSIGN */ member