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

/freebsd-10.3-release/usr.bin/xlint/common/
H A Dlint.h105 #define isatyp(t) (ttab[t].tt_isatyp) macro
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dlint.h95 #define isatyp(t) (ttab[t].tt_isatyp) macro
H A Dtree.c806 if (!isatyp(lt) || (mp->m_binary && !isatyp(rt))) {
1044 if (isatyp(lt) && isatyp(rt))
1240 if (isatyp(lt) && isatyp(rt))
1523 if (!isatyp(t))
1602 if (!isatyp(lt) || !isatyp(rt))
1719 if (!isatyp(n
[all...]

Completed in 107 milliseconds