Home | History | Annotate | Download | only in lint2

Lines Matching refs:hflag

485 	 *	(1) hflag is set and types differ
490 * This is with and without hflag.
555 if (!hflag)
666 if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
734 if (t1 != LONG && (hflag || t1 != ULONG))
737 if (t1 != LLONG && (hflag || t1 != ULLONG))
744 if (t1 != INT && (hflag || t1 != UINT))
752 if (t1 != ULONG && (hflag || t1 != LONG))
755 if (t1 != ULLONG && (hflag || t1 != LLONG))
762 if (t1 != UINT && (hflag || t1 != INT))
797 if (t1 != PTR || (hflag && t2 != VOID))
905 } else if (hflag && t2 != sz) {
1006 if (hflag)
1085 * following dependencies from hflag should be removed. But for
1089 if (!hflag)
1091 if (hflag && bsearch(hte->h_name, ignorelist,
1237 * signedness a chance if not sflag and not hflag.
1239 if (sflag || hflag || to != PTR)