Home
last modified time | relevance | path

Searched refs:constcond (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/usr.bin/xlint/lint1/
Dexterns1.h253 extern void constcond(int);
Dscan.l1046 { "CONSTCOND", 0, constcond }, in comment()
1047 { "CONSTANTCOND", 0, constcond }, in comment()
1048 { "CONSTANTCONDITION", 0, constcond }, in comment()
Dfunc.c1187 constcond(int n) in constcond() function